-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "mt-pc",
"version": "1.0.0",
"description": "My awe-inspiring Nuxt.js project",
"author": "baiyunsong",
"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",
"test": "jest"
},
"dependencies": {
"axios": "^0.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.2.0",
"crypto-js": "^3.1.9-1",
"element-ui": "^2.4.11",
"js-pinyin": "^0.1.9",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-generic-session": "^2.0.1",
"koa-json": "^2.0.2",
"koa-passport": "^4.1.1",
"koa-redis": "^3.1.3",
"koa-router": "^7.4.0",
"lodash": "4.17.11",
"mongoose": "^5.4.9",
"node-mailer": "^0.1.1",
"node-sass": "^4.11.0",
"nuxt": "^2.3.4",
"passport-local": "^1.0.0",
"sass-loader": "^7.1.0",
"scss-loader": "^0.0.1"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.27",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"jest": "^23.6.0",
"nodemon": "^1.18.9",
"vue-jest": "^3.0.2"
}
}