1 Star 1 Fork 0

多哥喵/Snaker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
多哥喵 提交于 2024-03-17 23:25 . 优化UI
{
"name": "snaker",
"version": "1.0.0",
"description": "贪吃蛇游戏",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"start": "webpack serve --open msedge.exe --mode development"
},
"keywords": [],
"author": "lizhi",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.8.0",
"css-loader": "^5.0.1",
"html-webpack-plugin": "^4.5.0",
"less": "^3.12.2",
"less-loader": "^7.1.0",
"postcss": "^8.1.13",
"postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.11",
"typescript": "^4.1.2",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"html-webpack-inline-source-plugin": "^0.0.10"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/lazza/snaker.git
git@gitee.com:lazza/snaker.git
lazza
snaker
Snaker
master

搜索帮助