-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.51 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
{
"name": "oasis-shell",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "tauri dev",
"frontend": "vite --port 1420",
"build": "tauri build",
"build:web": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"sync": "powershell -ExecutionPolicy Bypass -File ./scripts/sync.ps1"
},
"dependencies": {
"@crabnebula/tauri-plugin-drag": "^2.1.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-global-shortcut": "^2.3.2",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2",
"@types/three": "^0.183.1",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"gsap": "^3.14.2",
"lucide-react": "^1.0.1",
"potrace": "^2.1.8",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-force-graph": "^1.48.2",
"react-force-graph-3d": "^1.29.1",
"react-icons": "^5.6.0",
"tailwind-merge": "^3.5.0",
"tesseract.js": "^7.0.0",
"three": "^0.183.2",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/cli": "^2",
"@types/jest": "^30.0.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"ts-jest": "^29.4.11",
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}