-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "phaserjstest002",
"version": "1.0.0",
"description": "Trying to get PhaserJS and Typescript working in WebStorm.",
"main": "index.html",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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/Chadius/PhaserJSTest002.git"
},
"keywords": [
"PhaserJS"
],
"author": "Chad Serrant",
"license": "ISC",
"bugs": {
"url": "https://github.com/Chadius/PhaserJSTest002/issues"
},
"homepage": "https://github.com/Chadius/PhaserJSTest002#readme",
"devDependencies": {
"expose-loader": "0.7.5",
"ts-loader": "6.0.4",
"typescript": "3.5.2",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "3.7.2"
},
"dependencies": {
"phaser": "^3.20.1"
}
}