-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "data_structure",
"version": "1.0.0",
"description": "排序算法",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot --watch --colors --progress --display-error-details",
"build": "rm -rf docs && webpack -p --progresss"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.2.1",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.0",
"babel-plugin-transform-object-rest-spread": "6.19.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "6.9.2",
"cb": "0.1.0",
"chromedriver": "2.21.2",
"copy-webpack-plugin": "2.1.1",
"css-loader": "0.23.0",
"css-mqpacker": "4.0.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.4",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.7.1",
"isparta-instrumenter-loader": "1.0.0",
"less": "^3.0.0-alpha.3",
"less-loader": "^4.0.5",
"node-libs-browser": "1.0.0",
"null-loader": "0.1.1",
"postcss-discard-comments": "2.0.4",
"protractor": "3.1.1",
"raw-loader": "0.5.1",
"rimraf": "2.5.1",
"style-loader": "0.13.0",
"webpack": "1.12.13",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"echarts": "^3.7.2",
"rxjs": "^5.5.0"
}
}