|
@@ -1,13 +1,12 @@
|
|
{
|
|
{
|
|
"name": "shuimu-dashboard-h5",
|
|
"name": "shuimu-dashboard-h5",
|
|
"private": true,
|
|
"private": true,
|
|
- "version": "2.4.0",
|
|
|
|
- "type": "module",
|
|
|
|
|
|
+ "version": "2.5.0",
|
|
"scripts": {
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"dev": "vite serve --mode development",
|
|
"dev": "vite serve --mode development",
|
|
- "build:beta": "vite build --mode staging &&vue-tsc --noEmit",
|
|
|
|
- "build:prod": "vite build --mode production &&vue-tsc --noEmit",
|
|
|
|
|
|
+ "build:beta": "vite build --mode staging && vue-tsc --noEmit",
|
|
|
|
+ "build:prod": "vite build --mode production && vue-tsc --noEmit",
|
|
"preview": "vite preview",
|
|
"preview": "vite preview",
|
|
"prepare": "husky install",
|
|
"prepare": "husky install",
|
|
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ",
|
|
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ",
|
|
@@ -31,7 +30,8 @@
|
|
],
|
|
],
|
|
"*.{vue,html}": [
|
|
"*.{vue,html}": [
|
|
"eslint --fix",
|
|
"eslint --fix",
|
|
- "prettier --write"
|
|
|
|
|
|
+ "prettier --write",
|
|
|
|
+ "stylelint --fix"
|
|
],
|
|
],
|
|
"*.{scss,css}": [
|
|
"*.{scss,css}": [
|
|
"stylelint --fix",
|
|
"stylelint --fix",
|
|
@@ -42,6 +42,7 @@
|
|
]
|
|
]
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "@element-plus/icons-vue": "^2.1.0",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vueuse/core": "^10.1.2",
|
|
"@vueuse/core": "^10.1.2",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
@@ -53,24 +54,27 @@
|
|
"element-plus": "^2.3.6",
|
|
"element-plus": "^2.3.6",
|
|
"html2canvas": "^1.4.1",
|
|
"html2canvas": "^1.4.1",
|
|
"lodash-es": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
|
|
+ "mockjs": "^1.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"nprogress": "^0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^6.2.0",
|
|
"path-to-regexp": "^6.2.0",
|
|
"pinia": "^2.0.33",
|
|
"pinia": "^2.0.33",
|
|
"screenfull": "^6.0.0",
|
|
"screenfull": "^6.0.0",
|
|
- "vue": "^3.3.1",
|
|
|
|
|
|
+ "sortablejs": "^1.15.0",
|
|
|
|
+ "vue": "^3.3.4",
|
|
"vue-i18n": "9.2.2",
|
|
"vue-i18n": "9.2.2",
|
|
- "vue-router": "^4.2.0"
|
|
|
|
|
|
+ "vue-router": "^4.2.0",
|
|
|
|
+ "xlsx": "^0.18.5"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.6.3",
|
|
"@commitlint/cli": "^17.6.3",
|
|
"@commitlint/config-conventional": "^17.6.3",
|
|
"@commitlint/config-conventional": "^17.6.3",
|
|
- "@element-plus/icons-vue": "^2.1.0",
|
|
|
|
"@iconify-json/ep": "^1.1.10",
|
|
"@iconify-json/ep": "^1.1.10",
|
|
"@types/codemirror": "^5.60.7",
|
|
"@types/codemirror": "^5.60.7",
|
|
"@types/lodash": "^4.14.195",
|
|
"@types/lodash": "^4.14.195",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/path-browserify": "^1.0.0",
|
|
"@types/path-browserify": "^1.0.0",
|
|
|
|
+ "@types/sortablejs": "^1.15.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
"@typescript-eslint/parser": "^5.59.6",
|
|
"@typescript-eslint/parser": "^5.59.6",
|
|
"autoprefixer": "^10.4.14",
|
|
"autoprefixer": "^10.4.14",
|
|
@@ -78,6 +82,7 @@
|
|
"cz-git": "^1.6.1",
|
|
"cz-git": "^1.6.1",
|
|
"eslint": "^8.40.0",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
|
|
+ "eslint-plugin-import": "^2.28.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.13.0",
|
|
"eslint-plugin-vue": "^9.13.0",
|
|
"fast-glob": "^3.2.11",
|
|
"fast-glob": "^3.2.11",
|
|
@@ -87,24 +92,30 @@
|
|
"postcss-html": "^1.5.0",
|
|
"postcss-html": "^1.5.0",
|
|
"postcss-scss": "^4.0.6",
|
|
"postcss-scss": "^4.0.6",
|
|
"prettier": "^2.8.8",
|
|
"prettier": "^2.8.8",
|
|
|
|
+ "rollup-plugin-visualizer": "^5.9.2",
|
|
"sass": "^1.58.3",
|
|
"sass": "^1.58.3",
|
|
- "stylelint": "^15.5.0",
|
|
|
|
|
|
+ "stylelint": "^15.10.2",
|
|
"stylelint-config-html": "^1.1.0",
|
|
"stylelint-config-html": "^1.1.0",
|
|
"stylelint-config-recess-order": "^4.0.0",
|
|
"stylelint-config-recess-order": "^4.0.0",
|
|
- "stylelint-config-recommended-scss": "11.0.0 ",
|
|
|
|
- "stylelint-config-recommended-vue": "^1.4.0",
|
|
|
|
- "stylelint-config-standard": "^33.0.0",
|
|
|
|
- "stylelint-config-standard-scss": "^9.0.0",
|
|
|
|
|
|
+ "stylelint-config-recommended-scss": "^12.0.0",
|
|
|
|
+ "stylelint-config-recommended-vue": "^1.5.0",
|
|
|
|
+ "stylelint-config-standard": "^34.0.0",
|
|
|
|
+ "stylelint-config-standard-scss": "^10.0.0",
|
|
"typescript": "^5.0.4",
|
|
"typescript": "^5.0.4",
|
|
"unocss": "^0.51.13",
|
|
"unocss": "^0.51.13",
|
|
"unplugin-auto-import": "^0.15.3",
|
|
"unplugin-auto-import": "^0.15.3",
|
|
"unplugin-icons": "^0.16.1",
|
|
"unplugin-icons": "^0.16.1",
|
|
"unplugin-vue-components": "^0.24.1",
|
|
"unplugin-vue-components": "^0.24.1",
|
|
- "vite": "^4.3.9",
|
|
|
|
|
|
+ "vite": "^4.4.2",
|
|
|
|
+ "vite-plugin-compression": "^0.5.1",
|
|
|
|
+ "vite-plugin-mock": "^3.0.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
- "vue-tsc": "^1.6.5 "
|
|
|
|
|
|
+ "vue-tsc": "^1.7.0 "
|
|
},
|
|
},
|
|
"repository": "http://120.78.146.64:3000/shuimuai/shuimu-dashboard-h5/src/master",
|
|
"repository": "http://120.78.146.64:3000/shuimuai/shuimu-dashboard-h5/src/master",
|
|
"author": "索隆",
|
|
"author": "索隆",
|
|
- "license": "MIT"
|
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=16.0.0"
|
|
|
|
+ }
|
|
}
|
|
}
|