-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.8 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
{
"name": "generator",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"typecheck": "tsc -b",
"lint": "eslint .",
"preview": "vite preview",
"postinstall": "patch-package",
"deploy:model": "tsx cli/deploy.ts model",
"deploy:public": "tsx cli/deploy.ts public static",
"deploy": "npm-run-all build deploy:*"
},
"dependencies": {
"@csstools/normalize.css": "^12.1.1",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@react-router/dev": "^7.9.5",
"@tanstack/react-query": "^5.90.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"epicenter-libs": "^3.32.0",
"i18next": "^25.6.0",
"jotai": "^2.15.0",
"lucide-react": "^0.548.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.2.1",
"react-router": "^7.9.5",
"recharts": "^3.3.0",
"tiny-invariant": "^1.3.3",
"vite-plugin-i18next-loader": "^3.1.3"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@tanstack/eslint-plugin-query": "^5.91.2",
"@types/archiver": "^6.0.3",
"@types/node": "^24.9.2",
"@types/prompts": "^2.4.9",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react-swc": "^4.2.0",
"archiver": "^7.0.1",
"eslint": "^9.38.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.4.0",
"npm-run-all": "^4.1.5",
"patch-package": "^8.0.1",
"prettier": "^3.6.2",
"prompts": "^2.4.2",
"sass": "^1.93.2",
"tsx": "^4.19.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12",
"vite-tsconfig-paths": "^5.1.4"
}
}