phaser示例小游戏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
620 B

{
"name": "phaserdemo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "webpack serve --open --config webpack.development.js",
"test": "webpack --config webpack.development.js",
"pro": "webpack --config webpack.production.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"phaser": "^3.85.2"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"html-webpack-plugin": "^5.6.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}