-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "elargoubi.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "^14.2.5",
"@portabletext/react": "^3.0.11",
"@radix-ui/react-slot": "^1.0.2",
"@react-three/drei": "^9.96.1",
"@react-three/fiber": "^8.15.14",
"@sanity/client": "^6.11.1",
"@sanity/code-input": "^4.1.1",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.25.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^10.18.0",
"framer-motion-3d": "^10.18.0",
"geist": "^1.2.1",
"lucide-react": "^0.309.0",
"next": "^14.0.4",
"next-sanity": "^7.0.10",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.25.0",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.160.0"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/refractor": "^3.4.0",
"@types/three": "^0.160.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.33",
"react-refractor": "^2.1.7",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}