|
@@ -18,7 +18,6 @@
|
|
|
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
|
|
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
|
|
|
"lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
|
|
"lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
|
|
|
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
|
|
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
|
|
|
- "prepare": "husky",
|
|
|
|
|
"preinstall": "npx only-allow pnpm"
|
|
"preinstall": "npx only-allow pnpm"
|
|
|
},
|
|
},
|
|
|
"keywords": [
|
|
"keywords": [
|
|
@@ -48,6 +47,7 @@
|
|
|
"url": "https://github.com/xiaoxian521"
|
|
"url": "https://github.com/xiaoxian521"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
|
+ "@fingerprintjs/fingerprintjs": "^4.6.2",
|
|
|
"@pureadmin/descriptions": "^1.2.1",
|
|
"@pureadmin/descriptions": "^1.2.1",
|
|
|
"@pureadmin/table": "^3.3.0",
|
|
"@pureadmin/table": "^3.3.0",
|
|
|
"@pureadmin/utils": "^2.6.2",
|
|
"@pureadmin/utils": "^2.6.2",
|
|
@@ -59,7 +59,6 @@
|
|
|
"dayjs": "^1.11.13",
|
|
"dayjs": "^1.11.13",
|
|
|
"echarts": "^5.6.0",
|
|
"echarts": "^5.6.0",
|
|
|
"element-plus": "^2.11.3",
|
|
"element-plus": "^2.11.3",
|
|
|
- "plus-pro-components": "^0.1.29",
|
|
|
|
|
"js-cookie": "^3.0.5",
|
|
"js-cookie": "^3.0.5",
|
|
|
"js-md5": "^0.8.3",
|
|
"js-md5": "^0.8.3",
|
|
|
"localforage": "^1.10.0",
|
|
"localforage": "^1.10.0",
|
|
@@ -68,6 +67,7 @@
|
|
|
"path-browserify": "^1.0.1",
|
|
"path-browserify": "^1.0.1",
|
|
|
"pinia": "^3.0.3",
|
|
"pinia": "^3.0.3",
|
|
|
"pinyin-pro": "^3.26.0",
|
|
"pinyin-pro": "^3.26.0",
|
|
|
|
|
+ "plus-pro-components": "^0.1.29",
|
|
|
"qs": "^6.14.0",
|
|
"qs": "^6.14.0",
|
|
|
"responsive-storage": "^2.2.0",
|
|
"responsive-storage": "^2.2.0",
|
|
|
"sortablejs": "^1.15.6",
|
|
"sortablejs": "^1.15.6",
|
|
@@ -101,7 +101,6 @@
|
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
|
"eslint-plugin-prettier": "^5.5.3",
|
|
"eslint-plugin-prettier": "^5.5.3",
|
|
|
"eslint-plugin-vue": "^10.3.0",
|
|
"eslint-plugin-vue": "^10.3.0",
|
|
|
- "husky": "^9.1.7",
|
|
|
|
|
"lint-staged": "^16.1.2",
|
|
"lint-staged": "^16.1.2",
|
|
|
"postcss": "^8.5.6",
|
|
"postcss": "^8.5.6",
|
|
|
"postcss-html": "^1.8.0",
|
|
"postcss-html": "^1.8.0",
|