-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 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
{
"name": "vite-react-template",
"version": "3.0.0",
"type": "module",
"scripts": {
"gen": "openapi-ts -f ./heyapi.config.ts",
"dev": "bun run gen && bun run vite",
"build": "bun run gen && bun run vite build && bun run tsc",
"lint": "bun run biome check src && bun run prettier --check 'src/**/*.{s,}css'",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "5.90.7",
"@tanstack/react-router": "^1.0.0",
"@uidotdev/usehooks": "2.4.1",
"babel-plugin-react-compiler": "1.0.0",
"classnames": "2.5.1",
"i18next": "25.6.2",
"i18next-http-backend": "3.0.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-i18next": "16.2.4",
"the-new-css-reset": "1.11.3",
"zod": "4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.4",
"@hey-api/openapi-ts": "0.92.3",
"@svgr/plugin-svgo": "8.1.0",
"@tanstack/router-plugin": "^1.0.0",
"@types/bun": "1.3.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@vitejs/plugin-react": "5.1.0",
"lefthook": "2.0.3",
"postcss": "8.5.6",
"prettier": "3.6.2",
"prettier-plugin-css-order": "2.1.2",
"sass": "1.94.0",
"typescript": "5.9.3",
"vite": "7.2.2",
"vite-css-modules": "1.11.1",
"vite-plugin-mkcert": "1.17.9",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4"
}
}