An easy to set up and operate PDS admin panel.
0

Configure Feed

Select the types of activity you want to include in your feed.

pds-operator / web / package.json
557 B 24 lines
1{ 2 "name": "pds-operator-web", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc -b && vite build", 9 "preview": "vite preview" 10 }, 11 "dependencies": { 12 "@fontsource/atkinson-hyperlegible-mono": "^5.2.10", 13 "@simplewebauthn/browser": "^13.3.0", 14 "react": "^19.0.0", 15 "react-dom": "^19.0.0" 16 }, 17 "devDependencies": { 18 "@types/react": "^19.0.10", 19 "@types/react-dom": "^19.0.4", 20 "@vitejs/plugin-react": "^4.3.4", 21 "typescript": "^5.7.3", 22 "vite": "^6.1.0" 23 } 24}