| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "recipe-muse",
- "version": "1.0.0",
- "description": "一饭封神 - AI厨艺大师指导平台",
- "scripts": {
- "dev": "vite --mode development",
- "build": "vue-tsc --noEmit && vite build --mode production",
- "build:netlify": "vite build --config vite.config.prod.ts --mode production",
- "build:simple": "vite build --config vite.config.prod.ts --mode production",
- "preview": "vite preview",
- "type-check": "vue-tsc --noEmit"
- },
- "dependencies": {
- "@vueuse/core": "^10.7.0",
- "axios": "^1.6.0",
- "markdown-it": "^14.1.0",
- "party-js": "^2.2.0",
- "vant": "^4.9.21",
- "vue": "^3.4.0",
- "vue-i18n": "^9.14.5",
- "vue-router": "^4.2.0"
- },
- "devDependencies": {
- "@types/node": "^20.19.11",
- "@vitejs/plugin-vue": "^5.0.0",
- "autoprefixer": "^10.4.0",
- "postcss": "^8.4.0",
- "tailwindcss": "^3.4.0",
- "typescript": "^5.3.0",
- "vite": "^5.0.0",
- "vue-tsc": "^3.0.6"
- }
- }
|