Skip to content

Commit 384ee8e

Browse files
authored
Merge pull request #56 from teacoder-team/dev
fix: resolve build errors
2 parents ccb5ee0 + da9d35c commit 384ee8e

2 files changed

Lines changed: 84 additions & 84 deletions

File tree

bun.lockb

664 Bytes
Binary file not shown.

package.json

Lines changed: 84 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,86 @@
11
{
2-
"name": "frontend",
3-
"version": "1.0.0",
4-
"description": "Frontend for Teacoder platform",
5-
"author": {
6-
"name": "Vadim",
7-
"url": "https://teacoder.ru",
8-
"email": "admin@teacoder.ru"
9-
},
10-
"private": true,
11-
"license": "AGPL-3.0-only",
12-
"scripts": {
13-
"dev": "next dev -p 14701 --turbo",
14-
"build": "next build",
15-
"start": "next start -p 14701",
16-
"lint": "next lint",
17-
"generate": "orval --config ./orval.config.ts"
18-
},
19-
"dependencies": {
20-
"@fingerprintjs/fingerprintjs-pro-react": "^2.7.1",
21-
"@hookform/resolvers": "^3.10.0",
22-
"@kinescope/react-kinescope-player": "^0.5.3",
23-
"@next/third-parties": "16.0.7",
24-
"@radix-ui/react-accordion": "^1.2.3",
25-
"@radix-ui/react-alert-dialog": "^1.1.6",
26-
"@radix-ui/react-avatar": "^1.1.3",
27-
"@radix-ui/react-collapsible": "^1.1.3",
28-
"@radix-ui/react-dialog": "^1.1.6",
29-
"@radix-ui/react-dropdown-menu": "^2.1.6",
30-
"@radix-ui/react-label": "^2.1.1",
31-
"@radix-ui/react-progress": "^1.1.2",
32-
"@radix-ui/react-radio-group": "^1.3.8",
33-
"@radix-ui/react-scroll-area": "^1.2.3",
34-
"@radix-ui/react-select": "^2.1.6",
35-
"@radix-ui/react-separator": "^1.1.2",
36-
"@radix-ui/react-slot": "^1.1.2",
37-
"@radix-ui/react-switch": "^1.2.4",
38-
"@radix-ui/react-tabs": "^1.1.3",
39-
"@radix-ui/react-tooltip": "^1.1.8",
40-
"@simplewebauthn/browser": "^13.1.0",
41-
"@tanstack/react-query": "^5.66.0",
42-
"axios": "^1.8.4",
43-
"base64url": "^3.0.1",
44-
"canvas-confetti": "^1.9.3",
45-
"class-variance-authority": "^0.7.1",
46-
"clsx": "^2.1.1",
47-
"dotenv": "^16.4.7",
48-
"framer-motion": "^12.4.2",
49-
"geist": "^1.3.1",
50-
"input-otp": "^1.4.2",
51-
"js-cookie": "^3.0.5",
52-
"lucide-react": "^0.483.0",
53-
"next": "16.0.7",
54-
"next-themes": "^0.4.4",
55-
"posthog-js": "^1.280.1",
56-
"react": "19.1.2",
57-
"react-circular-progressbar": "^2.2.0",
58-
"react-dom": "19.1.2",
59-
"react-hook-form": "^7.54.2",
60-
"react-icons": "^5.4.0",
61-
"react-turnstile": "^1.1.4",
62-
"recharts": "^2.15.1",
63-
"sonner": "^1.7.4",
64-
"tailwind-merge": "^3.0.2",
65-
"tailwindcss-animate": "^1.0.7",
66-
"zod": "^3.24.1"
67-
},
68-
"devDependencies": {
69-
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
70-
"@types/canvas-confetti": "^1.9.0",
71-
"@types/js-cookie": "^3.0.6",
72-
"@types/node": "^20",
73-
"@types/react": "19.0.12",
74-
"@types/react-dom": "19.0.4",
75-
"orval": "7.4.1",
76-
"postcss": "^8",
77-
"prettier": "^3.4.2",
78-
"prettier-plugin-tailwindcss": "^0.6.11",
79-
"tailwindcss": "^3.4.1",
80-
"typescript": "^5"
81-
},
82-
"overrides": {
83-
"@types/react": "19.0.12",
84-
"@types/react-dom": "19.0.4"
85-
}
2+
"name": "frontend",
3+
"version": "1.0.0",
4+
"description": "Frontend for Teacoder platform",
5+
"author": {
6+
"name": "Vadim",
7+
"url": "https://teacoder.ru",
8+
"email": "admin@teacoder.ru"
9+
},
10+
"private": true,
11+
"license": "AGPL-3.0-only",
12+
"scripts": {
13+
"dev": "next dev -p 14701 --turbo",
14+
"build": "next build",
15+
"start": "next start -p 14701",
16+
"lint": "next lint",
17+
"generate": "orval --config ./orval.config.ts"
18+
},
19+
"dependencies": {
20+
"@fingerprintjs/fingerprintjs-pro-react": "^2.7.1",
21+
"@hookform/resolvers": "^3.10.0",
22+
"@kinescope/react-kinescope-player": "^0.5.3",
23+
"@next/third-parties": "16.0.8",
24+
"@radix-ui/react-accordion": "^1.2.3",
25+
"@radix-ui/react-alert-dialog": "^1.1.6",
26+
"@radix-ui/react-avatar": "^1.1.3",
27+
"@radix-ui/react-collapsible": "^1.1.3",
28+
"@radix-ui/react-dialog": "^1.1.6",
29+
"@radix-ui/react-dropdown-menu": "^2.1.6",
30+
"@radix-ui/react-label": "^2.1.1",
31+
"@radix-ui/react-progress": "^1.1.2",
32+
"@radix-ui/react-radio-group": "^1.3.8",
33+
"@radix-ui/react-scroll-area": "^1.2.3",
34+
"@radix-ui/react-select": "^2.1.6",
35+
"@radix-ui/react-separator": "^1.1.2",
36+
"@radix-ui/react-slot": "^1.1.2",
37+
"@radix-ui/react-switch": "^1.2.4",
38+
"@radix-ui/react-tabs": "^1.1.3",
39+
"@radix-ui/react-tooltip": "^1.1.8",
40+
"@simplewebauthn/browser": "^13.1.0",
41+
"@tanstack/react-query": "^5.66.0",
42+
"axios": "^1.8.4",
43+
"base64url": "^3.0.1",
44+
"canvas-confetti": "^1.9.3",
45+
"class-variance-authority": "^0.7.1",
46+
"clsx": "^2.1.1",
47+
"dotenv": "^16.4.7",
48+
"framer-motion": "^12.4.2",
49+
"geist": "^1.3.1",
50+
"input-otp": "^1.4.2",
51+
"js-cookie": "^3.0.5",
52+
"lucide-react": "^0.483.0",
53+
"next": "16.0.8",
54+
"next-themes": "^0.4.4",
55+
"posthog-js": "^1.280.1",
56+
"react": "19.2.1",
57+
"react-circular-progressbar": "^2.2.0",
58+
"react-dom": "19.2.1",
59+
"react-hook-form": "^7.54.2",
60+
"react-icons": "^5.4.0",
61+
"react-turnstile": "^1.1.4",
62+
"recharts": "^2.15.1",
63+
"sonner": "^1.7.4",
64+
"tailwind-merge": "^3.0.2",
65+
"tailwindcss-animate": "^1.0.7",
66+
"zod": "^3.24.1"
67+
},
68+
"devDependencies": {
69+
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
70+
"@types/canvas-confetti": "^1.9.0",
71+
"@types/js-cookie": "^3.0.6",
72+
"@types/node": "^20",
73+
"@types/react": "19.2.7",
74+
"@types/react-dom": "19.2.3",
75+
"orval": "7.4.1",
76+
"postcss": "^8",
77+
"prettier": "^3.4.2",
78+
"prettier-plugin-tailwindcss": "^0.6.11",
79+
"tailwindcss": "^3.4.1",
80+
"typescript": "^5"
81+
},
82+
"overrides": {
83+
"@types/react": "19.2.7",
84+
"@types/react-dom": "19.2.3"
85+
}
8686
}

0 commit comments

Comments
 (0)