-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "phaser3-typescript",
"version": "1.2.1",
"description": "Boilerplate, Tutorials, Cheat Sheets and more for Phaser 3 in Typescript",
"keywords": [
"Phaser",
"Phaser 3",
"Phaser3",
"TypeScript",
"Webpack",
"Tutorials",
"Game Examples"
],
"devDependencies": {
"@types/node": "^10.9.4",
"expose-loader": "0.7.5",
"json-loader": "^0.5.7",
"ts-loader": "4.4.2",
"typescript": "2.9.2",
"webpack": "4.15.0",
"webpack-cli": "3.0.8",
"webpack-dev-server": "3.1.4",
"yaml-loader": "^0.5.0"
},
"dependencies": {
"@types/lodash": "^4.14.116",
"lodash": "^4.17.10",
"phaser": "^3.11.0"
},
"scripts": {
"dev": "webpack --mode development && webpack-dev-server --mode development",
"build": "webpack --mode production && webpack-dev-server --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitsensitive/phaser3-typescript.git"
},
"author": {
"name": "digitsensitive",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/digitsensitive/phaser3-typescript/issues"
},
"homepage": "https://github.com/digitsensitive/phaser3-typescript#readme"
}