package.json 896 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "yifan-fengshen",
  3. "version": "1.0.0",
  4. "description": "一饭封神 - AI厨艺大师指导平台",
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vue-tsc --noEmit && vite build",
  8. "build:netlify": "vite build --config vite.config.prod.ts",
  9. "build:simple": "vite build --config vite.config.prod.ts",
  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. "party-js": "^2.2.0",
  17. "vue": "^3.4.0",
  18. "vue-router": "^4.2.0"
  19. },
  20. "devDependencies": {
  21. "@types/node": "^20.0.0",
  22. "@vitejs/plugin-vue": "^5.0.0",
  23. "autoprefixer": "^10.4.0",
  24. "postcss": "^8.4.0",
  25. "tailwindcss": "^3.4.0",
  26. "typescript": "^5.3.0",
  27. "vite": "^5.0.0",
  28. "vue-tsc": "^1.8.0"
  29. }
  30. }