-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.34 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
{
"name": "hm-dv",
"version": "1.0.0",
"description": "hemiao data visualization platform",
"author": "stoneli88 <[email protected]>",
"private": true,
"scripts": {
"dev": "backpack dev",
"build": "backpack build && nuxt build",
"analyze": "nuxt build --analyze",
"start": "cross-env NODE_ENV=production node build/main.js",
"precommit": "npm run lint",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"engines": {
"node": "6.1.0"
},
"babel": {
"presets": [
"backpack-core/babel",
"es2015",
"stage-2"
]
},
"dependencies": {
"async-validator": "^1.8.2",
"axios": "^0.16.1",
"connect-redis": "^3.3.0",
"currency-formatter": "^1.2.1",
"echarts": "^3.7.1",
"element-ui": "^1.4.4",
"font-awesome": "^4.7.0",
"highcharts": "^5.0.12",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-range": "^3.0.3",
"mysql": "^2.13.0",
"nuxt": "^0.10.6",
"paper": "^0.11.4",
"redis": "^2.7.1",
"vuedraggable": "^2.11.0",
"xml2js": "^0.4.17",
"yarn": "1.3.1"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-plugin-component": "^0.9.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.4.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"backpack-core": "^0.3.0",
"body-parser": "^1.16.1",
"cross-env": "^4.0.0",
"debug": "^2.6.6",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^2.0.1",
"express": "^4.15.3",
"express-session": "^1.15.1",
"postcss-cssnext": "^2.9.0",
"postcss-hexrgba": "^0.2.1",
"postcss-load-config": "^1.2.0",
"postcss-loader": "^1.3.1",
"postcss-nested": "^1.0.0",
"response-time": "^2.3.2",
"source-map-support": "^0.4.14"
}
}