1 Star 9 Fork 2

march3/WebTopo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
phynos 提交于 2020-01-02 12:28 . 增加electron打包说明
{
"name": "WebTopo",
"version": "0.0.1",
"description": "web",
"productName": "WebTopo",
"cordovaId": "phynos",
"author": "phynos",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"dev": "quasar dev",
"build": "quasar build",
"build:pwa": "quasar build -m pwa",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.3.3",
"axios": "^0.19.0",
"echarts": "^4.2.1",
"moment": "^2.24.0",
"quasar": "^1.5.11",
"vue-i18n": "^7.3.3",
"x2js": "^3.3.1"
},
"devDependencies": {
"@quasar/app": "^1.4.3",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^7.0.0",
"electron-builder": "^22.2.0",
"electron-debug": "^3.0.0",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^14.1.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.0",
"sass-loader": "^7.3.1",
"strip-ansi": "=3.0.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
"resolutions": {
"ajv": "6.10.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/march3/WebTopo.git
git@gitee.com:march3/WebTopo.git
march3
WebTopo
WebTopo
master

搜索帮助