You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
757 B
32 lines
757 B
{
|
|
"name": "app",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@react-three/drei": "^10.7.7",
|
|
"@react-three/fiber": "^9.4.2",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-fs": "^2.4.4",
|
|
"@tauri-apps/plugin-http": "^2.5.4",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"html-to-text": "^9.0.5",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"three": "^0.182.0",
|
|
"umap-js": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"vite": "^7.0.4"
|
|
}
|
|
}
|
|
|