package.json 866 B

1234567891011121314151617181920212223242526272829
  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. "vue": "^3.4.0",
  15. "vue-router": "^4.2.0",
  16. "axios": "^1.6.0",
  17. "@vueuse/core": "^10.7.0"
  18. },
  19. "devDependencies": {
  20. "@vitejs/plugin-vue": "^5.0.0",
  21. "typescript": "^5.3.0",
  22. "vue-tsc": "^1.8.0",
  23. "vite": "^5.0.0",
  24. "tailwindcss": "^3.4.0",
  25. "autoprefixer": "^10.4.0",
  26. "postcss": "^8.4.0",
  27. "@types/node": "^20.0.0"
  28. }
  29. }