3 Star 24 Fork 9

D2Projects / folder-explorer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "folder-explorer",
"version": "1.0.4",
"private": true,
"scripts": {
"lint": "vue-cli-service lint",
"build": "vue-cli-service electron:build",
"dev": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"publish": "electron-builder --publish onTagOrDraft",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten"
},
"main": "background.js",
"dependencies": {
"ant-design-vue": "^1.3.16",
"core-js": "^2.6.5",
"dayjs": "^1.8.16",
"echarts": "^4.2.1",
"flex.css": "^1.1.7",
"highlight.js": "^9.15.10",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"pretty-bytes": "^5.3.0",
"string-width": "^4.1.0",
"text-loader": "^0.0.1",
"v-charts": "^1.19.0",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.0",
"vue-router": "^3.0.3",
"vue-virtual-scroller": "^1.0.0-rc.2",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4",
"xmind": "^0.5.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"electron": "^6.0.0",
"electron-icon-builder": "^1.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"vue-cli-plugin-electron-builder": "^1.4.0",
"vue-template-compiler": "^2.6.10"
},
"__npminstall_done": false,
"Author": {
"name": "FairyEver",
"email": "1711467488@qq.com",
"url": "https://github.com/FairyEver"
},
"repository": {
"type": "git",
"url": "https://github.com/FairyEver/folder-explorer"
}
}
1
https://gitee.com/d2-projects/folder-explorer.git
git@gitee.com:d2-projects/folder-explorer.git
d2-projects
folder-explorer
folder-explorer
master

搜索帮助