-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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": "code-craft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@clerk/nextjs": "^6.6.0",
"@monaco-editor/react": "^4.6.0",
"@vercel/analytics": "^1.6.1",
"convex": "^1.17.3",
"dotenv": "^17.2.3",
"framer-motion": "^11.13.1",
"lucide-react": "^0.464.0",
"next": "15.5.8",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hot-toast": "^2.4.1",
"react-syntax-highlighter": "^15.6.1",
"svix": "^1.42.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^20",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.1.4",
"convex-test": "^0.0.41",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"jsdom": "^28.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^4.0.18"
}
}