-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 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
{
"name": "ct-physics",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@react-three/drei": "^9.88.0",
"@react-three/fiber": "^8.15.0",
"@react-three/postprocessing": "^2.16.2",
"@types/three": "^0.160.0",
"canvas-confetti": "^1.9.4",
"clsx": "^2.1.1",
"framer-motion": "^10.18.0",
"next": "14.2.33",
"postprocessing": "^6.38.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"recharts": "^2.15.3",
"tailwind-merge": "^3.4.0",
"three": "^0.160.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20.0.0",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"@vitest/coverage-v8": "^4.1.10",
"autoprefixer": "^10.4.21",
"eslint": "8.57.1",
"eslint-config-next": "14.2.33",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.0.0",
"vitest": "^4.1.10",
"@playwright/test": "^1.52.0"
}
}