-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1001 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
{
"name": "nuxt-mt",
"version": "1.0.0",
"description": "My geometric Nuxt.js project",
"author": "l1shu",
"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.8.0",
"axios": "^0.19.0",
"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.3",
"koa-redis": "^4.0.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.15",
"mongoose": "^5.7.7",
"node-sass": "^4.13.0",
"nodemailer": "^6.3.1",
"nuxt": "^2.0.0",
"passport-local": "^1.0.0",
"sass-loader": "^8.0.0"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}