package.json 930 B

12345678910111213141516171819202122232425262728293031
  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. "markdown-it": "^14.1.0",
  17. "party-js": "^2.2.0",
  18. "vue": "^3.4.0",
  19. "vue-router": "^4.2.0"
  20. },
  21. "devDependencies": {
  22. "@types/node": "^20.0.0",
  23. "@vitejs/plugin-vue": "^5.0.0",
  24. "autoprefixer": "^10.4.0",
  25. "postcss": "^8.4.0",
  26. "tailwindcss": "^3.4.0",
  27. "typescript": "^5.3.0",
  28. "vite": "^5.0.0",
  29. "vue-tsc": "^1.8.0"
  30. }
  31. }