-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "mt",
"version": "1.0.0",
"description": "My slick Nuxt.js project",
"author": "fatboy",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server --exec babel-node",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js --exec babel-node",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"ant-design-vue": "^1.1.10",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.2.0",
"crypto-js": "^3.1.9-1",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-generic-session": "^2.0.1",
"koa-json": "^2.0.2",
"koa-passport": "^4.1.3",
"koa-redis": "^4.0.0",
"koa-router": "^7.4.0",
"mongoose": "^5.5.10",
"node-pinyin": "^0.2.3",
"node-sass": "^4.11.0",
"nodemailer": "^6.1.1",
"nuxt": "^2.4.0",
"passport-local": "^1.0.0",
"vue-occupy": "0.0.9"
},
"devDependencies": {
"axios": "^0.18.0",
"nodemon": "^1.18.9",
"sass-loader": "^7.1.0"
}
}