-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.42 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
48
49
50
51
52
{
"name": "app",
"version": "1.0.0",
"description": "My exceptional Nuxt.js project",
"author": "15mao",
"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 babel-node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"2015": "0.0.1",
"@nuxtjs/axios": "5.0.0",
"@nuxtjs/proxy": "^1.3.3",
"axios": "0.18.0",
"babel-preset-es2015": "6.24.1",
"cross-env": "5.2.0",
"crypto-js": "3.1.9-1",
"dayjs": "^1.8.14",
"element-ui": "^2.8.2",
"js-pinyin": "0.1.9",
"koa": "2.5.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.2",
"koa-router": "7.4.0",
"lodash": "4.17.11",
"mongoose": "5.3.0",
"mysql": "^2.17.1",
"node-sass": "^4.12.0",
"nodemailer": "4.6.8",
"nuxt": "^2.6.3",
"passport-local": "1.0.0",
"sass-loader": "7.1.0",
"wangeditor": "^3.1.1"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-eslint": "8.2.1",
"babel-plugin-component": "^1.1.1",
"eslint": "3.19.0",
"eslint-loader": "2.0.0",
"eslint-plugin-vue": "4.0.0",
"nodemon": "^1.18.11"
}
}