{ "name": "atproto-migration", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint src/", "preview": "vite preview" }, "dependencies": { "@atproto/api": "^0.15.5", "@atproto/crypto": "^0.4.4", "multiformats": "^13.3.6", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.5.3", "uint8arrays": "^5.1.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.22.0", "@humanwhocodes/module-importer": "^1.0.1", "@types/node": "^22.15.14", "@types/react": "^19.1.6", "@types/react-dom": "^19.1.5", "@typescript-eslint/eslint-plugin": "^8.33.0", "@typescript-eslint/parser": "^8.32.0", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.22.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "jiti": "^2.4.2", "rollup-plugin-visualizer": "^6.0.1", "terser": "^5.40.0", "typescript": "~5.7.2", "typescript-eslint": "^8.26.1", "vite": "^6.3.1" } }