-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "commercejs-nextjs-vercel",
"license": "BSD-3-Clause",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "next build && next export",
"lint": "eslint components lib pages store utils",
"lint:fix": "eslint --fix components lib pages store utils",
"seed": "chec-seed seeds"
},
"dependencies": {
"@chec/commerce.js": "^2.0.1",
"@zeit/next-sass": "^1.0.1",
"body-scroll-lock": "^2.6.4",
"dotenv": "^8.2.0",
"next": "9.3.3",
"next-redux-wrapper": "^6.0.0",
"node-sass": "^4.13.0",
"now": "^19.0.1",
"prop-types": "^15.7.2",
"react": "16.12.0",
"react-collapse": "^5.0.1",
"react-dom": "16.12.0",
"react-id-swiper": "^2.4.0",
"react-redux": "^7.2.0",
"react-scroll": "^1.7.16",
"react-transition-group": "^4.3.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"swiper": "^5.2.1",
"tailwindcss": "^1.7.0",
"vercel": "^19.0.1"
},
"devDependencies": {
"@chec/seeder": "^1.1.0",
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"babel-eslint": "10.x",
"eslint": "6.x",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "2.x"
}
}