| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "yifan-fengshen",
- "version": "1.0.0",
- "description": "一饭封神 - AI厨艺大师指导平台",
- "scripts": {
- "dev": "vite",
- "build": "vue-tsc --noEmit && vite build",
- "build:netlify": "vite build --config vite.config.prod.ts",
- "build:simple": "vite build --config vite.config.prod.ts",
- "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",
- "vue": "^3.4.0",
- "vue-router": "^4.2.0"
- },
- "devDependencies": {
- "@types/node": "^20.0.0",
- "@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": "^1.8.0"
- }
- }
|