-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
{
"name": "brust-event-detect-frontend",
"version": "1.0.0",
"description": "init",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot --config build/webpack.dev.config.js",
"build": "webpack --progress --hide-modules --config build/webpack.prod.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yzcode/BEvent-detection-FE.git"
},
"keywords": [
"frontend"
],
"author": "kisday",
"license": "MIT",
"bugs": {
"url": "https://github.com/yzcode/BEvent-detection-FE/issues"
},
"homepage": "https://github.com/yzcode/BEvent-detection-FE#readme",
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^5.8.34",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"font-awesome": "^4.5.0",
"gulp": "^3.9.0",
"html-loader": "^0.4.0",
"jade": "^1.11.0",
"jquery": "^2.2.0",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"stylus": "^0.53.0",
"stylus-loader": "^1.4.3",
"template-html-loader": "0.0.3",
"vue": "^1.0.14",
"vue-hot-reload-api": "^1.2.2",
"vue-html-loader": "^1.1.0",
"vue-loader": "^8.0.2",
"vue-router": "^0.7.9",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"echarts": "^3.0.2"
}
}