-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.66 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
{
"name": "kpi",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build": "node build/build.js",
"clean": "rimraf dist/",
"dev": "node ./build/dev-server",
"start": "gulp"
},
"author": "Donny",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/Donny2333/kpi.git"
},
"dependencies": {
"angular": "^1.6.9",
"body-parser": "^1.16.1",
"echarts": "^3.8.5",
"ejs": "^2.5.6",
"express": "^4.14.1",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.3.2",
"babel-preset-env": "^1.6.1",
"chalk": "^2.3.0",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.28.7",
"eslint": "^4.13.1",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"ip": "^1.1.5",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.2",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.19.1"
}
}