Files
5f9d520b-fd4e-4975-9081-a97…/package.json
“dongming” cce2baf1d8 first commit
2025-12-18 22:54:30 +08:00

22 lines
425 B
JSON

{
"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"
}
}