当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 42

陈雄 / duic
暂停

forked from ZY / duic
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
kevin 提交于 2018-09-07 16:08 . 引入 vue-cli
{
"name": "duic-dashboard",
"version": "1.2.0",
"description": "DuiC Dashboard",
"main": "index.js",
"scripts": {
"serve": "vue-cli-service serve --port=7778",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "https://github.com/zhudyos/duic"
},
"author": "Kevin Zou",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.18.0",
"deep-extend": "^0.5.0",
"js-cookie": "^2.1.3",
"js-yaml": "^3.11.0",
"monaco-editor": "^0.14.2",
"swagger-ui": "^3.18.2",
"vue": "^2.5.17",
"vue-clipboard2": "0.0.9",
"vue-router": "^3.0.1",
"vuetify": "^1.0.7",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.5.17"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/strongly-recommended",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
Kotlin
1
https://gitee.com/coldco519/duic.git
git@gitee.com:coldco519/duic.git
coldco519
duic
duic
master

搜索帮助