-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 851 Bytes
/
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
{
"name": "crypt-of-grimwin",
"main": "index.js",
"version": "1.0.0",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"dev": "webpack-dev-server",
"tileset": "node tsx2json.js"
},
"dependencies": {
"@types/pixi.js": "^4.7.1",
"@types/rot-js": "^0.6.1",
"bresenham-js": "0.0.0",
"copy-webpack-plugin": "^4.4.2",
"fork-ts-checker-webpack-plugin": "^0.3.0",
"happypack": "^4.0.1",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.3.1",
"jsonschema": "^1.2.2",
"pixi.js": "^4.7.0",
"rot-js": "^0.6.5",
"ts-loader": "^3.5.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1",
"xml-parser": "^1.2.1"
},
"devDependencies": {
"@types/es6-promise": "^3.3.0",
"@types/jquery": "^3.3.0"
}
}