-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.48 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.48 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start -p 3000",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/language": "^6.11.2",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tooltip": "^1.2.8",
"@stomp/stompjs": "7.1.1",
"@tanstack/react-query": "^5.80.7",
"@tanstack/react-query-devtools": "^5.81.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash.debounce": "^4.0.9",
"@uiw/react-codemirror": "^4.23.14",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"js-cookie": "^3.0.5",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.515.0",
"next": "16.0.7",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"react": "^19.2.1",
"react-activity-calendar": "^2.7.13",
"react-dom": "^19.2.1",
"react-hook-form": "^7.61.1",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"sockjs-client": "1.6.1",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"zod": "^4.0.10",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@tanstack/react-query-devtools": "^5.81.2",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sockjs-client": "1.5.4",
"@types/testing-library__react": "^10.2.0",
"@types/webpack": "^5.28.5",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "3.5.3",
"tailwindcss": "^4",
"ts-jest": "^29.4.1",
"tw-animate-css": "^1.3.4",
"typescript": "^5",
"webpack": "^5.99.9"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}