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
560 B
25 lines
560 B
4 years ago
|
{
|
||
|
"name": "game-frame-template",
|
||
|
"version": "1.0.0",
|
||
|
"description": "游戏父窗口模板",
|
||
|
"main": "webpack.config.js",
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"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"
|
||
|
}
|