-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 946 Bytes
/
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
{
"name": "phaser-template",
"version": "1.0.0",
"description": "Phaser template based on https://snowbillr.github.io/blog//2018-04-09-a-modern-web-development-setup-for-phaser-3/",
"main": "index.js",
"scripts": {
"webpack": "webpack",
"webpack-dev-server": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samuel-knutson/phaser-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/samuel-knutson/phaser-template/issues"
},
"homepage": "https://github.com/samuel-knutson/phaser-template#readme",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^5.1.1",
"phaser": "^3.22.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}