-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.05 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
69
70
71
72
73
{
"name": "aite-fyi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo --port 2483",
"build": "next build",
"start": "next start --port 2483",
"lint": "next lint"
},
"dependencies": {
"@fontsource/delius": "^5.0.18",
"@fontsource/delius-swash-caps": "^5.0.18",
"@portabletext/react": "^3.0.11",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-three/drei": "^9.92.5",
"@react-three/fiber": "^8.15.12",
"@react-three/flex": "^1.0.1",
"@react-three/postprocessing": "^2.15.11",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.22.1",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/three": "^0.159.0",
"@vercel/analytics": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eslint-config-next": "^14.0.4",
"framer-motion": "^10.16.16",
"lodash": "^4.17.21",
"next": "^14.0.4",
"next-sanity": "^7.0.4",
"postprocessing": "^6.33.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"sanity": "^3.22.1",
"sanity-plugin-media": "^2.2.4",
"sass": "^1.69.5",
"sharp": "^0.33.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.159.0",
"three-stdlib": "^2.28.7",
"tunnel-rat": "^0.1.2",
"typescript": "5.3.3",
"use-sound": "^4.0.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"r3f-perf": "^7.1.2",
"tailwindcss": "^3.4.0"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
]
}
}