-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.5 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
47
48
49
50
51
52
53
54
55
{
"name": "codebrewer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.3.0",
"@codemirror/lang-javascript": "^6.2.2",
"@heroicons/react": "^2.1.5",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-table": "^8.20.1",
"@uiw/codemirror-theme-dracula": "^4.23.0",
"@uiw/codemirror-theme-vscode": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"axios": "^1.7.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"codemirror": "^6.0.1",
"date-fns": "^3.6.0",
"firebase": "^10.12.5",
"heroicons": "^2.1.5",
"lucide-react": "^0.426.0",
"next": "14.2.5",
"react": "^18",
"react-confetti": "^6.1.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-google-calendar-api": "^2.3.0",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-select": "^5.8.0",
"react-split": "^2.0.14",
"react-toastify": "^10.0.5",
"recoil": "^0.7.7",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-textshadow": "^2.1.3",
"uiw": "^4.22.3"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}