this repo has no description
0
fork

Configure Feed

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

at hotfix/infinite-loop-intersection-observer 83 lines 2.3 kB view raw
1{ 2 "name": "phanpy", 3 "version": "0.1.0", 4 "type": "module", 5 "scripts": { 6 "dev": "vite", 7 "build": "vite build", 8 "preview": "vite preview", 9 "fetch-instances": "env $(cat .env.dev | grep -v \"#\" | xargs) node scripts/fetch-instances-list.js", 10 "sourcemap": "npx source-map-explorer dist/assets/*.js" 11 }, 12 "dependencies": { 13 "@formatjs/intl-localematcher": "~0.5.2", 14 "@formkit/auto-animate": "~0.8.1", 15 "@github/text-expander-element": "~2.6.1", 16 "@iconify-icons/mingcute": "~1.2.9", 17 "@justinribeiro/lite-youtube": "~1.5.0", 18 "@szhsin/react-menu": "~4.1.0", 19 "@uidotdev/usehooks": "~2.4.1", 20 "compare-versions": "~6.1.0", 21 "dayjs": "~1.11.10", 22 "dayjs-twitter": "~0.5.0", 23 "fast-blurhash": "~1.1.2", 24 "fast-deep-equal": "~3.1.3", 25 "idb-keyval": "~6.2.1", 26 "just-debounce-it": "~3.2.0", 27 "lz-string": "~1.5.0", 28 "masto": "~6.5.1", 29 "moize": "~6.1.6", 30 "p-retry": "~6.2.0", 31 "p-throttle": "~6.1.0", 32 "preact": "~10.19.3", 33 "react-hotkeys-hook": "~4.4.1", 34 "react-intersection-observer": "~9.5.3", 35 "react-quick-pinch-zoom": "~5.1.0", 36 "react-router-dom": "6.6.2", 37 "runes2": "~1.1.3", 38 "string-length": "5.0.1", 39 "swiped-events": "~1.1.9", 40 "toastify-js": "~1.12.0", 41 "uid": "~2.0.2", 42 "use-debounce": "~10.0.0", 43 "use-long-press": "~3.2.0", 44 "use-resize-observer": "~9.1.0", 45 "valtio": "1.9.0" 46 }, 47 "devDependencies": { 48 "@preact/preset-vite": "~2.7.0", 49 "@trivago/prettier-plugin-sort-imports": "~4.3.0", 50 "postcss": "~8.4.32", 51 "postcss-dark-theme-class": "~1.1.0", 52 "postcss-preset-env": "~9.3.0", 53 "twitter-text": "~3.1.0", 54 "vite": "~5.0.10", 55 "vite-plugin-generate-file": "~0.1.1", 56 "vite-plugin-html-config": "~1.0.11", 57 "vite-plugin-pwa": "~0.17.4", 58 "vite-plugin-remove-console": "~2.2.0", 59 "workbox-cacheable-response": "~7.0.0", 60 "workbox-expiration": "~7.0.0", 61 "workbox-routing": "~7.0.0", 62 "workbox-strategies": "~7.0.0" 63 }, 64 "postcss": { 65 "plugins": { 66 "postcss-dark-theme-class": {}, 67 "postcss-preset-env": { 68 "features": { 69 "logical-properties-and-values": false 70 } 71 } 72 } 73 }, 74 "overrides": { 75 "vite": { 76 "rollup": ">=4.5.1" 77 } 78 }, 79 "browserslist": [ 80 "defaults", 81 "android >= 4" 82 ] 83}