-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 983 Bytes
/
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
{
"name": "ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"demo": "next build && next start"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"antd": "^3.24.3",
"axios": "^0.19.0",
"babel-plugin-import": "^1.12.2",
"babel-plugin-inline-import": "^3.0.0",
"express": "^4.17.1",
"less": "^3.10.3",
"less-vars-to-js": "^1.3.0",
"next": "^9.1.5",
"next-manifest": "^3.0.1",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-device-detect": "^1.9.10",
"react-dom": "^16.12.0",
"react-loading-skeleton": "^1.2.0",
"react-magnifier": "^3.0.4",
"react-no-ssr": "^1.1.0",
"react-responsive": "^8.0.1",
"react-slick": "^0.25.2",
"react-truncate": "^2.4.0"
},
"devDependencies": {
"url-loader": "^3.0.0"
}
}