| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- {
- "name": "vue3-admin",
- "type": "module",
- "version": "1.2.8",
- "description": "A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,AntDesign and UnoCSS.",
- "author": {
- "name": "baiwumm",
- "email": "baiwumm@foxmail.com",
- "url": "https://baiwumm.com"
- },
- "license": "MIT",
- "homepage": "https://github.com/baiwumm/vue3-admin",
- "repository": {
- "url": "https://github.com/baiwumm/vue3-admin.git"
- },
- "bugs": {
- "url": "https://github.com/baiwumm/vue3-admin/issues"
- },
- "keywords": [
- "Vue3 admin ",
- "vue-admin-template",
- "Vite5",
- "TypeScript",
- "naive-ui",
- "naive-ui-admin",
- "ant-design-vue v4",
- "UnoCSS"
- ],
- "engines": {
- "node": ">=18.12.0",
- "pnpm": ">=8.7.0"
- },
- "scripts": {
- "build": "vite build --mode prod",
- "build:test": "vite build --mode test",
- "cleanup": "sa cleanup",
- "commit": "sa git-commit",
- "dev": "vite --mode dev",
- "dev:prod": "vite --mode test",
- "gen-route": "sa gen-route",
- "lint": "eslint . --fix",
- "preview": "vite preview",
- "release": "sa release",
- "typecheck": "vue-tsc --noEmit --skipLibCheck",
- "update-pkg": "sa update-pkg"
- },
- "dependencies": {
- "@antv/g2plot": "^2.4.32",
- "@better-scroll/core": "2.5.1",
- "@iconify/vue": "4.1.2",
- "@sa/axios": "workspace:*",
- "@sa/color": "workspace:*",
- "@sa/fetch": "workspace:*",
- "@sa/hooks": "workspace:*",
- "@sa/materials": "workspace:*",
- "@sa/utils": "workspace:*",
- "@simonwep/pickr": "1.9.1",
- "@vue-flow/background": "^1.3.0",
- "@vue-flow/controls": "^1.1.2",
- "@vue-flow/core": "^1.41.2",
- "@vue-flow/minimap": "^1.5.0",
- "@vueuse/core": "10.11.0",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "ant-design-vue": "4.2.3",
- "clipboard": "2.0.11",
- "colorthief": "^2.4.0",
- "dayjs": "1.11.11",
- "dhtmlx-gantt": "^8.0.10",
- "element-china-area-data": "^6.1.0",
- "event-source-polyfill": "^1.0.31",
- "lodash-es": "4.17.21",
- "nprogress": "0.2.0",
- "pinia": "2.1.7",
- "swiper": "^11.1.14",
- "tailwind-merge": "2.4.0",
- "v-viewer": "^3.0.11",
- "viewerjs": "^1.11.6",
- "vue": "3.5.4",
- "vue-demi": "0.14.6",
- "vue-draggable-plus": "0.5.0",
- "vue-i18n": "9.13.1",
- "vue-img-cutter": "3",
- "vue-print-next": "^1.0.8",
- "vue-router": "4.4.0",
- "vue-waterfall-plugin-next": "^2.6.0",
- "vue3-puzzle-vcode": "^1.1.7",
- "vue3-tree-org": "^4.2.2",
- "zxcvbn": "^4.4.2"
- },
- "devDependencies": {
- "@elegant-router/vue": "0.3.7",
- "@iconify/json": "2.2.225",
- "@sa/scripts": "workspace:*",
- "@sa/uno-preset": "workspace:*",
- "@soybeanjs/eslint-config": "1.3.7",
- "@types/lodash-es": "4.17.12",
- "@types/node": "20.14.10",
- "@types/nprogress": "0.2.3",
- "@unocss/eslint-config": "0.61.3",
- "@unocss/preset-icons": "0.61.3",
- "@unocss/preset-uno": "0.61.3",
- "@unocss/transformer-directives": "0.61.3",
- "@unocss/transformer-variant-group": "0.61.3",
- "@unocss/vite": "0.61.3",
- "@vitejs/plugin-vue": "5.0.5",
- "@vitejs/plugin-vue-jsx": "4.0.0",
- "eslint": "9.6.0",
- "eslint-plugin-simple-import-sort": "^12.1.1",
- "eslint-plugin-vue": "9.27.0",
- "lint-staged": "15.2.7",
- "prettier": "^3.3.3",
- "rollup-plugin-copy": "^3.5.0",
- "sass": "1.77.6",
- "tsx": "4.16.2",
- "typescript": "5.5.3",
- "unplugin-icons": "0.19.0",
- "unplugin-vue-components": "0.27.2",
- "vite": "5.3.3",
- "vite-plugin-progress": "0.0.7",
- "vite-plugin-svg-icons": "2.0.1",
- "vite-plugin-vue-devtools": "7.3.5",
- "vue-eslint-parser": "9.4.3",
- "vue-tsc": "2.0.26"
- },
- "lint-staged": {
- "*": "eslint --fix"
- },
- "website": "https://vue3.baiwumm.com"
- }
|