-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.49 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
{
"name": "yuedu",
"version": "1.0.0",
"description": "My stupendous Nuxt.js project",
"author": "yzbgyq",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"axios": "^0.19.0",
"better-scroll": "^1.15.2",
"cross-env": "^5.2.0",
"crypto-js": "^3.1.9-1",
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"good-storage": "^1.1.0",
"http-proxy-middleware": "^0.19.1",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-session": "^5.12.0",
"koa-static": "^5.0.0",
"moment": "^2.24.0",
"mongoose": "^5.6.0",
"nuxt": "^2.8.1",
"postcss-preset-env": "^6.6.0",
"postcss-px-to-viewport": "^1.1.0",
"postcss-viewport-units": "^0.1.6",
"postcss-write-svg": "^3.0.1",
"require-directory": "^2.1.1",
"vant": "^2.0.1",
"vue-virtual-scroller": "^1.0.0-rc.2"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@nuxtjs/proxy": "^1.3.3",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"nodemon": "^1.18.9",
"sass-loader": "^7.1.0"
}
}