1 Star 0 Fork 32

整理 / OverVue

forked from Gitee 极速下载 / OverVue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.30 KB
一键复制 编辑 原始数据 按行查看 历史
AP 提交于 2020-11-02 11:36 . updated electron version
{
"name": "overvue",
"version": "2.0.0",
"description": "Vue Prototype DevTool",
"productName": "OverVue",
"cordovaId": "org.cordova.quasar.app",
"author": "Team OverVue, Team Vuetiful",
"private": true,
"bugs": {
"url": "https://github.com/TeamOverVue/OverVue/issues"
},
"homepage": "https://github.com/TeamOverVue/OverVue",
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:unit": "jest --updateSnapshot",
"test:unit:coverage": "jest --coverage",
"test:unit:watch": "jest --watch",
"test:unit:watchAll": "jest --watchAll",
"serve:test:coverage": "quasar serve test/jest/coverage/lcov-report/ --port 8788",
"concurrently:dev:jest": "concurrently \"quasar dev\" \"jest --watch\""
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"aws-amplify": "^1.1.30",
"aws-amplify-vue": "^0.2.13",
"aws-appsync": "^1.8.1",
"dot-prop": "^6.0.0",
"fs-extra": "^8.1.0",
"localforage": "^1.7.3",
"lodash": ">=4.17.19",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"mousetrap": "^1.6.3",
"node-forge": "^0.10.0",
"npm": "^6.14.5",
"prismjs": "^1.16.0",
"quasar": "^1.0.0",
"vue-custom-context-menu": "^3.0.1",
"vue-drag-resize": "^1.3.2",
"vue-draggable-nested-tree": "^2.2.17",
"vue-draggable-resizable": "^2.0.0-rc2",
"vue-loader": "^15.7.0",
"vue-multiselect": "^2.1.6",
"vue-prism-editor": "^0.2.1",
"vued3tree": "^3.7.1",
"vuedraggable": "^2.23.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"@quasar/quasar-app-extension-testing": "^1.0.0",
"@quasar/quasar-app-extension-testing-unit-jest": "^1.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^7.2.4",
"electron-builder": "^22.7.0",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^2.2.4",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"strip-ansi": "^3.0.1",
"vue-cli-plugin-electron-builder": "^1.3.6"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}
JavaScript
1
https://gitee.com/sparetime_all/OverVue.git
git@gitee.com:sparetime_all/OverVue.git
sparetime_all
OverVue
OverVue
master

搜索帮助