medicine/Medicine-Admin/package.json

101 lines
3.3 KiB
JSON

{
"name": "x-cms-admin",
"version": "1.0.0",
"description": "基于 nodejs 的后台模板",
"author": {
"name": "webwlx",
"email": "web_wlx@163.com",
"url": "https://github.com/wlxweb"
},
"scripts": {
"dev": "node_modules/.bin/cross-env VITE_SERVICE_ENV=dev vite",
"dev:test": "node_modules/.bin/cross-env VITE_SERVICE_ENV=test vite",
"dev:prod": "node_modules/.bin/cross-env VITE_SERVICE_ENV=prod vite",
"build": "node_modules/.bin/cross-env VITE_SERVICE_ENV=prod vite build",
"build:dev": "npm run typecheck && node_modules/.bin/cross-env VITE_SERVICE_ENV=dev vite build",
"build:test": "npm run typecheck && node_modules/.bin/cross-env VITE_SERVICE_ENV=test vite build",
"build:vercel": "node_modules/.bin/cross-env VITE_HASH_ROUTE=Y VITE_VERCEL=Y vite build",
"preview": "node_modules/.bin/vite preview",
"typecheck": "node_modules/.bin/vue-tsc --noEmit --skipLibCheck",
"format": "node_modules/.bin/soy prettier-write",
"cleanup": "node_modules/.bin/soy cleanup",
"update-pkg": "node_modules/.bin/soy ncu",
"release": "node_modules/.bin/soy release",
"tsx": "node_modules/.bin/tsx",
"logo": "node_modules/.bin/tsx ./scripts/logo.ts"
},
"dependencies": {
"@antv/data-set": "0.11.8",
"@antv/g2": "4.2.10",
"@better-scroll/core": "2.5.1",
"@lylajs/web": "^1.7.0",
"@soybeanjs/vue-materials": "0.2.0",
"@vueuse/core": "10.5.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"ali-oss": "^6.20.0",
"axios": "1.5.1",
"clipboard": "2.0.11",
"colord": "2.9.3",
"crypto-js": "4.1.1",
"dayjs": "1.11.10",
"echarts": "5.4.3",
"form-data": "4.0.0",
"lodash-es": "4.17.21",
"naive-ui": "2.35.0",
"pinia": "^2.1.7",
"pinyin-pro": "^3.19.3",
"print-js": "1.6.0",
"qs": "6.11.2",
"socket.io-client": "4.7.2",
"swiper": "10.3.1",
"ua-parser-js": "1.0.36",
"vditor": "3.9.6",
"viewerjs": "^1.11.6",
"vue": "3.3.4",
"vue-i18n": "9.5.0",
"vue-router": "4.2.5",
"vuedraggable": "4.1.0",
"xgplayer": "3.0.9"
},
"devDependencies": {
"@amap/amap-jsapi-types": "0.0.13",
"@iconify/json": "2.2.128",
"@iconify/vue": "4.1.1",
"@soybeanjs/cli": "0.7.4",
"@soybeanjs/vite-plugin-vue-page-route": "0.0.10",
"@types/bmapgl": "0.0.7",
"@types/crypto-js": "4.1.2",
"@types/node": "20.8.4",
"@types/qs": "6.9.8",
"@types/ua-parser-js": "0.7.37",
"@unocss/preset-uno": "0.56.5",
"@unocss/transformer-directives": "0.56.5",
"@unocss/vite": "0.56.5",
"@vitejs/plugin-vue": "4.4.0",
"@vitejs/plugin-vue-jsx": "3.0.2",
"cross-env": "7.0.3",
"mockjs": "1.1.0",
"prettier": "3.1.1",
"rollup-plugin-visualizer": "5.9.2",
"sass": "1.69.3",
"tsx": "3.13.0",
"typescript": "5.2.2",
"unplugin-icons": "0.17.0",
"unplugin-vue-components": "0.25.2",
"vite": "4.4.11",
"vite-plugin-compression": "0.5.1",
"vite-plugin-mock": "2.9.8",
"vite-plugin-progress": "0.0.7",
"vite-plugin-pwa": "0.16.5",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "1.0.0-rc.5",
"vue-tsc": "1.8.19"
},
"pnpm": {
"patchedDependencies": {
"mockjs@1.1.0": "patches/mockjs@1.1.0.patch"
}
}
}