-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 872 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": "minimal-m",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"antd-mobile": "^2.3.3",
"axios": "^0.19.2",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"js-cookie": "^2.2.1",
"md5": "^2.2.1",
"next": "^9.3.5",
"node-sass": "^4.14.0",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rmc-cascader": "^5.0.3",
"rmc-picker": "^5.0.10",
"swiper": "^4.5.1"
},
"devDependencies": {
"@zeit/next-css": "^1.0.1",
"css-loader": "^3.5.3",
"cssesc": "^3.0.0",
"http-proxy-middleware": "^0.19.1",
"loader-utils": "^2.0.0",
"normalize-path": "^3.0.0"
}
}