1 Star 0 Fork 5

tc310/desktop-dashboard

forked from miaoys/desktop-dashboard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "desktop-dashboard",
"version": "1.0.3",
"private": true,
"description": "好玩、好用、好看的桌面小部件",
"author": "miaoys <2228413187@qq.com> https://gitee.com/miaoys/desktop-dashboard.git",
"license": "GPL3.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@element-plus/icons-vue": "^0.2.6",
"axios": "^0.25.0",
"core-js": "^3.6.5",
"echarts": "^5.3.0",
"electron-store": "^8.0.1",
"element-plus": "^1.3.0-beta.9",
"moment": "^2.29.1",
"pinyin": "^2.10.2",
"vue": "^3.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"electron": "^17.0.0",
"electron-devtools-installer": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.3.1",
"vue-cli-plugin-electron-builder": "~2.1.1",
"vue-cli-plugin-element": "~1.0.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"homepage": "background.js"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/tc310/desktop-dashboard.git
git@gitee.com:tc310/desktop-dashboard.git
tc310
desktop-dashboard
desktop-dashboard
master

搜索帮助