-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"tailwind": "tailwindcss -i src/App.css -o src/index.css --watch",
"test:browser": "vitest --workspace=vitest.workspace.ts"
},
"dependencies": {
"@react-three/fiber": "^8.17.10",
"@types/three": "^0.171.0",
"axios": "^1.7.9",
"bson": "^6.10.1",
"gsap": "^3.12.5",
"happy-dom": "^16.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-three": "^0.9.7",
"three": "^0.171.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@happy-dom/global-registrator": "^16.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/browser": "^2.1.8",
"daisyui": "^4.12.23",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"jsdom": "^25.0.1",
"playwright": "^1.49.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1",
"vitest": "^2.1.8",
"vitest-browser-react": "^0.0.4"
}
}