-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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": "codepen-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "prettier --write .",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.9.6",
"@codesandbox/sandpack-react": "^2.13.10",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.1",
"lucide-react": "^0.406.0",
"mini-svg-data-uri": "^1.4.4",
"monaco-themes": "^0.4.4",
"next": "^14.2.5",
"nextjs-toploader": "^3.7.15",
"react": "^18.3.1",
"react-avatar": "^5.0.3",
"react-dom": "^18",
"react-redux": "^9.1.0",
"react-spinners": "^0.13.8",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"socket.io-client": "^4.7.5",
"sonner": "^1.4.41",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"y-monaco": "^0.1.5",
"y-websocket": "^2.0.4",
"yjs": "^13.6.12"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"drizzle-kit": "^0.30.1",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.3.0",
"typescript": "5.7.3"
}
}