generated from CodeChefVIT/template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 1.77 KB
/
package.json
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@react-three/drei": "^9.120.4",
"@rive-app/react-canvas": "^4.14.5",
"@studio-freight/lenis": "^1.0.42",
"@studio-freight/react-lenis": "^0.0.47",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-server": "^3.13.0",
"apollo-server-express": "^3.13.0",
"apollo-utilities": "^1.3.4",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"drei": "^2.2.21",
"embla-carousel": "^8.2.0",
"embla-carousel-react": "^8.2.0",
"express": "^4.21.1",
"framer-motion": "^11.5.4",
"graphql": "^15.8.0",
"husky": "^9.1.5",
"lucide-react": "^0.428.0",
"next": "14.2.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.1",
"react-spinners": "^0.15.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.167.1"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/node": "^20.17.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"@types/three": "^0.171.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.3"
},
"pnpm": {
"overrides": {
"graphql": "^15.8.0"
}
}
}