-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
95 lines (95 loc) · 2.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "boundless-moon-theme",
"version": "1.0.10",
"description": "The Moon: Next.js Ecommerce template.",
"keywords": [
"boundless",
"boundless-commerce",
"cms",
"headless",
"ecommerce",
"api",
"checkout",
"typescript",
"cms",
"cart",
"nextjs",
"theme"
],
"main": "index.js",
"repository": "https://github.com/kirill-zhirnov/boundless-moon-theme",
"author": "Kirill Zhirnov <ekvixgroup@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npx eslint --ext .ts --ext .tsx . && npx stylelint ./styles"
},
"dependencies": {
"@fontsource/roboto": "^4.5.3",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@popperjs/core": "^2.11.2",
"@reduxjs/toolkit": "^1.7.1",
"@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.178",
"@types/nprogress": "^0.2.0",
"@types/react-redux": "^7.1.26",
"@types/react-transition-group": "^4.4.6",
"@use-gesture/vanilla": "^10.2.5",
"animate.css": "^4.1.1",
"body-scroll-lock": "^4.0.0-beta.0",
"bootstrap": "^5.1.3",
"boundless-api-client": "^0.3.1",
"boundless-checkout-react": "^1.3.0",
"clsx": "^1.1.1",
"currency.js": "^2.0.4",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"next": "^13.4.19",
"nprogress": "^0.2.0",
"photoswipe": "^5.3.8",
"prop-types": "^15.8.1",
"qs": "^6.10.2",
"rc-slider": "^9.7.5",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-content-loader": "^6.1.0",
"react-dom": "^18.2.0",
"react-photoswipe-gallery": "^2.2.7",
"react-redux": "^8.1.2",
"react-transition-group": "^4.4.5",
"sass": "^1.45.0",
"sharp": "^0.32.5",
"swiper": "8",
"typescript": "^4.5.4",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.10",
"@types/body-scroll-lock": "^3.1.0",
"@types/lodash": "^4.14.178",
"@types/node": "^18",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"cross-env": "^7.0.3",
"eslint": "^8.6.0",
"eslint-config-next": "^12.0.7",
"postcss": "^8.4.28",
"stylelint": "^14.2.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^24.0.0",
"ts-node": "^10.4.0"
},
"engines": {
"node": ">=16.8",
"yarn": ">=1.x"
}
}