-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.68 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.68 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.3",
"@portabletext/react": "3.0.18",
"@radix-ui/react-aspect-ratio": "1.0.3",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tooltip": "1.0.7",
"@react-three/drei": "9.105.4",
"@react-three/fiber": "8.16.2",
"@sanity/image-url": "1.0.2",
"@vercel/analytics": "1.2.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"framer-motion": "11.1.7",
"lucide-react": "0.373.0",
"next-sanity": "9.0.10",
"next-themes": "0.3.0",
"tailwind-merge": "2.3.0",
"three": "0.163.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@portabletext/types": "2.0.13",
"@tailwindcss/typography": "0.5.12",
"@types/eslint": "^8.56.10",
"@types/node": "20.12.7",
"@types/react-dom": "18.2.25",
"@types/react": "18.2.79",
"@types/three": "0.163.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"autoprefixer": "10.4.19",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-tailwindcss": "3.15.1",
"eslint": "8.57.0",
"postcss": "8.4.38",
"prettier-plugin-tailwindcss": "0.5.14",
"prettier": "3.2.5",
"standard": "17.1.0",
"tailwindcss-animate": "1.0.7",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
}
}