-
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 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2 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": "robot_runner",
"private": true,
"version": "2.2.45",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"set-version": "node scripts/bump_version.js"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@material/material-color-utilities": "^0.4.0",
"@tanstack/react-virtual": "^3.13.23",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.4.2",
"@tauri-apps/plugin-fs": "^2.4.4",
"@tauri-apps/plugin-http": "^2.5.5",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-store": "^2.4.1",
"@types/file-saver": "^2.0.7",
"@types/uuid": "^10.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"docx": "^9.5.3",
"fast-xml-parser": "^5.3.3",
"file-saver": "^2.0.5",
"framer-motion": "^12.29.2",
"html-to-image": "^1.11.13",
"i18next": "^25.7.3",
"i18next-browser-languagedetector": "^8.2.0",
"lint": "^0.8.19",
"lucide-react": "^0.562.0",
"react": "^19.1.0",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.0",
"react-is": "^19.2.3",
"react-markdown": "^10.1.0",
"react-virtualized-auto-sizer": "^2.0.2",
"react-virtuoso": "^4.18.1",
"react-window": "^2.2.4",
"recharts": "^3.6.0",
"semver": "^7.7.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"uuid": "^13.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@tauri-apps/cli": "^2",
"@types/node": "^25.0.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"@types/semver": "^7.7.1",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}