1 Star 0 Fork 43

rdsuncn / watchdog-framework-web

forked from Licoy / watchdog-framework-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
dependabot[bot] 提交于 2020-02-19 08:06 . Bump axios from 0.18.0 to 0.18.1
{
"name": "watch-dog",
"version": "0.2.0",
"description": "WatchDog",
"author": "Licoy <licoycn@foxmail.com>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Licoy/watchDog-framework"
},
"scripts": {
"dev": "vue-cli-service serve --open --port=1003",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"axios": "^0.18.1",
"dayjs": "^1.7.5",
"iview": "^3.0.0",
"js-cookie": "^2.2.0",
"js-md5": "^0.7.3",
"string-format": "^2.0.0",
"vue": "^2.5.10",
"vue-i18n": "^7.8.0",
"vue-router": "^3.0.1",
"vue-table-with-tree-grid": "^0.2.4",
"vuedraggable": "^2.16.0",
"vuex": "^3.0.1",
"xlsx": "^0.13.3"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.0.0-rc.1",
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-plugin-unit-mocha": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-standard": "^3.0.0-beta.10",
"@vue/test-utils": "^1.0.0-beta.10",
"chai": "^4.1.2",
"eslint-plugin-cypress": "^2.0.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"lint-staged": "^6.0.0",
"mockjs": "^1.0.1-beta3",
"vue-template-compiler": "^2.5.13"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}
JavaScript
1
https://gitee.com/rdsuncn/watchdog-framework-web.git
git@gitee.com:rdsuncn/watchdog-framework-web.git
rdsuncn
watchdog-framework-web
watchdog-framework-web
0.2.x

搜索帮助