first commit

This commit is contained in:
“dongming”
2025-12-19 17:06:23 +08:00
commit a146846cc0
63 changed files with 2952 additions and 0 deletions

27
package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"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"
}
}