forked from 3004B-105-TM/tm-front
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.23 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.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
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
{
"name": "tech-mahindra",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test:unit:watch": "vitest",
"test:e2e": "cypress run",
"test:e2e:open": "cypress open",
"test:unit": "npm run test"
},
"dependencies": {
"@clerk/clerk-react": "^5.23.0",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.3",
"@codemirror/lang-python": "^6.1.7",
"@column-resizer/react": "^1.3.1",
"@google/generative-ai": "^0.24.1",
"@hookform/resolvers": "^4.1.2",
"@octokit/rest": "^21.1.1",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.7",
"@replit/codemirror-lang-csharp": "^6.2.0",
"@types/antd": "^0.12.32",
"@uiw/codemirror-theme-vscode": "^4.23.8",
"@uiw/react-codemirror": "^4.23.8",
"antd": "^5.24.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codemirror": "github:codemirror/basic-setup",
"codemirror-console": "^3.2.0",
"codemirror-console-ui": "^3.2.0",
"framer-motion": "^12.4.7",
"lucide-react": "^0.511.0",
"next": "^15.1.7",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.5.0",
"react-router-dom": "^7.2.0",
"recharts": "^2.15.3",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/node": "^22.13.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0",
"vitest": "^3.2.3"
}
}