1 Star 0 Fork 0

wubin/toolbox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
wubin 提交于 2020-11-16 00:33 . first init app
{
"name": "toolbox",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service electron:serve",
"build": "vue-cli-service electron:build",
"lint": "vue-cli-service lint",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"animate.css": "^4.1.1",
"ant-design-vue": "^1.7.2",
"axios": "^0.21.0",
"core-js": "^3.7.0",
"echarts": "^4.9.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"qs": "^6.9.4",
"v-charts": "^1.19.0",
"vue": "^2.6.12",
"vue-clipboards": "^1.3.0",
"vue-code-diff": "^0.0.5",
"vue-json-viewer": "^2.2.15",
"vue-router": "^3.4.9",
"vuex": "^3.5.1",
"vuex-persistedstate": "^4.0.0-beta.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.8",
"@vue/cli-plugin-eslint": "~4.5.8",
"@vue/cli-plugin-router": "~4.5.8",
"@vue/cli-plugin-vuex": "~4.5.8",
"@vue/cli-service": "~4.5.8",
"babel-eslint": "^10.1.0",
"electron": "^10.1.5",
"electron-devtools-installer": "^3.1.1",
"eslint": "^7.13.0",
"eslint-plugin-vue": "^7.1.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.5",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/wubinbinbin/toolbox.git
git@gitee.com:wubinbinbin/toolbox.git
wubinbinbin
toolbox
toolbox
master

搜索帮助