-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.82 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
53
54
55
56
57
58
{
"name": "Shojo",
"version": "1.0.0",
"description": "My flawless Nuxt.js project",
"author": "calibur.tv",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"analyzer": "nuxt build --analyze",
"upload": "qshell qupload ./deploy/qiniu.json",
"refresh": "qshell cdnrefresh --dirs -i ./deploy/refresh.txt",
"deploy": "bash deploy.sh",
"staging": "cross-env NODE_ENV=staging npm run build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@calibur/sakura": "^2.11.5",
"@nuxtjs/axios": "^5.12.2",
"cross-env": "^7.0.2",
"echarts": "^4.9.0",
"element-ui": "^2.13.2",
"geetest-captcha": "^1.1.2",
"js-cookie": "^2.2.1",
"koa": "^2.13.0",
"lodash": "^4.17.20",
"normalize.css": "^8.0.1",
"nuxt": "^2.14.5",
"ua-parser-js": "^0.7.22",
"v-charts": "^1.19.0",
"vue-awesome": "^4.1.0",
"vue-count-to": "^1.0.13",
"vue-moment": "^4.1.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-lodash": "^3.3.4",
"eslint": "^7.9.0",
"eslint-config-standard": ">=14.1.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": ">=2.22.0",
"eslint-plugin-jest": ">=24.0.1",
"eslint-plugin-node": ">=11.1.0",
"eslint-plugin-nuxt": ">=1.0.0",
"eslint-plugin-promise": ">=4.2.1",
"eslint-plugin-standard": ">=4.0.1",
"eslint-plugin-vue": "^6.2.2",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.14.1",
"nodemon": "^2.0.4",
"sass-loader": "^10.0.2"
}
}