| { | |
| "name": "refstudio", | |
| "private": true, | |
| "version": "1.0.0-alpha", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite --port 1420 --host", | |
| "build": "vite build", | |
| "preview": "vite preview", | |
| "tauri": "tauri" | |
| }, | |
| "dependencies": { | |
| "@tauri-apps/api": "^2", | |
| "@tauri-apps/plugin-clipboard-manager": "^2", | |
| "@tauri-apps/plugin-fs": "^2", | |
| "@tauri-apps/plugin-opener": "^2", | |
| "@tauri-apps/plugin-store": "^2", | |
| "@tauri-apps/plugin-stronghold": "^2", | |
| "lucide-react": "^0.468.0", | |
| "motion": "^12.0.0", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0" | |
| }, | |
| "devDependencies": { | |
| "@tauri-apps/cli": "^2", | |
| "@tailwindcss/vite": "^4.0.0", | |
| "@types/react": "^19.0.0", | |
| "@types/react-dom": "^19.0.0", | |
| "@vitejs/plugin-react": "^4.3.0", | |
| "autoprefixer": "^10.4.20", | |
| "postcss": "^8.4.49", | |
| "tailwindcss": "^4.0.0", | |
| "typescript": "~5.6.2", | |
| "vite": "^6.0.0" | |
| } | |
| } | |