ai-generated junk tool for migrating atproto identities in-browser
1{
2 "name": "atproto-migration",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "lint": "eslint .",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "@atproto/api": "^0.15.5",
14 "react": "^19.0.0",
15 "react-dom": "^19.0.0",
16 "react-router-dom": "^7.5.3"
17 },
18 "devDependencies": {
19 "@eslint/js": "^9.22.0",
20 "@types/react": "^19.0.10",
21 "@types/react-dom": "^19.0.4",
22 "@vitejs/plugin-react": "^4.3.4",
23 "eslint": "^9.22.0",
24 "eslint-plugin-react-hooks": "^5.2.0",
25 "eslint-plugin-react-refresh": "^0.4.19",
26 "globals": "^16.0.0",
27 "typescript": "~5.7.2",
28 "typescript-eslint": "^8.26.1",
29 "vite": "^6.3.1"
30 }
31}