mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-05 05:27:39 +08:00
111 lines
3.3 KiB
JSON
Executable File
111 lines
3.3 KiB
JSON
Executable File
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:example": "vue-tsc && vite build --mode example",
|
|
"serve:example": "http-server ./dist-example -o",
|
|
"svgo": "svgo -f src/assets/icons",
|
|
"new": "plop",
|
|
"generate:icons": "esno ./scripts/generate.icons.ts",
|
|
"lint": "npm-run-all -s lint:tsc lint:eslint lint:stylelint",
|
|
"lint:tsc": "vue-tsc",
|
|
"lint:eslint": "eslint . --cache --fix",
|
|
"lint:stylelint": "stylelint src/**/*.{css,scss,vue} --cache --fix --allow-empty-input",
|
|
"postinstall": "simple-git-hooks",
|
|
"preinstall": "npx only-allow pnpm"
|
|
},
|
|
"dependencies": {
|
|
"@antv/g2plot": "^2.4.31",
|
|
"@bytemd/plugin-gfm": "^1.21.0",
|
|
"@bytemd/vue-next": "^1.21.0",
|
|
"@headlessui/vue": "^1.7.16",
|
|
"@tinymce/tinymce-vue": "^5.1.1",
|
|
"@vueuse/core": "^10.7.0",
|
|
"@vueuse/integrations": "^10.7.0",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.6.2",
|
|
"bytemd": "^1.21.0",
|
|
"dayjs": "^1.11.10",
|
|
"defu": "^6.1.3",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.4.3",
|
|
"eruda": "^3.0.1",
|
|
"floating-vue": "2.0.0-beta.24",
|
|
"hotkeys-js": "^3.12.2",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"mockjs": "^1.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"overlayscrollbars": "^2.4.5",
|
|
"overlayscrollbars-vue": "^0.5.6",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^6.2.1",
|
|
"pinia": "^2.1.7",
|
|
"print-js": "^1.6.0",
|
|
"qrcode": "^1.5.3",
|
|
"qs": "^6.11.2",
|
|
"scule": "^1.1.1",
|
|
"splitpanes": "^3.1.5",
|
|
"swiper": "^11.0.5",
|
|
"tinymce": "^6.8.1",
|
|
"vconsole": "^3.15.1",
|
|
"vue": "^3.3.10",
|
|
"vue-esign": "^1.1.4",
|
|
"vue-m-message": "^4.0.2",
|
|
"vue-router": "^4.2.5",
|
|
"vue3-count-to": "^1.1.2",
|
|
"vxe-table": "^4.5.14",
|
|
"xe-utils": "^3.5.14"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "2.3.4",
|
|
"@iconify/json": "^2.2.153",
|
|
"@iconify/vue": "^4.1.1",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/path-browserify": "^1.0.2",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/qs": "^6.9.10",
|
|
"@types/splitpanes": "^2.2.6",
|
|
"@unocss/eslint-plugin": "^0.58.0",
|
|
"@vitejs/plugin-legacy": "^5.2.0",
|
|
"@vitejs/plugin-vue": "^4.5.1",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.55.0",
|
|
"esno": "^4.0.0",
|
|
"fs-extra": "^11.2.0",
|
|
"http-server": "^14.1.1",
|
|
"inquirer": "^9.2.12",
|
|
"lint-staged": "^15.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"plop": "^4.0.0",
|
|
"sass": "^1.69.5",
|
|
"simple-git-hooks": "^2.9.0",
|
|
"stylelint": "^15.11.0",
|
|
"stylelint-config-standard-scss": "^11.1.0",
|
|
"stylelint-config-standard-vue": "^1.0.0",
|
|
"stylelint-scss": "^5.3.1",
|
|
"stylelint-stylistic": "^0.4.3",
|
|
"svgo": "^3.0.5",
|
|
"terser": "^5.25.0",
|
|
"typescript": "^5.3.3",
|
|
"unocss": "^0.58.0",
|
|
"unplugin-auto-import": "^0.17.2",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.0.6",
|
|
"vite-plugin-banner": "^0.7.1",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-mock": "^2.9.8",
|
|
"vite-plugin-pages": "^0.32.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-plugin-vue-inspector": "^4.0.2",
|
|
"vite-plugin-vue-meta-layouts": "^0.3.3",
|
|
"vue-tsc": "^1.8.25"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged",
|
|
"preserveUnused": true
|
|
}
|
|
}
|