-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "klia-store",
"private": true,
"version": "2.11.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@lottiefiles/dotlottie-react": "^0.17.5",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-router": "^1.168.10",
"@tauri-apps/api": "~2.9",
"@tauri-apps/plugin-dialog": "2.5.0",
"@tauri-apps/plugin-fs": "~2.4",
"@tauri-apps/plugin-http": "2.5.4",
"@tauri-apps/plugin-opener": "~2.5",
"@tauri-apps/plugin-shell": "~2.3",
"@tauri-apps/plugin-sql": "~2.3.0",
"i18next": "^25.6.0",
"qrcode.react": "^4.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^16.2.0",
"three": "^0.182.0",
"use-debounce": "^10.0.6",
"zustand": "^5.0.8"
},
"devDependencies": {
"@biomejs/biome": "2.2.6",
"@tanstack/eslint-plugin-query": "^5.91.0",
"@tanstack/router-plugin": "^1.167.12",
"@tauri-apps/cli": "2.9.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"typescript": "~5.8.3",
"vite": "^7.0.4"
},
"overrides": {
"esbuild": "0.25.11"
}
}