28 lines
697 B
JSON
28 lines
697 B
JSON
{
|
|
"name": "turingflow-brand-001-react",
|
|
"version": "1.0.0",
|
|
"description": "企业品牌官网模板 - React + Vite + Tailwind CSS 4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"@tanstack/react-router": "^1.114.0",
|
|
"swiper": "^11.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/router-plugin": "^1.114.0",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.5.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|