1 Star 0 Fork 0

Miracle199827/coreui-free-vue-admin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
xidedix 提交于 2021-03-12 13:53 . chore: 3.1.4 version release
{
"name": "@coreui/coreui-free-vue-admin-template",
"version": "3.1.4",
"description": "Open Source Bootstrap Admin Template",
"author": {
"name": "CoreUI",
"url": "https://coreui.io",
"github": "https://github.com/coreui",
"twitter": "https://twitter.com/core_ui"
},
"contributors": [
{
"name": "CoreUI Team",
"url": "https://github.com/orgs/coreui/people"
}
],
"repository": {
"type": "git",
"url": "git@github.com:coreui/coreui-free-vue-admin-template.git"
},
"homepage": "http://coreui.io",
"copyright": "Copyright 2021 creativeLabs Łukasz Holeczek",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"clearCache": "jest --clearCache",
"release": "npm-run-all clearCache lint build test:unit test:e2e",
"auto-changelog": "auto-changelog --hide-credit --commit-limit false --package --backfill-limit 0 --starting-version 3.0.0-beta.0"
},
"dependencies": {
"@coreui/coreui": "^3.4.0",
"@coreui/icons": "^2.0.0-rc.0",
"@coreui/utils": "^1.3.1",
"@coreui/vue": "^3.2.9",
"@coreui/vue-chartjs": "^1.0.6",
"vue": "~2.6.12",
"vue-router": "^3.5.1",
"vuex": "~3.6.2"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-e2e-nightwatch": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-unit-jest": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/test-utils": "^1.1.3",
"auto-changelog": "~2.2.1",
"babel-eslint": "~10.1.0",
"babel-jest": "~26.6.3",
"chromedriver": "latest",
"core-js": "^3.9.1",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"npm-run-all": "~4.1.5",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vue-template-compiler": "~2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie < 11"
],
"engines": {
"node": ">= 12.x",
"npm": ">= 6.x"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/miracle199827/coreui-free-vue-admin-template.git
git@gitee.com:miracle199827/coreui-free-vue-admin-template.git
miracle199827
coreui-free-vue-admin-template
coreui-free-vue-admin-template
master

搜索帮助