|
| 1 | +{ |
| 2 | + "name": "@getcirrus/check", |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "description": "Web-based PDS verifier for AT Protocol", |
| 7 | + "scripts": { |
| 8 | + "dev": "vite", |
| 9 | + "build": "vite build", |
| 10 | + "preview": "vite preview", |
| 11 | + "wrangler:dev": "wrangler dev", |
| 12 | + "deploy": "vite build && wrangler deploy", |
| 13 | + "check": "tsc --noEmit", |
| 14 | + "test": "vitest run" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "@atcute/atproto": "^4.0.0", |
| 18 | + "@atcute/bluesky": "^4.0.3", |
| 19 | + "@atcute/cbor": "^2.3.3", |
| 20 | + "@atcute/cid": "^2.4.1", |
| 21 | + "@atcute/client": "^5.0.0", |
| 22 | + "@atcute/identity": "^2.0.0", |
| 23 | + "@atcute/identity-resolver": "^2.0.0", |
| 24 | + "@atcute/lexicons": "^2.0.0", |
| 25 | + "@atcute/oauth-browser-client": "^4.0.0", |
| 26 | + "@atcute/tid": "^1.1.2", |
| 27 | + "@ipld/car": "^5.4.6", |
| 28 | + "@kobalte/core": "^0.13.11", |
| 29 | + "@solid-primitives/storage": "^4.3.4", |
| 30 | + "idb-keyval": "^6.2.4", |
| 31 | + "jose": "^6.2.3", |
| 32 | + "multiformats": "^14.0.0", |
| 33 | + "oauth4webapi": "^3.8.6", |
| 34 | + "solid-js": "^1.9.13" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@tailwindcss/vite": "^4.3.0", |
| 38 | + "tailwindcss": "^4.3.0", |
| 39 | + "typescript": "^6.0.3", |
| 40 | + "vite": "^8.0.14", |
| 41 | + "vite-plugin-solid": "^2.11.12", |
| 42 | + "vitest": "4.1.7", |
| 43 | + "wrangler": "^4.94.0" |
| 44 | + } |
| 45 | +} |
0 commit comments