# [1.6.0](https://github.com/d2-projects/d2-admin/compare/v1.5.0...v1.6.0) (2020-04-18) ### Bug Fixes * mock 适配多页 ([a384bae](a384baea57)) * 修复 VueFilenameInjector 配置 ([e5a077c](e5a077ce98)) * 修复多页面 cdn 引用 ([0be4630](0be46301ab)) * **plugin/axios:** axios.interceptors.request error miss return ([a90079d](a90079d6d9)) ### Features * scss public ([7f00053](7f00053b34)) * ueditor ([7be7f98](7be7f98586)) * 设置 icon: '' 可以取消默认的菜单图标 ([af5dc86](af5dc86806)) ### Performance Improvements * 增加 cdn 依赖 ([9f8b8c7](9f8b8c7672)) * 增加 cdn 依赖 ([3e5713c](3e5713c516))
91 lines
2.8 KiB
JSON
91 lines
2.8 KiB
JSON
{
|
|
"name": "d2-admin",
|
|
"version": "1.6.0",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --open",
|
|
"start": "npm run serve",
|
|
"dev": "npm run serve",
|
|
"build": "vue-cli-service build",
|
|
"build:nomock": "vue-cli-service build --mode nomock",
|
|
"build:preview": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build --mode preview",
|
|
"lint": "vue-cli-service lint --fix",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
|
|
"analyz": "npm_config_report=true npm run build",
|
|
"commit": "git-cz"
|
|
},
|
|
"dependencies": {
|
|
"@d2-projects/d2-crud": "^2.1.2",
|
|
"@d2-projects/vue-table-export": "^1.0.1",
|
|
"@d2-projects/vue-table-import": "^1.0.0",
|
|
"axios": "^0.19.0",
|
|
"better-scroll": "^1.15.2",
|
|
"clipboard-polyfill": "^2.8.6",
|
|
"core-js": "^3.4.3",
|
|
"countup.js": "^2.0.4",
|
|
"dayjs": "^1.8.17",
|
|
"echarts": "^4.5.0",
|
|
"element-ui": "^2.13.0",
|
|
"flex.css": "^1.1.7",
|
|
"fuse.js": "^3.4.6",
|
|
"github-markdown-css": "^3.0.1",
|
|
"highlight.js": "^9.17.1",
|
|
"hotkeys-js": "^3.7.3",
|
|
"js-cookie": "^2.2.1",
|
|
"lodash": "^4.17.15",
|
|
"lowdb": "^1.0.0",
|
|
"marked": "^0.8.0",
|
|
"mockjs": "^1.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"qs": "^6.9.1",
|
|
"quill": "^1.3.7",
|
|
"screenfull": "^5.0.0",
|
|
"simplemde": "^1.11.2",
|
|
"sortablejs": "^1.10.1",
|
|
"ua-parser-js": "^0.7.20",
|
|
"v-charts": "^1.19.0",
|
|
"vue": "^2.6.11",
|
|
"vue-grid-layout": "^2.3.7",
|
|
"vue-i18n": "^8.15.1",
|
|
"vue-json-tree-view": "^2.1.4",
|
|
"vue-router": "^3.1.3",
|
|
"vue-splitpane": "^1.0.6",
|
|
"vue-ueditor-wrap": "^2.4.1",
|
|
"vuex": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@d2-projects/vue-filename-injector": "^1.1.0",
|
|
"@kazupon/vue-i18n-loader": "^0.4.1",
|
|
"@vue/cli-plugin-babel": "^4.1.0",
|
|
"@vue/cli-plugin-eslint": "^4.1.0",
|
|
"@vue/cli-plugin-router": "^4.1.0",
|
|
"@vue/cli-plugin-unit-jest": "^4.1.0",
|
|
"@vue/cli-plugin-vuex": "^4.1.0",
|
|
"@vue/cli-service": "^4.1.0",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"babel-eslint": "^10.0.3",
|
|
"compression-webpack-plugin": "^3.0.1",
|
|
"cz-conventional-changelog": "3.1.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"sass": "^1.23.7",
|
|
"sass-loader": "^8.0.0",
|
|
"svg-sprite-loader": "^4.1.6",
|
|
"text-loader": "^0.0.1",
|
|
"vue-cli-plugin-i18n": "^0.6.0",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack-bundle-analyzer": "^3.6.0",
|
|
"webpack-theme-color-replacer": "^1.3.3"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/d2-projects/d2-admin.git"
|
|
}
|
|
}
|