2023-01-29 05:44:19 +00:00
|
|
|
{
|
2023-05-24 10:00:50 +00:00
|
|
|
"name": "@certd/ui-client",
|
2024-10-01 18:04:55 +00:00
|
|
|
"version": "1.25.9",
|
2023-01-29 05:44:19 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2024-03-22 04:00:51 +00:00
|
|
|
"dev": "vite --open",
|
2023-01-29 05:44:19 +00:00
|
|
|
"dev:pm": "vite --mode pm",
|
|
|
|
"dev:force": "vite --force",
|
2023-09-11 19:24:00 +00:00
|
|
|
"debug": "vite --mode debug --open",
|
2023-01-29 05:44:19 +00:00
|
|
|
"debug:pm": "vite --mode debugpm",
|
|
|
|
"debug:force": "vite --force --mode debug",
|
2024-06-15 18:32:36 +00:00
|
|
|
"build": " vite build ",
|
2024-10-10 13:50:04 +00:00
|
|
|
"dev-build": "echo 1",
|
2023-01-29 05:44:19 +00:00
|
|
|
"serve": "vite preview",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"pretty-quick": "pretty-quick",
|
|
|
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
|
2023-01-31 19:24:09 +00:00
|
|
|
"upgrade": "yarn upgrade-interactive --latest",
|
2023-03-24 19:24:06 +00:00
|
|
|
"tsc": "vue-tsc --noEmit --skipLibCheck",
|
2023-07-03 19:24:01 +00:00
|
|
|
"circle:check": "pnpm dependency-cruise --validate --output-type err-html -f dependency-report.html src",
|
|
|
|
"afterPubPush": "git add . && git commit -m \"build: publish success\" && git push"
|
2023-01-29 05:44:19 +00:00
|
|
|
},
|
|
|
|
"author": "Greper",
|
2024-02-27 13:37:42 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-01-29 05:44:19 +00:00
|
|
|
"dependencies": {
|
2024-06-15 18:32:36 +00:00
|
|
|
"@ant-design/colors": "^7.0.2",
|
2024-09-02 15:46:28 +00:00
|
|
|
"@ant-design/icons-vue": "^6.1.0",
|
2024-08-05 08:27:01 +00:00
|
|
|
"@fast-crud/fast-crud": "^1.21.2",
|
|
|
|
"@fast-crud/fast-extends": "^1.21.2",
|
|
|
|
"@fast-crud/ui-antdv4": "^1.21.2",
|
|
|
|
"@fast-crud/ui-interface": "^1.21.2",
|
2024-02-27 19:24:07 +00:00
|
|
|
"@iconify/vue": "^4.1.1",
|
2023-01-29 05:44:19 +00:00
|
|
|
"@soerenmartius/vue3-clipboard": "^0.1.2",
|
2024-08-27 05:46:19 +00:00
|
|
|
"@vue-js-cron/light": "^4.0.5",
|
2024-03-08 09:07:53 +00:00
|
|
|
"ant-design-vue": "^4.1.2",
|
2024-10-06 19:21:16 +00:00
|
|
|
"async-validator": "^4.2.5",
|
2024-07-14 16:30:33 +00:00
|
|
|
"axios": "^1.7.2",
|
2024-06-15 18:32:36 +00:00
|
|
|
"axios-mock-adapter": "^1.22.0",
|
2023-01-29 05:44:19 +00:00
|
|
|
"base64-js": "^1.5.1",
|
2023-08-04 19:23:57 +00:00
|
|
|
"better-scroll": "^2.5.1",
|
2024-06-15 18:32:36 +00:00
|
|
|
"china-division": "^2.7.0",
|
|
|
|
"core-js": "^3.36.0",
|
|
|
|
"cos-js-sdk-v5": "^1.7.0",
|
|
|
|
"cropperjs": "^1.6.1",
|
|
|
|
"dayjs": "^1.11.10",
|
|
|
|
"highlight.js": "^11.9.0",
|
2023-05-24 09:39:40 +00:00
|
|
|
"humanize-duration": "^3.27.3",
|
2023-05-25 07:17:58 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
2023-08-04 19:23:57 +00:00
|
|
|
"mitt": "^3.0.1",
|
2023-01-29 05:44:19 +00:00
|
|
|
"nanoid": "^4.0.0",
|
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
"object-assign": "^4.1.1",
|
2024-06-15 18:32:36 +00:00
|
|
|
"pinia": "2.1.7",
|
2024-10-06 19:21:16 +00:00
|
|
|
"psl": "^1.9.0",
|
2024-06-15 18:32:36 +00:00
|
|
|
"qiniu-js": "^3.4.2",
|
|
|
|
"sortablejs": "^1.15.2",
|
|
|
|
"vue": "^3.4.21",
|
2023-01-29 05:44:19 +00:00
|
|
|
"vue-cropperjs": "^5.0.0",
|
2024-06-15 18:32:36 +00:00
|
|
|
"vue-i18n": "^9.10.2",
|
|
|
|
"vue-router": "^4.3.0",
|
2024-09-04 17:39:46 +00:00
|
|
|
"vuedraggable": "^4.1.0"
|
2023-01-29 05:44:19 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-01 18:04:55 +00:00
|
|
|
"@certd/lib-iframe": "^1.25.9",
|
|
|
|
"@certd/pipeline": "^1.25.9",
|
2024-06-15 18:32:36 +00:00
|
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
|
|
"@types/chai": "^4.3.12",
|
|
|
|
"@types/lodash-es": "^4.17.12",
|
|
|
|
"@types/mocha": "^10.0.6",
|
2024-09-07 03:40:45 +00:00
|
|
|
"@types/node": "^18",
|
2024-06-15 18:32:36 +00:00
|
|
|
"@types/nprogress": "^0.2.3",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
|
|
"@vitejs/plugin-legacy": "^5.3.2",
|
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
|
|
"@vue/compiler-sfc": "^3.4.21",
|
|
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
|
|
"@vue/test-utils": "^2.4.5",
|
|
|
|
"autoprefixer": "^10.4.18",
|
2023-01-29 05:44:19 +00:00
|
|
|
"caller-path": "^4.0.0",
|
2024-06-15 18:32:36 +00:00
|
|
|
"chai": "^5.1.0",
|
|
|
|
"dependency-cruiser": "^16.2.3",
|
2023-03-24 19:24:06 +00:00
|
|
|
"dot": "^1.1.3",
|
2024-06-15 18:32:36 +00:00
|
|
|
"eslint": "8.57.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2023-01-29 05:44:19 +00:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2024-06-15 18:32:36 +00:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2023-03-09 19:24:01 +00:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2024-06-15 18:32:36 +00:00
|
|
|
"eslint-plugin-vue": "^9.23.0",
|
|
|
|
"esno": "^4.7.0",
|
|
|
|
"husky": "^9.0.11",
|
|
|
|
"less": "^4.2.0",
|
|
|
|
"less-loader": "^12.2.0",
|
|
|
|
"lint-staged": "^15.2.2",
|
|
|
|
"postcss": "^8.4.35",
|
|
|
|
"prettier": "3.2.5",
|
|
|
|
"pretty-quick": "^4.0.0",
|
|
|
|
"rimraf": "^5.0.5",
|
|
|
|
"rollup": "^4.13.0",
|
|
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
2024-07-14 16:30:33 +00:00
|
|
|
"stylelint": "^15.11.0",
|
2024-06-15 18:32:36 +00:00
|
|
|
"stylelint-order": "^6.0.4",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"terser": "^5.29.2",
|
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
"tslint": "^6.1.3",
|
|
|
|
"typescript": "5.4.2",
|
|
|
|
"unplugin-vue-define-options": "^1.4.2",
|
2024-09-02 15:46:28 +00:00
|
|
|
"vite": "^5.3.1",
|
2023-01-29 05:44:19 +00:00
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2024-06-15 18:32:36 +00:00
|
|
|
"vite-plugin-html": "^3.2.2",
|
|
|
|
"vite-plugin-windicss": "^1.9.3",
|
|
|
|
"vue-eslint-parser": "^9.4.2",
|
2024-03-08 09:07:53 +00:00
|
|
|
"vue-tsc": "^1.8.8"
|
2023-01-29 05:44:19 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"gitHead": "9c2162697f3affea22c9a8cbc0ca74f4034ab27e",
|
|
|
|
"vite": {
|
|
|
|
"optimizeDeps": {
|
|
|
|
"include": [
|
|
|
|
"@iconify/iconify"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|