游戏父窗口模板
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.
 
 

27 lines
656 B

{
"name": "game-frame-template",
"version": "1.0.0",
"description": "游戏父窗口模板",
"main": "webpack.config.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"babel-loader": "^8.2.2",
"html-webpack-plugin": "^5.3.2",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0"
},
"scripts": {
"build": "webpack",
"dev": "webpack serve --mode development"
},
"repository": {
"type": "git",
"url": "gitea@dd.tall.wiki:ccsens_fe/game-frame-template.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}