-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "@liveblocks/nextjs-live-cursors-chat",
"description": "This example shows how to build live cursors along chat and reactions with Liveblocks and Next.js.",
"license": "Apache-2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@builder.io/react": "^2.0.10",
"@floating-ui/react-dom-interactions": "^0.13.2",
"@liveblocks/client": "^0.18.5",
"@liveblocks/node": "^0.18.5",
"@liveblocks/react": "^0.18.5",
"@react-three/drei": "^9.40.0",
"@react-three/fiber": "^8.9.1",
"@vercel/analytics": "^0.1.5",
"@vercel/og": "^0.0.21",
"axios": "^1.1.3",
"framer-motion": "^7.6.4",
"install": "^0.13.0",
"kbar": "^0.1.0-beta.38",
"mongodb": "^4.11.0",
"next": "^13.0.0",
"next-cookie": "^2.8.0",
"npm": "^8.19.2",
"react-dom": "^18.1.0",
"react-hook-form": "^7.38.0",
"react-query": "^3.39.2",
"react-toastify": "^9.1.1",
"rgb-hex": "^4.0.0"
},
"devDependencies": {
"@types/node": "^16.10.1",
"@types/react": "^17.0.2",
"@types/three": "^0.146.0",
"autoprefixer": "^10.2.5",
"next-transpile-modules": "^10.0.0",
"postcss": "^8.2.13",
"prettier": "^2.6.2",
"tailwindcss": "^3.1.4",
"typescript": "^4.6.4"
}
}