-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
{
"name": "phaser-games",
"version": "1.0.0",
"main": "index.js",
"author": "Rasmus Vermeulen <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"serve": "sh ./scripts/serve",
"lint": "tslint -p tsconfig.all.json -t stylish",
"test": "jest"
},
"dependencies": {
"@colyseus/monitor": "^0.1.10",
"bluebird": "^3.5.3",
"chai": "^4.2.0",
"colyseus": "^0.9.26",
"colyseus.js": "^0.9.15",
"express": "^4.16.4",
"phaser": "^3.15.1",
"ramda": "^0.26.1",
"ramda-adjunct": "^2.13.0",
"serve-index": "^1.9.1",
"tiled-parser": "^0.1.2"
},
"staticPath": "assets",
"devDependencies": {
"@types/bluebird-global": "^3.5.9",
"@types/chai": "^4.1.7",
"@types/debug": "^0.0.31",
"@types/express": "^4.16.0",
"@types/jest": "^23.3.10",
"@types/ramda": "types/npm-ramda#dist",
"@types/serve-index": "^1.7.29",
"debug": "^4.1.1",
"husky": "^1.3.1",
"jest": "^23.6.0",
"jest-canvas-mock": "^1.1.0",
"jest-extended": "^0.11.0",
"jest-watch-typeahead": "^0.2.0",
"lint-staged": "^8.1.0",
"parcel": "^1.11.0",
"parcel-plugin-static-files-copy": "^1.2.4",
"prettier": "^1.15.3",
"prettier-package-json": "^2.0.1",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.2.2",
"utility-types": "^3.2.0"
},
"optionalDependencies": {
"config-presets": "../config-presets"
}
}