-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.88 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
{
"name": "vaoc-game",
"version": "1.0.0",
"main": "index.html",
"repository": "git@gitlab.com:Airyworks/vaoc-game.git",
"author": "Airyworks",
"license": "MIT",
"scripts": {
"serve": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"build": "node build/build.js",
"test": "jest --no-cache --coverage"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"autoprefixer": "^8.5.2",
"chalk": "^2.0.1",
"check-versions": "^1.0.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-notifier": "^5.1.2",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"ora": "^2.1.0",
"portfinder": "^1.0.13",
"rimraf": "^2.6.0",
"semver": "^5.3.0",
"shelljs": "^0.8.2",
"ts-jest": "^22.4.6",
"ts-loader": "^4.3.0",
"tslint": "^5.10.0",
"typescript": "^2.9.1",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^1.0.1",
"webpack": "^4.10.2",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"@types/event-emitter": "^0.3.2",
"@types/koa-compose": "^3.2.2",
"@types/pixi.js": "^4.7.5",
"@types/seedrandom": "^2.4.27",
"@types/url-join": "^0.8.2",
"axios": "^0.18.0",
"event-emitter": "^0.3.5",
"koa-compose": "^4.1.0",
"pixi-layers": "^0.1.9",
"pixi.js": "^4.8.0",
"seedrandom": "^2.4.3",
"ts-key-enum": "^2.0.0",
"vaoc-map-generator": "git+https://github.com/Airyworks/vaoc-map-generator.git",
"vaoc-veb3": "git+https://github.com/Airyworks/vaoc-veb3.git"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
}