Files
yx-platform-prototype/package.json
T

36 lines
876 B
JSON

{
"name": "yx-platform-prototype",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "智养餐饮平台V3 - 高保真交互原型(Vue 工程版)",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"ant-design-vue": "^4.2.6",
"dayjs": "^1.11.13",
"markdown-it": "^14.2.0",
"vant": "^4.9.14",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"less": "^4.2.1",
"typescript": "~5.6.3",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
},
"allowScripts": {
"esbuild@0.25.12": true
}
}