加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "bang_player",
"version": "0.0.1",
"description": "A BanG Dream! Girls Band Party web simulator based on bangbangboom-game and bestdori",
"productName": "BanG Player",
"cordovaId": "fun.reikohaku.bangplayer",
"capacitorId": "",
"author": "ReiKohaku <hbsjzjwj@163.com>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ./",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"axios": "^0.18.1",
"bangbangboom-game": "git+https://gitee.com/ReiKohaku/bangbangboom-game.git",
"file-saver": "^2.0.2",
"jszip": "^3.4.0",
"quasar": "^1.0.0",
"screenfull": "^5.0.2",
"showdown": "^1.9.1",
"vue-i18n": "^8.0.0",
"vue-lazyload": "^1.3.3"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-vue": "^6.1.2"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
"resolutions": {
"@babel/parser": "7.7.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化