forked from srinik1305/fail0verflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 682 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "hsr-projects-site",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@splinetool/react-spline": "^4.1.0",
"@splinetool/runtime": "^1.12.97",
"clsx": "^2.1.1",
"framer-motion": "^12.40.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwind-merge": "^3.6.0",
"typescript": "^6.0.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"tailwindcss": "^4.3.0",
"vite": "^8.0.16"
}
}