Teal.fm frontend powered by slices.network tealfm-slices.wisp.place
tealfm slices
1{ 2 "name": "slices-relay", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc -b && vite build", 9 "lint": "eslint .", 10 "preview": "vite preview", 11 "schema:dev": "npx get-graphql-schema 'http://localhost:3000/graphql?slice=at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/network.slices.slice/3m257yljpbg2a' > schema.graphql", 12 "schema:prod": "npx get-graphql-schema 'https://api.slices.network/graphql?slice=at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/network.slices.slice/3m257yljpbg2a' > schema.graphql" 13 }, 14 "dependencies": { 15 "react": "^19.1.1", 16 "react-dom": "^19.1.1", 17 "react-relay": "^20.1.1", 18 "react-router-dom": "^7.9.3", 19 "relay-runtime": "^20.1.1" 20 }, 21 "devDependencies": { 22 "@eslint/js": "^9.36.0", 23 "@tailwindcss/postcss": "^4.1.14", 24 "@types/node": "^24.6.0", 25 "@types/react": "^19.1.16", 26 "@types/react-dom": "^19.1.9", 27 "@types/react-relay": "^18.2.1", 28 "@types/relay-runtime": "^19.0.3", 29 "@vitejs/plugin-react": "^5.0.4", 30 "autoprefixer": "^10.4.21", 31 "babel-plugin-relay": "^20.1.1", 32 "eslint": "^9.36.0", 33 "eslint-plugin-react-hooks": "^5.2.0", 34 "eslint-plugin-react-refresh": "^0.4.22", 35 "globals": "^16.4.0", 36 "graphql": "^16.11.0", 37 "postcss": "^8.5.6", 38 "relay-compiler": "^20.1.1", 39 "tailwindcss": "^4.1.14", 40 "typescript": "~5.9.3", 41 "typescript-eslint": "^8.45.0", 42 "vite": "^7.1.7" 43 }, 44 "overrides": { 45 "graphql": "^16.11.0" 46 } 47}