mirror of https://github.com/certd/certd
129 lines
3.8 KiB
JSON
129 lines
3.8 KiB
JSON
{
|
|
"name": "@certd/ui-client",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:pm": "vite --mode pm",
|
|
"dev:force": "vite --force",
|
|
"debug": "vite --mode debug",
|
|
"debug:pm": "vite --mode debugpm",
|
|
"debug:force": "vite --force --mode debug",
|
|
"build": "vite build ",
|
|
"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"
|
|
},
|
|
"author": "Greper",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ant-design/colors": "^6.0.0",
|
|
"@ant-design/icons-vue": "^6.0.1",
|
|
"@certd/acme-client": "^1.1.0",
|
|
"@certd/pipeline": "^1.1.0",
|
|
"@fast-crud/fast-crud": "^1.13.8",
|
|
"@fast-crud/fast-extends": "^1.13.8",
|
|
"@fast-crud/ui-antdv": "^1.13.8",
|
|
"@fast-crud/ui-interface": "^1.13.8",
|
|
"@iconify/iconify": "^3.0.1",
|
|
"@iconify/json": "^2.1.151",
|
|
"@purge-icons/generated": "^0.9.0",
|
|
"@soerenmartius/vue3-clipboard": "^0.1.2",
|
|
"ant-design-vue": "^3.2.15",
|
|
"axios": "^1.2.1",
|
|
"axios-mock-adapter": "^1.21.2",
|
|
"base64-js": "^1.5.1",
|
|
"better-scroll": "^2.5.0",
|
|
"china-division": "^2.4.0",
|
|
"core-js": "^3.26.1",
|
|
"cos-js-sdk-v5": "^1.4.15-beta.0",
|
|
"cropperjs": "^1.5.13",
|
|
"dayjs": "^1.11.7",
|
|
"deepdash-es": "5.3.5",
|
|
"highlight.js": "^11.7.0",
|
|
"humanize-duration": "^3.27.3",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.0",
|
|
"nanoid": "^4.0.0",
|
|
"nprogress": "^0.2.0",
|
|
"object-assign": "^4.1.1",
|
|
"pinia": "2.0.28",
|
|
"qiniu-js": "^3.4.1",
|
|
"sortablejs": "^1.14.0",
|
|
"vue": "^3.2.45",
|
|
"vue-cropperjs": "^5.0.0",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.1.5",
|
|
"vuedraggable": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^23.0.4",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@types/chai": "^4.3.4",
|
|
"@types/lodash": "^4.14.195",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/node": "^18.11.15",
|
|
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
|
"@typescript-eslint/parser": "^5.46.1",
|
|
"@vitejs/plugin-legacy": "^3.0.1",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
"@vue/compiler-sfc": "^3.2.45",
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
"@vue/test-utils": "^2.2.6",
|
|
"autoprefixer": "^10.4.14",
|
|
"caller-path": "^4.0.0",
|
|
"chai": "^4.3.7",
|
|
"eslint": "8.29.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.0.1",
|
|
"eslint-plugin-vue": "^9.8.0",
|
|
"esno": "^0.16.3",
|
|
"husky": "^8.0.2",
|
|
"less": "^4.1.3",
|
|
"less-loader": "^11.0.0",
|
|
"lint-staged": "^13.1.0",
|
|
"postcss": "^8.4.23",
|
|
"prettier": "2.8.1",
|
|
"pretty-quick": "^3.1.3",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^3.7.4",
|
|
"rollup-plugin-visualizer": "^5.8.2",
|
|
"stylelint": "^14.16.0",
|
|
"stylelint-config-prettier": "^9.0.4",
|
|
"stylelint-order": "^5.0.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "4.9.4",
|
|
"vite": "^4.0.1",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-optimize-persist": "^0.1.2",
|
|
"vite-plugin-package-config": "^0.1.1",
|
|
"vite-plugin-purge-icons": "^0.9.2",
|
|
"vite-plugin-theme": "^0.8.1",
|
|
"vite-plugin-windicss": "^1.8.10",
|
|
"vue-eslint-parser": "^9.1.0",
|
|
"vue-tsc": "^0.40.13",
|
|
"windicss": "^3.5.6"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
},
|
|
"gitHead": "9c2162697f3affea22c9a8cbc0ca74f4034ab27e",
|
|
"vite": {
|
|
"optimizeDeps": {
|
|
"include": [
|
|
"@iconify/iconify"
|
|
]
|
|
}
|
|
}
|
|
}
|