-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "nt3",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\""
},
"dependencies": {
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "8.15.1",
"@react-three/postprocessing": "2.15.11",
"@studio-freight/react-lenis": "^0.0.47",
"@tanstack/react-query": "^5.62.11",
"clsx": "^2.1.1",
"framer-motion": "^10.12.4",
"leva": "^0.9.35",
"ms": "^2.1.3",
"next": "^14.2.22",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.4.3",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"three": "0.159.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/ms": "^0.7.34",
"@types/node": "20.12.12",
"@types/react": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}