mirror of https://github.com/certd/certd
133 lines
4.0 KiB
JSON
133 lines
4.0 KiB
JSON
{
|
|
"name": "@certd/ui-client",
|
|
"version": "1.25.9",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --open",
|
|
"dev:pm": "vite --mode pm",
|
|
"dev:force": "vite --force",
|
|
"debug": "vite --mode debug --open",
|
|
"debug:pm": "vite --mode debugpm",
|
|
"debug:force": "vite --force --mode debug",
|
|
"build": " vite build ",
|
|
"dev-build": "echo 1",
|
|
"serve": "vite preview",
|
|
"preview": "vite preview",
|
|
"pretty-quick": "pretty-quick",
|
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
|
|
"upgrade": "yarn upgrade-interactive --latest",
|
|
"tsc": "vue-tsc --noEmit --skipLibCheck",
|
|
"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"
|
|
},
|
|
"author": "Greper",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@ant-design/colors": "^7.0.2",
|
|
"@ant-design/icons-vue": "^6.1.0",
|
|
"@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",
|
|
"@iconify/vue": "^4.1.1",
|
|
"@soerenmartius/vue3-clipboard": "^0.1.2",
|
|
"@vue-js-cron/light": "^4.0.5",
|
|
"ant-design-vue": "^4.1.2",
|
|
"async-validator": "^4.2.5",
|
|
"axios": "^1.7.2",
|
|
"axios-mock-adapter": "^1.22.0",
|
|
"base64-js": "^1.5.1",
|
|
"better-scroll": "^2.5.1",
|
|
"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",
|
|
"humanize-duration": "^3.27.3",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"nanoid": "^4.0.0",
|
|
"nprogress": "^0.2.0",
|
|
"object-assign": "^4.1.1",
|
|
"pinia": "2.1.7",
|
|
"psl": "^1.9.0",
|
|
"qiniu-js": "^3.4.2",
|
|
"sortablejs": "^1.15.2",
|
|
"vue": "^3.4.21",
|
|
"vue-cropperjs": "^5.0.0",
|
|
"vue-i18n": "^9.10.2",
|
|
"vue-router": "^4.3.0",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@certd/lib-iframe": "^1.25.9",
|
|
"@certd/pipeline": "^1.25.9",
|
|
"@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",
|
|
"@types/node": "^18",
|
|
"@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",
|
|
"caller-path": "^4.0.0",
|
|
"chai": "^5.1.0",
|
|
"dependency-cruiser": "^16.2.3",
|
|
"dot": "^1.1.3",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"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",
|
|
"stylelint": "^15.11.0",
|
|
"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",
|
|
"vite": "^5.3.1",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vite-plugin-windicss": "^1.9.3",
|
|
"vue-eslint-parser": "^9.4.2",
|
|
"vue-tsc": "^1.8.8"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
},
|
|
"gitHead": "9c2162697f3affea22c9a8cbc0ca74f4034ab27e",
|
|
"vite": {
|
|
"optimizeDeps": {
|
|
"include": [
|
|
"@iconify/iconify"
|
|
]
|
|
}
|
|
}
|
|
}
|