1.Arco Design Vue 2.52.0 => 2.53.0 2.Vue 3.3.4 => 3.3.7 3.Vite 3.2.7 => 4.5.0 4.vue-router 4.2.4 => 4.2.5 5.vue-i18n 9.5.0 => 9.6.5 6.vue-tsc 1.2.0 => 1.8.22 7.@vueuse/core 9.13.0 => 10.5.0 8.pinia 2.1.6 => 2.1.7 9.rollup 3.20.2 => 4.3.0 10.vue-cropper 1.0.9 => 1.1.1 11.crypto-js 4.1.1 => 4.2.0 12.vite-svg-loader 3.6.0 => 4.0.0 13.highlight.js 11.8.0 => 11.9.0 14.mitt 3.0.0 => 3.0.1 15.consola 2.15.3 => 3.2.3 16.prettier 2.8.7 => 3.0.3 17.less 4.1.3 => 4.2.0 18.eslint 8.48.0 => 8.53.0 19.stylelint 15.10.3 => 15.11.0 20.lint-staged 13.2.0 => 3.0.3
106 lines
3.2 KiB
JSON
106 lines
3.2 KiB
JSON
{
|
||
"name": "continew-admin-ui",
|
||
"description": "ContiNew Admin 中后台管理框架,Continue New Admin,持续以最新流行技术栈构建,拥抱变化,迭代优化。",
|
||
"version": "2.0.0-SNAPSHOT",
|
||
"private": true,
|
||
"author": "Charles7c",
|
||
"license": "Apache-2.0",
|
||
"scripts": {
|
||
"dev": "vite --host --config ./config/vite.config.dev.ts",
|
||
"build": "vue-tsc --noEmit && vite build --config ./config/vite.config.prod.ts",
|
||
"report": "cross-env REPORT=true npm run build",
|
||
"preview": "npm run build && vite preview --host",
|
||
"type:check": "vue-tsc --noEmit --skipLibCheck",
|
||
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
|
||
"lint-staged": "npx lint-staged"
|
||
},
|
||
"lint-staged": {
|
||
"*.{js,ts,jsx,tsx}": [
|
||
"prettier --write",
|
||
"eslint --fix"
|
||
],
|
||
"*.vue": [
|
||
"stylelint --fix",
|
||
"prettier --write",
|
||
"eslint --fix"
|
||
],
|
||
"*.{less,css}": [
|
||
"stylelint --fix",
|
||
"prettier --write"
|
||
]
|
||
},
|
||
"dependencies": {
|
||
"@arco-design/web-vue": "^2.53.0",
|
||
"@kangc/v-md-editor": "^2.3.17",
|
||
"@vueuse/core": "^10.5.0",
|
||
"axios": "^0.24.0",
|
||
"crypto-js": "^4.2.0",
|
||
"dayjs": "^1.11.10",
|
||
"echarts": "^5.4.3",
|
||
"highlight.js": "^11.9.0",
|
||
"jsencrypt": "^3.3.2",
|
||
"lodash": "^4.17.21",
|
||
"mitt": "^3.0.1",
|
||
"nprogress": "^0.2.0",
|
||
"pinia": "^2.1.7",
|
||
"query-string": "^8.1.0",
|
||
"sortablejs": "^1.15.0",
|
||
"vue": "^3.3.7",
|
||
"vue-cropper": "^1.1.1",
|
||
"vue-echarts": "^6.6.1",
|
||
"vue-i18n": "^9.6.5",
|
||
"vue-json-pretty": "^2.2.4",
|
||
"vue-router": "^4.2.5",
|
||
"vue3-colorpicker": "^2.2.2"
|
||
},
|
||
"devDependencies": {
|
||
"@arco-plugins/vite-vue": "^1.4.5",
|
||
"@commitlint/cli": "^18.2.0",
|
||
"@commitlint/config-conventional": "^18.1.0",
|
||
"@types/crypto-js": "^4.1.3",
|
||
"@types/lodash": "^4.14.200",
|
||
"@types/mockjs": "^1.0.9",
|
||
"@types/nprogress": "^0.2.2",
|
||
"@types/sortablejs": "^1.15.4",
|
||
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
||
"@typescript-eslint/parser": "^6.9.1",
|
||
"@vitejs/plugin-vue": "^4.4.0",
|
||
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
||
"@vue/babel-plugin-jsx": "^1.1.5",
|
||
"consola": "^3.2.3",
|
||
"cross-env": "^7.0.3",
|
||
"eslint": "^8.53.0",
|
||
"eslint-config-airbnb-base": "^15.0.0",
|
||
"eslint-config-prettier": "^9.0.0",
|
||
"eslint-import-resolver-typescript": "^3.6.1",
|
||
"eslint-plugin-import": "^2.29.0",
|
||
"eslint-plugin-prettier": "^5.0.1",
|
||
"eslint-plugin-vue": "^9.18.1",
|
||
"less": "^4.2.0",
|
||
"lint-staged": "^15.0.2",
|
||
"mockjs": "^1.1.0",
|
||
"postcss-html": "^1.5.0",
|
||
"prettier": "^3.0.3",
|
||
"rollup": "^4.3.0",
|
||
"rollup-plugin-visualizer": "^5.9.2",
|
||
"stylelint": "^15.11.0",
|
||
"stylelint-config-prettier": "^9.0.5",
|
||
"stylelint-config-rational-order": "^0.1.2",
|
||
"stylelint-config-recommended-vue": "^1.5.0",
|
||
"stylelint-config-standard": "^34.0.0",
|
||
"stylelint-order": "^6.0.3",
|
||
"typescript": "^4.9.5",
|
||
"unplugin-vue-components": "^0.25.2",
|
||
"vite": "^4.5.0",
|
||
"vite-plugin-compression": "^0.5.1",
|
||
"vite-plugin-eslint": "^1.8.1",
|
||
"vite-plugin-imagemin": "^0.6.1",
|
||
"vite-plugin-svg-icons": "^2.0.1",
|
||
"vite-svg-loader": "^4.0.0",
|
||
"vue-tsc": "^1.8.22"
|
||
},
|
||
"engines": {
|
||
"node": ">=14.0.0"
|
||
}
|
||
}
|