this repo has no description www.baileykane.co/
0
fork

Configure Feed

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

Add partysocket

BK610 7bc8451c 7b3897d5

+23
+22
package-lock.json
··· 19 19 "next-pwa": "^5.6.0", 20 20 "papaparse": "^5.4.1", 21 21 "partykit": "^0.0.111", 22 + "partysocket": "^1.0.3", 22 23 "postcss": "^8.5.1", 23 24 "posthog-js": "^1.207.5", 24 25 "react": "^19.0.0", ··· 4553 4554 "node": ">=0.10.0" 4554 4555 } 4555 4556 }, 4557 + "node_modules/event-target-shim": { 4558 + "version": "6.0.2", 4559 + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-6.0.2.tgz", 4560 + "integrity": "sha512-8q3LsZjRezbFZ2PN+uP+Q7pnHUMmAOziU2vA2OwoFaKIXxlxl38IylhSSgUorWu/rf4er67w0ikBqjBFk/pomA==", 4561 + "license": "MIT", 4562 + "engines": { 4563 + "node": ">=10.13.0" 4564 + }, 4565 + "funding": { 4566 + "url": "https://github.com/sponsors/mysticatea" 4567 + } 4568 + }, 4556 4569 "node_modules/events": { 4557 4570 "version": "3.3.0", 4558 4571 "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", ··· 6902 6915 }, 6903 6916 "optionalDependencies": { 6904 6917 "fsevents": "2.3.3" 6918 + } 6919 + }, 6920 + "node_modules/partysocket": { 6921 + "version": "1.0.3", 6922 + "resolved": "https://registry.npmjs.org/partysocket/-/partysocket-1.0.3.tgz", 6923 + "integrity": "sha512-7sSojS4oCRK1Fe1h+Sa0Za5dwOf+M9VksQlynD8yqwGpLvnO4oxx9ppmOSeh6CJTMbF5gbnvUQKMK525QSBdBw==", 6924 + "license": "ISC", 6925 + "dependencies": { 6926 + "event-target-shim": "^6.0.2" 6905 6927 } 6906 6928 }, 6907 6929 "node_modules/path-exists": {
+1
package.json
··· 24 24 "next-pwa": "^5.6.0", 25 25 "papaparse": "^5.4.1", 26 26 "partykit": "^0.0.111", 27 + "partysocket": "^1.0.3", 27 28 "postcss": "^8.5.1", 28 29 "posthog-js": "^1.207.5", 29 30 "react": "^19.0.0",