-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
83 lines (83 loc) · 2.6 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "Avalon",
"version": "1.0.0",
"description": "https://www.calibur.tv",
"author": "caliburFE",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build-static": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --fix --ext .js,.vue . --ignore-path .gitignore . --ignore-pattern '/test/*'",
"test": "jest",
"build": "npm run build-static && npm run upload",
"upload": "qshell qupload qiniu.json",
"precommit": "npm run lint",
"analyze": "nuxt build --analyze"
},
"dependencies": {
"@antv/f2": "^3.3.5",
"@nuxtjs/axios": "^5.4.1",
"@sentry/browser": "^4.6.4",
"@sentry/node": "^4.6.4",
"blueimp-md5": "^2.10.0",
"chimee": "^0.11.0",
"chimee-kernel-flv": "^1.4.10",
"chimee-plugin-center-state": "^0.0.12",
"chimee-plugin-controlbar": "^0.5.0",
"cross-env": "^5.2.0",
"echarts": "^4.2.0-rc.2",
"element-ui": "^2.6.1",
"js-cookie": "^2.2.0",
"koa": "^2.5.2",
"koa-logger": "^3.2.0",
"mint-ui": "^2.2.13",
"mousetrap": "^1.6.3",
"normalize.css": "^8.0.0",
"nuxt": "2.4.5",
"particles.js": "^2.0.0",
"raven-js": "^3.27.0",
"timeago.js": "3.0.0",
"v-charts": "^1.19.0",
"vue-clipboards": "^1.2.4",
"vue-croppa": "^1.3.8",
"vue-flow-render": "^0.1.16",
"vue-image-lazier": "^0.1.17",
"vuedraggable": "^2.19.0",
"vuetrend": "^0.3.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/style-resources": "^0.1.1",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^24.1.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-lodash": "^3.3.4",
"brotli-webpack-plugin": "^1.0.0",
"compression-webpack-plugin": "^2.0.0",
"eslint": "^5.0.1",
"eslint-config-prettier": "^3.1.0",
"eslint-config-standard": ">=12.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": ">=2.14.0",
"eslint-plugin-jest": ">=21.24.1",
"eslint-plugin-node": ">=7.0.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.0.0",
"jest": "^24.1.0",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.9.3",
"nodemon": "^1.18.9",
"prettier": "1.14.3",
"request-promise": "^4.2.2",
"sass-loader": "^7.1.0",
"vue-jest": "^3.0.3"
}
}