1 Star 0 Fork 185

BestJex/artemis

forked from matevip/artemis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
xurx 提交于 2020-08-03 16:34 . 解决版本号导致的启动异常
{
"name": "mate-vue",
"version": "1.0.1",
"description": "MateCloud管理平台",
"author": "pangu <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"axios": "0.19.2",
"element-ui": "2.13.2",
"js-base64": "^3.2.4",
"js-cookie": "2.2.1",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"vue": "2.6.11",
"vue-router": "3.3.4",
"vuex": "3.5.1",
"@riophae/vue-treeselect": "0.4.0",
"js-md5": "^0.7.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.4.6",
"@vue/cli-plugin-eslint": "4.4.6",
"@vue/cli-plugin-unit-jest": "4.4.6",
"@vue/cli-service": "4.4.6",
"@vue/test-utils": "1.0.3",
"autoprefixer": "9.8.5",
"babel-eslint": "10.1.0",
"babel-jest": "23.6.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"chalk": "2.4.2",
"connect": "3.7.0",
"eslint": "6.8.0",
"eslint-plugin-vue": "6.2.2",
"html-webpack-plugin": "3.2.0",
"mockjs": "1.1.0",
"runjs": "4.4.2",
"sass": "1.26.10",
"sass-loader": "8.0.2",
"script-ext-html-webpack-plugin": "2.1.4",
"serve-static": "1.14.1",
"svg-sprite-loader": "4.3.0",
"svgo": "1.3.2",
"vue-template-compiler": "2.6.11"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/BestJex/artemis.git
[email protected]:BestJex/artemis.git
BestJex
artemis
artemis
master

搜索帮助