-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.77 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.77 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
{
"name": "web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"start": "vite preview",
"dev": "vite --port 3000",
"build": "vite build",
"check-types": "tsc -b --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@monaco-editor/react": "^4.7.0",
"@repo/shared": "workspace:*",
"@repo/ui": "workspace:*",
"@tabler/icons-react": "^3.36.1",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-table": "^8.21.3",
"@trpc/client": "11.8.1",
"@trpc/react-query": "11.8.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
"js-cookie": "^3.0.5",
"lucide-react": "^0.563.0",
"monaco-editor": "^0.55.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.71.1",
"react-router": "^7.13.0",
"react-scan": "^0.4.3",
"recharts": "^3.7.0",
"semver": "^7.7.3",
"sonner": "^2.0.7",
"superjson": "^2.2.6",
"usehooks-ts": "^3.1.1",
"zod": "4.3.6"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@trpc/server": "11.8.1",
"@types/js-cookie": "^3.0.6",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.1.3",
"@types/semver": "^7.7.1",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"backend": "workspace:*",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.9.3",
"typescript-eslint": "^8.53.1",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0"
}
}