-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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": "refactor-realm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@clerk/clerk-sdk-node": "^5.1.0",
"@clerk/nextjs": "^6.9.1",
"@monaco-editor/react": "^4.6.0",
"convex": "^1.17.3",
"framer-motion": "^11.14.1",
"glob": "^11.0.0",
"lru-cache": "^11.0.2",
"lucide-react": "^0.468.0",
"monaco": "^1.201704190613.0",
"monaco-editor": "^0.52.2",
"next": "15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-syntax-highlighter": "^15.6.1",
"svix": "^1.43.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.17.0",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
}
}