-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
75 lines (75 loc) · 1.98 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
{
"name": "norse-attack-like",
"version": "1.0.0",
"description": "A system like norse attack map.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"react": "webpack-dev-server --progress --colors --watch --port 8000",
"react-build": "webpack --watch",
"start": "node ./bin/www",
"build": "rm -rf ./dist/* && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuanzhaokang/NorseAttack-like.git"
},
"keywords": [
"norse attack",
"map",
"leaflet",
"ZRender",
"canvas",
"visualization"
],
"author": "yuanzhaokang",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuanzhaokang/NorseAttack-like/issues"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"body-parser": "~1.16.0",
"cookie-parser": "~1.4.3",
"css-loader": "^0.28.0",
"debug": "~2.6.0",
"express": "~4.14.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"images": "^3.0.0",
"jade": "~1.11.0",
"jquery": "^3.2.1",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"leaflet": "^1.0.3",
"morgan": "~1.7.0",
"node-sass": "^4.5.2",
"normalize.css": "^5.0.0",
"postcss-loader": "^2.0.5",
"proj4": "^2.4.3",
"proj4leaflet": "^1.0.1",
"raw-loader": "^0.5.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"sass-lint": "^1.10.2",
"sass-loader": "^6.0.3",
"serve-favicon": "~2.3.2",
"socket.io": "^2.0.1",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"zrender": "^3.4.4"
},
"dependencies": {
"echarts": "^4.0.4",
"echarts-gl": "^1.1.0",
"express-ws": "^3.0.0"
}
}