-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 KB
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
{
"name": "phaser3-typescript",
"version": "1.3.0",
"description": "Boilerplate, Game Examples, Cheat Sheets and Tutorials for Phaser 3 in TypeScript",
"keywords": [
"Phaser",
"Phaser 3",
"Phaser3",
"Html5-game",
"Phaser-boilerplate",
"TypeScript",
"Webpack",
"Tutorials",
"Phaser-tutorial",
"Game Examples",
"Phaser-game",
"Phaser-framework",
"Phaser3-example"
],
"devDependencies": {
"expose-loader": "0.7.5",
"ts-loader": "6.0.4",
"typescript": "3.5.2",
"webpack": "4.35.2",
"webpack-cli": "3.3.5",
"webpack-dev-server": "3.7.2"
},
"dependencies": {
"dexie": "^2.0.4",
"phaser": "3.18.1",
"rxjs": "^6.5.3"
},
"scripts": {
"dev": "webpack --mode development && webpack-dev-server --mode development --port 8081",
"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": "digit.sensitivee@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/digitsensitive/phaser3-typescript/issues"
},
"homepage": "https://github.com/digitsensitive/phaser3-typescript#readme"
}