-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.45 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.45 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
80
81
82
83
84
85
86
{
"name": "frontend",
"version": "1.0.0",
"description": "Frontend for Teacoder platform",
"author": {
"name": "Vadim",
"url": "https://teacoder.ru",
"email": "admin@teacoder.ru"
},
"private": true,
"license": "AGPL-3.0-only",
"scripts": {
"dev": "next dev -p 14702 --turbo",
"build": "next build",
"start": "next start -p 14702",
"lint": "next lint",
"generate": "orval --config ./orval.config.ts"
},
"dependencies": {
"@fingerprintjs/fingerprintjs-pro-react": "^2.7.1",
"@hookform/resolvers": "^3.10.0",
"@kinescope/react-kinescope-player": "^0.5.3",
"@next/third-parties": "16.0.8",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@simplewebauthn/browser": "^13.1.0",
"@tanstack/react-query": "^5.66.0",
"axios": "^1.8.4",
"base64url": "^3.0.1",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"framer-motion": "^12.4.2",
"input-otp": "^1.4.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.483.0",
"next": "16.0.10",
"next-themes": "^0.4.4",
"posthog-js": "^1.280.1",
"react": "19.2.1",
"react-circular-progressbar": "^2.2.0",
"react-dom": "19.2.1",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-turnstile": "^1.1.4",
"recharts": "^2.15.1",
"sonner": "^1.7.4",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/canvas-confetti": "^1.9.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"baseline-browser-mapping": "^2.9.19",
"orval": "7.4.1",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}