38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "phaser3-project-template",
|
|
"version": "1.1.0",
|
|
"description": "A Phaser 3 Project Template",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack/prod.js ",
|
|
"start": "webpack-dev-server --config webpack/base.js --open"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/photonstorm/phaser3-project-template.git"
|
|
},
|
|
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
|
|
"license": "MIT",
|
|
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
|
|
"bugs": {
|
|
"url": "https://github.com/photonstorm/phaser3-project-template/issues"
|
|
},
|
|
"homepage": "https://github.com/photonstorm/phaser3-project-template#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/preset-env": "^7.2.3",
|
|
"babel-loader": "^8.0.5",
|
|
"clean-webpack-plugin": "^1.0.0",
|
|
"file-loader": "^3.0.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"raw-loader": "^1.0.0",
|
|
"terser-webpack-plugin": "^1.2.1",
|
|
"webpack": "^4.28.3",
|
|
"webpack-cli": "^3.2.1",
|
|
"webpack-dev-server": "^3.1.14",
|
|
"webpack-merge": "^4.2.1"
|
|
},
|
|
"dependencies": {
|
|
"phaser": "^3.16.2"
|
|
}
|
|
}
|