adcb87679b
Try bump text-expander too as it might have fixed its bugs
88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"name": "phanpy",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"fetch-instances": "env $(cat .env.local | grep -v \"#\" | xargs) node scripts/fetch-instances-list.js",
|
|
"sourcemap": "npx source-map-explorer dist/assets/*.js"
|
|
},
|
|
"dependencies": {
|
|
"@formatjs/intl-localematcher": "~0.5.4",
|
|
"@formatjs/intl-segmenter": "~11.5.7",
|
|
"@formkit/auto-animate": "~0.8.2",
|
|
"@github/text-expander-element": "~2.7.1",
|
|
"@iconify-icons/mingcute": "~1.2.9",
|
|
"@justinribeiro/lite-youtube": "~1.5.0",
|
|
"@szhsin/react-menu": "~4.1.0",
|
|
"@uidotdev/usehooks": "~2.4.1",
|
|
"compare-versions": "~6.1.0",
|
|
"dayjs": "~1.11.11",
|
|
"dayjs-twitter": "~0.5.0",
|
|
"fast-blurhash": "~1.1.2",
|
|
"fast-equals": "~5.0.1",
|
|
"fuse.js": "~7.0.0",
|
|
"html-prettify": "^1.0.7",
|
|
"idb-keyval": "~6.2.1",
|
|
"just-debounce-it": "~3.2.0",
|
|
"lz-string": "~1.5.0",
|
|
"masto": "~6.7.7",
|
|
"moize": "~6.1.6",
|
|
"p-retry": "~6.2.0",
|
|
"p-throttle": "~6.1.0",
|
|
"preact": "~10.22.0",
|
|
"punycode": "~2.3.1",
|
|
"react-hotkeys-hook": "~4.5.0",
|
|
"react-intersection-observer": "~9.10.2",
|
|
"react-quick-pinch-zoom": "~5.1.0",
|
|
"react-router-dom": "6.6.2",
|
|
"string-length": "6.0.0",
|
|
"swiped-events": "~1.2.0",
|
|
"tinyld": "~1.3.4",
|
|
"toastify-js": "~1.12.0",
|
|
"uid": "~2.0.2",
|
|
"use-debounce": "~10.0.1",
|
|
"use-long-press": "~3.2.0",
|
|
"use-resize-observer": "~9.1.0",
|
|
"valtio": "1.13.2"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "~2.8.2",
|
|
"@trivago/prettier-plugin-sort-imports": "~4.3.0",
|
|
"postcss": "~8.4.38",
|
|
"postcss-dark-theme-class": "~1.3.0",
|
|
"postcss-preset-env": "~9.5.14",
|
|
"twitter-text": "~3.1.0",
|
|
"vite": "~5.2.12",
|
|
"vite-plugin-generate-file": "~0.1.1",
|
|
"vite-plugin-html-config": "~1.0.11",
|
|
"vite-plugin-pwa": "~0.20.0",
|
|
"vite-plugin-remove-console": "~2.2.0",
|
|
"workbox-cacheable-response": "~7.1.0",
|
|
"workbox-expiration": "~7.1.0",
|
|
"workbox-routing": "~7.1.0",
|
|
"workbox-strategies": "~7.1.0"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"postcss-dark-theme-class": {},
|
|
"postcss-preset-env": {
|
|
"features": {
|
|
"logical-properties-and-values": false
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"overrides": {
|
|
"vite": {
|
|
"rollup": ">=4.5.1"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"defaults",
|
|
"android >= 4"
|
|
]
|
|
}
|