first commit

This commit is contained in:
“dongming”
2025-12-18 22:54:30 +08:00
commit cce2baf1d8
110 changed files with 17872 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "turingflow-landing-001",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"smooth-scroll": "^16.1.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.4.1",
"vite": "^6.0.5"
}
}