1 Star 0 Fork 2

马红权/battle-city

forked from 橙子/battle-city 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
马红权 提交于 2022-06-18 08:20 . stages
{
"name": "battle-city",
"version": "0.4.0-SNAPSHOT",
"description": "Battle city remake built with react.",
"author": "Shi Feichao <842351815@qq.com> (http://shinima.pw)",
"scripts": {
"start": "webpack-dev-server --mode=development",
"build": "webpack --mode=production && copyfiles sound/* dist"
},
"dependencies": {
"file-saver": "^2.0.5",
"normalize.css": "^8.0.1",
"react-hot-loader": "^4.13.0",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-saga": "1.0.2"
},
"devDependencies": {
"@types/classnames": "^2.2.0",
"@types/file-saver": "^1.3.0",
"babel-core": "^6.26.0",
"babel-loader": "7",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.0.6",
"json-loader": "^0.5.7",
"moment": "^2.21.0",
"prettier": "^1.11.1",
"source-map-loader": "^0.2.1",
"style-loader": "^0.23.0",
"ts-loader": "^5.1.0",
"typescript": "^3.4.1",
"webpack": "^4.1.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.1"
},
"resolutions": {
"@types/react": "15.6.7"
},
"prettier": {
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mahongquan/battle-city.git
git@gitee.com:mahongquan/battle-city.git
mahongquan
battle-city
battle-city
master

搜索帮助