-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.61 KB
/
package.json
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
{
"name": "@aics-client/admin",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "pnpm generate-routes && vite",
"codegen": "openapi-rq -i ./kgu-devs_admin.yaml",
"generate-routes": "tsr generate",
"watch-routes": "tsr watch",
"build": "pnpm generate-routes && tsc -b && vite build",
"check": "biome check",
"format": "biome format",
"lint": "biome lint",
"check:fix": "biome check --write",
"format:fix": "biome format --write",
"lint:fix": "biome lint --write",
"check:fix:unsafe": "biome check --write --unsafe",
"format:fix:unsafe": "biome format --write --unsafe",
"lint:fix:unsafe": "biome lint --write --unsafe",
"preview": "vite preview"
},
"dependencies": {
"@aics-client/tiptap": "workspace:^",
"@ant-design/icons": "^5.6.1",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/react-router": "^1.104.1",
"antd": "^5.24.1",
"ky": "^1.7.5",
"lucide-react": "^0.462.0",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"tailwindcss": "^4.0.6"
},
"devDependencies": {
"@7nohe/openapi-react-query-codegen": "^1.6.2",
"@aics-client/typescript": "workspace:*",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/router-cli": "^1.104.1",
"@tanstack/router-devtools": "^1.104.3",
"@tanstack/router-plugin": "^1.104.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.1",
"@vitejs/plugin-react": "^4.3.2",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"vite": "^5.4.8"
}
}