-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 813 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
30
31
32
{
"name": "enesgules",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@11.15.1",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"typecheck": "tsc --noEmit",
"preview": "vite preview",
"deploy": "pnpm build && wrangler deploy"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@hugeicons/core-free-icons": "^4.2.3",
"@hugeicons/react": "^1.1.9",
"@paper-design/shaders": "0.0.77",
"@paper-design/shaders-react": "0.0.77",
"motion": "^12.43.0",
"react": "19.2.8",
"react-dom": "19.2.8"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.3",
"typescript": "7.0.2",
"vite": "8.1.5",
"wrangler": "4.113.0"
}
}