Alternative web application for the pdsadmin command
at main 2.4 kB view raw
1{ 2 "name": "pdsadmin-web", 3 "version": "0.0.0", 4 "type": "module", 5 "private": true, 6 "packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316", 7 "scripts": { 8 "build": "tsc -b && vite build", 9 "dev": "run-s -sl setup-dev-env reset-dev-env && run-p -srl run-dev-env dev:vite", 10 "dev:vite": "wait-on http://localhost:2583 && vite --host", 11 "e2e": "playwright test", 12 "format": "eslint . --fix && prettier . --write", 13 "lint": "eslint . && prettier . --check", 14 "prepare": "husky", 15 "preview": "pnpm reset-dev-env && run-p -srl run-dev-env preview:vite", 16 "preview:vite": "wait-on http://localhost:2583 && sleep 5 && vite preview", 17 "reset-dev-env": "./scripts/reset-dev-env.sh", 18 "run-dev-env": "./scripts/run-dev-env.sh", 19 "setup-dev-env": "./scripts/setup-dev-env.sh", 20 "typecheck": "tsc -b" 21 }, 22 "dependencies": { 23 "@atcute/client": "4.2.1", 24 "@conform-to/react": "1.15.1", 25 "@conform-to/zod": "1.15.1", 26 "@tailwindcss/vite": "4.1.18", 27 "clsx": "2.1.1", 28 "i18next": "25.7.4", 29 "i18next-browser-languagedetector": "8.2.0", 30 "jotai": "2.16.2", 31 "react": "19.2.3", 32 "react-dom": "19.2.3", 33 "react-i18next": "16.5.3", 34 "tailwind-merge": "3.4.0", 35 "tailwindcss": "4.1.18", 36 "zod": "4.3.5" 37 }, 38 "devDependencies": { 39 "@atcute/atproto": "3.1.10", 40 "@egoist/tailwindcss-icons": "1.9.0", 41 "@iconify-json/lucide": "1.2.86", 42 "@iconify-json/simple-icons": "1.2.67", 43 "@mkizka/eslint-config": "7.2.0", 44 "@playwright/test": "1.57.0", 45 "@types/node": "22.19.7", 46 "@types/react": "19.2.8", 47 "@types/react-dom": "19.2.3", 48 "@vitejs/plugin-react-swc": "4.2.2", 49 "daisyui": "5.5.14", 50 "eslint": "9.38.0", 51 "eslint-plugin-react-refresh": "0.4.26", 52 "giget": "2.0.0", 53 "husky": "9.1.7", 54 "lint-staged": "16.2.7", 55 "npm-run-all2": "8.0.4", 56 "prettier": "3.8.0", 57 "prettier-plugin-pkg": "0.21.2", 58 "prettier-plugin-tailwindcss": "0.7.2", 59 "typescript": "5.9.3", 60 "vite": "7.3.1", 61 "wait-on": "9.0.3" 62 }, 63 "lint-staged": { 64 "*.{js,mjs,ts,tsx}": "eslint --fix", 65 "*": "prettier --ignore-unknown --write" 66 }, 67 "prettier": { 68 "plugins": [ 69 "prettier-plugin-pkg", 70 "prettier-plugin-tailwindcss" 71 ] 72 } 73}