{ "name": "ui-code", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "build:watch": "vite build -w", "preview": "vite preview", "lint": "eslint src --ext .js", "lint:fix": "eslint src --ext .js --fix" }, "devDependencies": { "eslint": "^9.34.0", "eslint-plugin-import": "^2.32.0", "vite": "^7.1.7" }, "dependencies": { "@atcute/cbor": "^2.2.7", "@atcute/client": "^4.0.4", "@atcute/crypto": "^2.2.5", "@atcute/did-plc": "^0.1.7", "@atcute/identity-resolver": "^1.1.3", "@atcute/multibase": "^1.1.6", "@atproto/api": "^0.16.7", "alpinejs": "^3.15.0", "vite-plugin-full-reload": "^1.2.0", "vite-rs-plugin": "1.0.1" } }