-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.03 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.03 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
{
"name": "web",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && tsc -b",
"preview": "vite preview",
"biome": "biome",
"lint": "biome check ./src/ && prettier src/**/*.scss --check --log-level error && stylelint \"src/**/*.scss\" -c ./.stylelintrc.json && tsc -b",
"fix": "biome check ./src/ --write --unsafe && prettier src/**/*.scss -w --log-level silent",
"tsc": "tsc"
},
"dependencies": {
"@axa-ch/react-polymorphic-types": "^1.4.1",
"@floating-ui/react": "^0.27.17",
"@inlang/paraglide-js": "^2.9.1",
"@tanstack/react-devtools": "^0.9.3",
"@tanstack/react-form": "^1.28.0",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-query-devtools": "^5.91.2",
"@tanstack/react-router": "^1.157.16",
"@tanstack/react-router-devtools": "^1.157.16",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.13.5",
"change-case": "^5.4.4",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"lodash-es": "^4.17.23",
"motion": "^12.29.2",
"qrcode.react": "^4.2.0",
"qs": "^6.14.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"rxjs": "^7.8.2",
"zod": "^4.3.6",
"zustand": "^5.0.10"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@inlang/paraglide-js": "2.7.2",
"@tanstack/devtools-vite": "^0.4.1",
"@tanstack/router-plugin": "^1.157.16",
"@types/lodash-es": "^4.17.12",
"@types/node": "^25.0.10",
"@types/qs": "^6.14.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"globals": "^17.2.0",
"prettier": "^3.8.1",
"sass": "^1.97.3",
"sharp": "^0.34.5",
"stylelint": "^16.26.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-scss": "^6.14.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1",
"vite-plugin-image-optimizer": "^2.0.3"
},
"pnpm": {
"overrides": {
"seroval": "^1.4.1"
}
}
}