package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "recipe-muse",
  3. "version": "1.0.0",
  4. "description": "一饭封神 - AI厨艺大师指导平台",
  5. "scripts": {
  6. "dev": "vite --mode development",
  7. "build": "vue-tsc --noEmit && vite build --mode production",
  8. "build:netlify": "vite build --config vite.config.prod.ts --mode production",
  9. "build:simple": "vite build --config vite.config.prod.ts --mode production",
  10. "preview": "vite preview",
  11. "type-check": "vue-tsc --noEmit"
  12. },
  13. "dependencies": {
  14. "@vueuse/core": "^10.7.0",
  15. "axios": "^1.6.0",
  16. "markdown-it": "^14.1.0",
  17. "party-js": "^2.2.0",
  18. "vant": "^4.9.21",
  19. "vue": "^3.4.0",
  20. "vue-i18n": "^9.14.5",
  21. "vue-router": "^4.2.0"
  22. },
  23. "devDependencies": {
  24. "@types/node": "^20.19.11",
  25. "@vitejs/plugin-vue": "^5.0.0",
  26. "autoprefixer": "^10.4.0",
  27. "postcss": "^8.4.0",
  28. "tailwindcss": "^3.4.0",
  29. "typescript": "^5.3.0",
  30. "vite": "^5.0.0",
  31. "vue-tsc": "^3.0.6"
  32. }
  33. }