-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.42 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": "curves",
"version": "0.0.1",
"description": "HTML5 implementation of the popular multiplayer games 'achtung die kurve'",
"main": "index.js",
"scripts": {
"build": "webpack -p --env.prod",
"watch": "webpack-dev-server --host 0.0.0.0 --progress --inline --content-base game/",
"watch-devtools": "webpack-dev-server --host 0.0.0.0 --progress --inline --content-base game/ --env.devtools",
"format": "tsfmt -r",
"format-verify": "tsfmt --verify",
"clean": "rimraf game/"
},
"pre-commit": "format-verify",
"repository": {
"type": "git",
"url": "git+https://github.com/bengt-games/curves.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/bengt-games/curves/issues"
},
"homepage": "https://github.com/bengt-games/curves#readme",
"dependencies": {
"@types/cuid": "^1.3.0",
"@types/history": "^4.5.1",
"@types/pixi.js": "^4.4.4",
"@types/query-string": "^4.3.1",
"@types/react": "^15.0.25",
"@types/react-dom": "^15.5.0",
"axios": "^0.16.1",
"bootstrap": "^3.3.7",
"cuid": "^1.3.8",
"deadunit": "^5.2.1",
"fastpriorityqueue": "^0.2.4",
"file-loader": "^0.11.1",
"freeice": "^2.2.0",
"history": "^4.6.1",
"immutable": "Zalastax/immutable-js#86b6aa458180e3f4afa7637999010dde85d8d654",
"pixi.js": "^4.5.2",
"pre-commit": "^1.2.2",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.6",
"redux": "^3.6.0",
"redux-typescript-module": "^1.0.2",
"rtc-quickconnect": "^5.8.0",
"sillyname": "^0.1.0",
"tsdiff": "Zalastax/tsdiff#29609cc8873ccec747b4dc008c4d4ffed941b619",
"tween-functions": "^1.2.0"
},
"devDependencies": {
"@types/classnames": "^2.2.0",
"awesome-typescript-loader": "^3.1.3",
"classnames": "^2.2.5",
"css-loader": "^0.28.1",
"html-webpack-plugin": "^2.28.0",
"immutable-devtools": "Zalastax/immutable-devtools#1c09afca9fa94b2a1992b6375995b507dd0e9c39",
"imports-loader": "^0.7.1",
"json-loader": "^0.5.4",
"jsondiffpatch": "0.2.5",
"redux-devtools": "^3.4.0",
"redux-devtools-dock-monitor": "^1.1.2",
"redux-devtools-log-monitor": "^1.3.0",
"redux-slider-monitor": "^2.0.0-1",
"rimraf": "^2.6.1",
"style-loader": "^0.17.0",
"tslint": "^5.2.0",
"tslint-loader": "^3.5.3",
"typescript": "^2.4.2",
"typescript-formatter": "^7.0.1",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
}
}