2022-12-10 12:14:48 +03:00
|
|
|
{
|
|
|
|
"name": "phanpy",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview",
|
2022-12-19 09:49:25 +03:00
|
|
|
"fetch-instances": "env $(cat .env.dev | grep -v \"#\" | xargs) node scripts/fetch-instances-list.js",
|
2023-01-05 05:50:36 +03:00
|
|
|
"sourcemap": "npx source-map-explorer dist/assets/*.js"
|
2022-12-10 12:14:48 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-12 09:40:03 +03:00
|
|
|
"@formatjs/intl-localematcher": "~0.4.0",
|
2023-06-16 09:30:44 +03:00
|
|
|
"@github/text-expander-element": "~2.5.0",
|
2023-08-15 15:14:09 +03:00
|
|
|
"@iconify-icons/mingcute": "~1.2.7",
|
2023-03-18 15:05:12 +03:00
|
|
|
"@justinribeiro/lite-youtube": "~1.5.0",
|
2023-08-15 15:14:09 +03:00
|
|
|
"@szhsin/react-menu": "~4.0.3",
|
|
|
|
"@uidotdev/usehooks": "~2.1.0",
|
2023-07-06 15:39:49 +03:00
|
|
|
"dayjs": "~1.11.9",
|
2023-01-05 05:50:27 +03:00
|
|
|
"dayjs-twitter": "~0.5.0",
|
2022-12-10 12:14:48 +03:00
|
|
|
"fast-blurhash": "~1.1.2",
|
2023-01-13 10:30:09 +03:00
|
|
|
"fast-deep-equal": "~3.1.3",
|
2023-05-07 14:34:48 +03:00
|
|
|
"idb-keyval": "~6.2.1",
|
2022-12-22 14:25:54 +03:00
|
|
|
"just-debounce-it": "~3.2.0",
|
2023-08-15 15:14:09 +03:00
|
|
|
"lz-string": "^1.5.0",
|
2023-07-20 14:29:49 +03:00
|
|
|
"masto": "~5.11.4",
|
2022-12-10 12:14:48 +03:00
|
|
|
"mem": "~9.0.2",
|
2023-01-25 11:41:28 +03:00
|
|
|
"p-retry": "~5.1.2",
|
2023-05-21 08:35:01 +03:00
|
|
|
"p-throttle": "~5.1.0",
|
2023-08-19 14:21:07 +03:00
|
|
|
"preact": "~10.17.1",
|
2023-07-06 15:39:49 +03:00
|
|
|
"react-hotkeys-hook": "~4.4.1",
|
|
|
|
"react-intersection-observer": "~9.5.2",
|
2023-05-22 12:43:52 +03:00
|
|
|
"react-quick-pinch-zoom": "~4.9.0",
|
2023-01-22 11:49:58 +03:00
|
|
|
"react-router-dom": "6.6.2",
|
2023-06-12 09:48:41 +03:00
|
|
|
"string-length": "5.0.1",
|
2022-12-28 14:43:02 +03:00
|
|
|
"swiped-events": "~1.1.7",
|
2022-12-26 09:02:05 +03:00
|
|
|
"toastify-js": "~1.12.0",
|
2023-04-02 10:19:09 +03:00
|
|
|
"uid": "~2.0.2",
|
2023-04-27 05:18:24 +03:00
|
|
|
"use-debounce": "~9.0.4",
|
2023-06-12 09:40:03 +03:00
|
|
|
"use-long-press": "~3.1.5",
|
2022-12-17 16:06:51 +03:00
|
|
|
"use-resize-observer": "~9.1.0",
|
2023-02-09 11:03:43 +03:00
|
|
|
"valtio": "1.9.0"
|
2022-12-10 12:14:48 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-15 05:58:49 +03:00
|
|
|
"@preact/preset-vite": "~2.5.0",
|
2023-08-01 09:27:11 +03:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "~4.2.0",
|
|
|
|
"postcss": "~8.4.27",
|
2023-08-15 15:14:09 +03:00
|
|
|
"postcss-dark-theme-class": "~0.8.0",
|
|
|
|
"postcss-preset-env": "~9.1.1",
|
2022-12-23 11:45:02 +03:00
|
|
|
"twitter-text": "~3.1.0",
|
2023-08-15 15:14:09 +03:00
|
|
|
"vite": "~4.4.9",
|
2023-02-28 10:27:42 +03:00
|
|
|
"vite-plugin-generate-file": "~0.0.4",
|
2022-12-28 08:47:11 +03:00
|
|
|
"vite-plugin-html-config": "~1.0.11",
|
2023-06-12 09:40:03 +03:00
|
|
|
"vite-plugin-pwa": "~0.16.4",
|
2023-04-27 05:18:24 +03:00
|
|
|
"vite-plugin-remove-console": "~2.1.1",
|
2023-06-04 14:13:17 +03:00
|
|
|
"workbox-cacheable-response": "~7.0.0",
|
|
|
|
"workbox-expiration": "~7.0.0",
|
|
|
|
"workbox-routing": "~7.0.0",
|
|
|
|
"workbox-strategies": "~7.0.0"
|
2022-12-10 12:14:48 +03:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"postcss-dark-theme-class": {},
|
2023-04-10 15:23:40 +03:00
|
|
|
"postcss-preset-env": {
|
|
|
|
"features": {
|
|
|
|
"logical-properties-and-values": false
|
|
|
|
}
|
|
|
|
}
|
2022-12-10 12:14:48 +03:00
|
|
|
}
|
2022-12-27 04:46:25 +03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"defaults",
|
|
|
|
"android >= 4"
|
|
|
|
]
|
2022-12-10 12:14:48 +03:00
|
|
|
}
|