-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.69 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.69 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
{
"name": "redox",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@heroui/react": "^2.8.2",
"@heroui/theme": "^2.4.20",
"@react-router/dev": "^7.1.5",
"@reduxjs/toolkit": "^2.5.1",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/vite": "^4.1.12",
"@tauri-apps/api": "^2.7.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-http": "^2.3.0",
"@tauri-apps/plugin-notification": "^2.2.1",
"@tauri-apps/plugin-opener": "^2.2.5",
"@tauri-apps/plugin-positioner": "^2.3.0",
"@tauri-apps/plugin-store": "^2.4.0",
"@tauri-apps/plugin-updater": "^2.9.0",
"@tauri-apps/plugin-window-state": "^2.4.0",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.20",
"framer-motion": "^12.4.1",
"i18next": "^24.2.2",
"lucide-react": "^0.541.0",
"maplibre-gl": "^5.7.0",
"postcss": "^8.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.1",
"react-icons": "^5.4.0",
"react-joystick-component": "^6.2.1",
"react-map-gl": "^8.0.4",
"react-redux": "^9.2.0",
"react-router": "^7.1.5",
"react-toastify": "^11.0.5-POC",
"react-virtualized-auto-sizer": "^1.0.26"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tauri-apps/cli": "^2.2.7",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"sass-embedded": "^1.85.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.7.3",
"vite": "^6.0.3",
"vite-plugin-checker": "^0.8.0"
}
}