-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 963 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 963 Bytes
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
{
"name": "code-editor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"convex": "convex dev"
},
"dependencies": {
"@clerk/nextjs": "^6.38.1",
"@monaco-editor/react": "^4.7.0",
"framer-motion": "^12.17.3",
"lucide-react": "^0.514.0",
"monaco-editor": "^0.52.2",
"next": "^15.2.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hot-toast": "^2.5.2",
"react-syntax-highlighter": "^16.1.0",
"react-toastify": "^11.0.5",
"svix": "^1.67.0",
"zustand": "^5.0.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"convex": "^1.25.2",
"eslint": "^10.0.1",
"eslint-config-next": "^0.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}