this repo has no description
at main 33 lines 807 B view raw
1{ 2 "name": "better-pds-dash", 3 "version": "0.1.0", 4 "private": true, 5 "scripts": { 6 "dev": "next dev", 7 "build": "next build", 8 "start": "next start", 9 "lint": "eslint", 10 "format": "prettier --write .", 11 "format:check": "prettier --check ." 12 }, 13 "dependencies": { 14 "@atproto/api": "^0.18.3", 15 "@heroicons/react": "^2.2.0", 16 "hls.js": "^1.6.15", 17 "next": "16.0.5", 18 "react": "19.2.0", 19 "react-dom": "19.2.0" 20 }, 21 "devDependencies": { 22 "@tailwindcss/postcss": "^4.1.17", 23 "@types/node": "^20.19.25", 24 "@types/react": "^19.2.7", 25 "@types/react-dom": "^19.2.3", 26 "baseline-browser-mapping": "^2.8.32", 27 "eslint": "^9.39.1", 28 "eslint-config-next": "16.0.5", 29 "prettier": "^3.7.2", 30 "tailwindcss": "^4.1.17", 31 "typescript": "^5.9.3" 32 } 33}