-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 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
{
"name": "developers",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.2",
"@heroicons/react": "^2.2.0",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-toast": "^1.2.11",
"@types/js-cookie": "^3.0.6",
"@types/react-syntax-highlighter": "^15.5.13",
"axios": "^1.9.0",
"chart.js": "^4.4.9",
"geist": "^1.4.1",
"js-cookie": "^3.0.5",
"next": "^16.0.8",
"next-auth": "^4.24.11",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.2",
"react-syntax-highlighter": "^16.1.0",
"sonner": "^2.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/typography": "^0.5.10",
"@types/estree": "^1.0.8",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.17",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"monaco-editor": "^0.52.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}