-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "next-14-sanity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"fast": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mux/blurhash": "^0.1.2",
"@mux/mux-player-react": "^2.3.3",
"@portabletext/react": "^3.0.11",
"@portabletext/types": "^2.0.11",
"@react-three/drei": "^9.102.3",
"@react-three/fiber": "^8.15.19",
"@sanity/client": "^6.15.3",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.32.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"framer-motion": "^11.0.20",
"gsap": "^3.12.5",
"next": "14.1.3",
"next-sanity": "^8.3.1",
"react": "^18",
"react-countup": "^6.5.3",
"react-dom": "^18",
"sanity-plugin-mux-input": "^2.2.4",
"sass": "^1.71.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"typescript": "^5"
}
}