{ "name": "soybean-admin", "version": "0.9.7", "description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。", "author": { "name": "Soybean", "email": "honghuangdc@gmail.com", "url": "https://github.com/honghuangdc" }, "license": "MIT", "homepage": "https://github.com/honghuangdc/soybean-admin", "repository": { "url": "https://github.com/honghuangdc/soybean-admin.git" }, "bugs": { "url": "https://github.com/honghuangdc/soybean-admin/issues" }, "keywords": [ "Vue", "Vue3", "admin", "admin-template", "vue-admin", "vue-admin-template", "Vite3", "Vite", "vite-admin", "TypeScript", "TS", "NaiveUI", "naive-ui", "naive-admin", "NaiveUI-Admin", "naive-ui-admin", "UnoCSS" ], "scripts": { "dev": "cross-env VITE_SERVICE_ENV=dev vite", "dev:test": "cross-env VITE_SERVICE_ENV=test vite", "dev:prod": "cross-env VITE_SERVICE_ENV=prod vite", "build": "npm run typecheck && cross-env VITE_SERVICE_ENV=prod vite build", "build:dev": "npm run typecheck && cross-env VITE_SERVICE_ENV=dev vite build", "build:test": "npm run typecheck && cross-env VITE_SERVICE_ENV=test vite build", "build:vercel": "cross-env VITE_HASH_ROUTE=Y VITE_VERCEL=Y vite build", "preview": "vite preview", "typecheck": "vue-tsc --noEmit --skipLibCheck", "lint": "eslint . --fix", "commit": "soybean git-commit", "esno": "esno", "cleanup": "esno ./scripts/cleanup.ts", "update-pkg": "ncu --deep -u", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "release": "standard-version", "prepare": "husky install" }, "dependencies": { "@antv/data-set": "^0.11.8", "@antv/g2": "^4.2.8", "@better-scroll/core": "^2.5.0", "@soybeanjs/vue-admin-layout": "^1.1.1", "@soybeanjs/vue-admin-tab": "^1.0.5", "@vueuse/core": "^9.4.0", "axios": "0.27.2", "clipboard": "^2.0.11", "colord": "^2.9.3", "crypto-js": "^4.1.1", "dayjs": "^1.11.6", "echarts": "^5.4.0", "form-data": "^4.0.0", "lodash-es": "^4.17.21", "naive-ui": "2.33.5", "pinia": "^2.0.23", "print-js": "^1.6.0", "qs": "^6.11.0", "swiper": "^8.4.4", "ua-parser-js": "^1.0.32", "vditor": "^3.8.18", "vue": "3.2.41", "vue-i18n": "^9.2.2", "vue-router": "^4.1.6", "vuedraggable": "^4.1.0", "wangeditor": "^4.7.15", "xgplayer": "^2.32.1" }, "devDependencies": { "@amap/amap-jsapi-types": "^0.0.10", "@iconify/json": "^2.1.133", "@iconify/vue": "^4.0.0", "@soybeanjs/cli": "^0.1.2", "@soybeanjs/router-page": "1.0.3", "@tauri-apps/cli": "^1.1.1", "@types/bmapgl": "^0.0.5", "@types/crypto-js": "^4.1.1", "@types/node": "18.8.3", "@types/qs": "^6.9.7", "@types/ua-parser-js": "^0.7.36", "@unocss/preset-uno": "^0.46.3", "@unocss/vite": "^0.46.3", "@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue-jsx": "^2.1.0", "conventional-changelog": "^3.1.25", "cross-env": "^7.0.3", "eslint": "^8.27.0", "eslint-config-soybeanjs-vue": "^0.1.2", "esno": "^0.16.3", "husky": "^8.0.1", "mockjs": "^1.1.0", "npm-check-updates": "^16.3.16", "rimraf": "^3.0.2", "rollup-plugin-visualizer": "^5.8.3", "sass": "^1.56.0", "standard-version": "^9.5.0", "typescript": "4.8.4", "unplugin-icons": "^0.14.13", "unplugin-vue-components": "0.22.8", "unplugin-vue-macros": "^0.16.0", "utility-types": "^3.10.0", "vite": "^3.2.2", "vite-plugin-compression": "^0.5.1", "vite-plugin-html": "^3.2.0", "vite-plugin-mock": "^2.9.6", "vite-plugin-progress": "^0.0.6", "vite-plugin-pwa": "^0.13.2", "vite-plugin-svg-icons": "^2.0.1", "vue-tsc": "^1.0.9", "zx": "^7.1.1" }, "pnpm": { "patchedDependencies": { "mockjs@1.1.0": "patches/mockjs@1.1.0.patch" } } }