{ "name": "@altricade/web", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "typecheck": "tsc --noEmit", "lint": "eslint ." }, "dependencies": { "@altricade/core": "workspace:^", "@ffmpeg/core": "^0.12.10", "@ffmpeg/ffmpeg": "^0.12.15", "@ffmpeg/util": "^0.12.2", "react": "^19.2.7", "react-dom": "^19.2.7" }, "devDependencies": { "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "eslint-plugin-react-hooks": "^7.1.1", "typescript": "^5.9.3", "vite": "^8.1.4" } }