2023-01-29 07:26:45 +00:00
|
|
|
{
|
|
|
|
"name": "@fast-crud/fs-admin-antdv",
|
2023-07-24 19:24:03 +00:00
|
|
|
"version": "1.14.7",
|
2023-01-29 07:26:45 +00:00
|
|
|
"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",
|
2023-03-16 19:24:01 +00:00
|
|
|
"build": "npm run tsc && vite build ",
|
2023-01-29 07:26:45 +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 07:26:45 +00:00
|
|
|
},
|
|
|
|
"author": "Greper",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2023-03-09 19:24:01 +00:00
|
|
|
"@ant-design/colors": "^7.0.0",
|
|
|
|
"@ant-design/icons-vue": "^6.1.0",
|
2023-03-16 19:24:01 +00:00
|
|
|
"@aws-sdk/client-s3": "^3.292.0",
|
|
|
|
"@aws-sdk/s3-request-presigner": "^3.292.0",
|
2023-07-24 19:24:03 +00:00
|
|
|
"@fast-crud/fast-crud": "^1.14.7",
|
|
|
|
"@fast-crud/fast-extends": "^1.14.7",
|
|
|
|
"@fast-crud/ui-antdv": "^1.14.7",
|
|
|
|
"@fast-crud/ui-interface": "^1.14.7",
|
2023-03-09 19:24:01 +00:00
|
|
|
"@iconify/iconify": "^3.1.0",
|
2023-03-16 19:24:01 +00:00
|
|
|
"@iconify/json": "^2.2.35",
|
2023-01-29 07:26:45 +00:00
|
|
|
"@purge-icons/generated": "^0.9.0",
|
|
|
|
"@soerenmartius/vue3-clipboard": "^0.1.2",
|
|
|
|
"ant-design-vue": "^3.2.15",
|
2023-03-09 19:24:01 +00:00
|
|
|
"axios": "^1.3.4",
|
2023-01-29 07:26:45 +00:00
|
|
|
"axios-mock-adapter": "^1.21.2",
|
|
|
|
"base64-js": "^1.5.1",
|
|
|
|
"better-scroll": "^2.5.0",
|
2023-03-09 19:24:01 +00:00
|
|
|
"china-division": "^2.6.0",
|
2023-03-16 19:24:01 +00:00
|
|
|
"core-js": "^3.29.1",
|
2023-03-09 19:24:01 +00:00
|
|
|
"cos-js-sdk-v5": "^1.4.16",
|
2023-01-29 07:26:45 +00:00
|
|
|
"cropperjs": "^1.5.13",
|
2023-02-09 19:24:00 +00:00
|
|
|
"dayjs": "^1.11.7",
|
2023-01-29 07:26:45 +00:00
|
|
|
"highlight.js": "^11.7.0",
|
2023-03-09 19:24:01 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
2023-01-29 07:26:45 +00:00
|
|
|
"mitt": "^3.0.0",
|
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
"object-assign": "^4.1.1",
|
2023-03-09 19:24:01 +00:00
|
|
|
"pinia": "2.0.33",
|
2023-01-29 07:26:45 +00:00
|
|
|
"qiniu-js": "^3.4.1",
|
2023-03-09 19:24:01 +00:00
|
|
|
"sortablejs": "^1.15.0",
|
|
|
|
"vue": "^3.2.47",
|
2023-01-29 07:26:45 +00:00
|
|
|
"vue-cropperjs": "^5.0.0",
|
|
|
|
"vue-i18n": "^9.2.2",
|
2023-03-09 19:24:01 +00:00
|
|
|
"vue-router": "^4.1.6",
|
|
|
|
"vuedraggable": "^2.24.3"
|
2023-01-29 07:26:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-09 19:24:01 +00:00
|
|
|
"@rollup/plugin-commonjs": "^24.0.1",
|
2023-01-29 07:26:45 +00:00
|
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
|
|
"@types/chai": "^4.3.4",
|
2023-03-16 19:24:01 +00:00
|
|
|
"@types/lodash-es": "^4.17.7",
|
2023-01-29 07:26:45 +00:00
|
|
|
"@types/mocha": "^10.0.1",
|
2023-03-16 19:24:01 +00:00
|
|
|
"@types/node": "^18.15.3",
|
2023-03-09 19:24:01 +00:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2023-03-16 19:24:01 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
|
|
"@typescript-eslint/parser": "^5.55.0",
|
|
|
|
"@vitejs/plugin-legacy": "^4.0.2",
|
|
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
2023-01-29 07:26:45 +00:00
|
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
2023-03-09 19:24:01 +00:00
|
|
|
"@vue/compiler-sfc": "^3.2.47",
|
2023-01-29 07:26:45 +00:00
|
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
2023-03-09 19:24:01 +00:00
|
|
|
"@vue/test-utils": "^2.3.1",
|
2023-03-16 19:24:01 +00:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-01-29 07:26:45 +00:00
|
|
|
"caller-path": "^4.0.0",
|
|
|
|
"chai": "^4.3.7",
|
2023-03-24 19:24:06 +00:00
|
|
|
"dependency-cruiser": "^12.11.0",
|
|
|
|
"dot": "^1.1.3",
|
2023-03-16 19:24:01 +00:00
|
|
|
"eslint": "8.36.0",
|
2023-03-09 19:24:01 +00:00
|
|
|
"eslint-config-prettier": "^8.7.0",
|
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2023-01-29 07:26:45 +00:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2023-03-09 19:24:01 +00:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"eslint-plugin-vue": "^9.9.0",
|
2023-01-29 07:26:45 +00:00
|
|
|
"esno": "^0.16.3",
|
2023-03-09 19:24:01 +00:00
|
|
|
"husky": "^8.0.3",
|
2023-01-29 07:26:45 +00:00
|
|
|
"less": "^4.1.3",
|
2023-03-09 19:24:01 +00:00
|
|
|
"less-loader": "^11.1.0",
|
2023-03-16 19:24:01 +00:00
|
|
|
"lint-staged": "^13.2.0",
|
2023-03-09 19:24:01 +00:00
|
|
|
"postcss": "^8.4.21",
|
|
|
|
"prettier": "2.8.4",
|
2023-01-29 07:26:45 +00:00
|
|
|
"pretty-quick": "^3.1.3",
|
2023-03-09 19:24:01 +00:00
|
|
|
"rimraf": "^4.4.0",
|
2023-03-16 19:24:01 +00:00
|
|
|
"rollup": "^3.19.1",
|
2023-03-09 19:24:01 +00:00
|
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
|
|
"stylelint": "^15.2.0",
|
|
|
|
"stylelint-config-prettier": "^9.0.5",
|
|
|
|
"stylelint-order": "^6.0.3",
|
|
|
|
"tailwindcss": "^3.2.7",
|
2023-03-16 19:24:01 +00:00
|
|
|
"terser": "^5.16.6",
|
2023-01-29 07:26:45 +00:00
|
|
|
"ts-node": "^10.9.1",
|
2023-03-09 19:24:01 +00:00
|
|
|
"typescript": "4.9.5",
|
2023-03-16 19:24:01 +00:00
|
|
|
"unplugin-vue-define-options": "^1.2.4",
|
|
|
|
"vite": "^4.2.0",
|
2023-01-29 07:26:45 +00:00
|
|
|
"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",
|
2023-03-09 19:24:01 +00:00
|
|
|
"vite-plugin-theme": "^0.8.6",
|
2023-01-29 07:26:45 +00:00
|
|
|
"vite-plugin-windicss": "^1.8.10",
|
|
|
|
"vue-eslint-parser": "^9.1.0",
|
2023-03-09 19:24:01 +00:00
|
|
|
"vue-tsc": "^1.2.0",
|
2023-02-09 19:24:00 +00:00
|
|
|
"windicss": "^3.5.6"
|
2023-01-29 07:26:45 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"gitHead": "9c2162697f3affea22c9a8cbc0ca74f4034ab27e",
|
|
|
|
"vite": {
|
|
|
|
"optimizeDeps": {
|
|
|
|
"include": [
|
|
|
|
"@iconify/iconify"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|