2022-12-10 10:14:48 +01:00
|
|
|
{
|
|
|
|
"name": "phanpy",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview",
|
2022-12-19 07:49:25 +01:00
|
|
|
"fetch-instances": "env $(cat .env.dev | grep -v \"#\" | xargs) node scripts/fetch-instances-list.js",
|
2023-01-05 03:50:36 +01:00
|
|
|
"sourcemap": "npx source-map-explorer dist/assets/*.js"
|
2022-12-10 10:14:48 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-02 04:13:52 +01:00
|
|
|
"@formatjs/intl-localematcher": "~0.2.32",
|
2022-12-10 10:14:48 +01:00
|
|
|
"@github/text-expander-element": "~2.3.0",
|
2023-02-08 14:18:52 +01:00
|
|
|
"@iconify-icons/mingcute": "~1.2.4",
|
2023-03-18 13:05:12 +01:00
|
|
|
"@justinribeiro/lite-youtube": "~1.5.0",
|
2023-03-07 15:39:25 +01:00
|
|
|
"@szhsin/react-menu": "~3.5.2",
|
2023-01-05 03:50:27 +01:00
|
|
|
"dayjs": "~1.11.7",
|
|
|
|
"dayjs-twitter": "~0.5.0",
|
2022-12-10 10:14:48 +01:00
|
|
|
"fast-blurhash": "~1.1.2",
|
2023-01-13 08:30:09 +01:00
|
|
|
"fast-deep-equal": "~3.1.3",
|
|
|
|
"idb-keyval": "~6.2.0",
|
2022-12-22 12:25:54 +01:00
|
|
|
"just-debounce-it": "~3.2.0",
|
2023-02-19 09:04:02 +01:00
|
|
|
"masto": "~5.10.0",
|
2022-12-10 10:14:48 +01:00
|
|
|
"mem": "~9.0.2",
|
2023-01-25 09:41:28 +01:00
|
|
|
"p-retry": "~5.1.2",
|
2023-02-23 09:45:53 +01:00
|
|
|
"p-throttle": "~5.0.0",
|
2023-03-10 08:06:14 +01:00
|
|
|
"preact": "~10.13.1",
|
2023-03-18 14:39:55 +01:00
|
|
|
"react-hotkeys-hook": "~4.3.8",
|
2023-02-28 01:12:24 +01:00
|
|
|
"react-intersection-observer": "~9.4.3",
|
2023-01-22 09:49:58 +01:00
|
|
|
"react-router-dom": "6.6.2",
|
2022-12-10 13:46:56 +01:00
|
|
|
"string-length": "~5.0.1",
|
2022-12-28 12:43:02 +01:00
|
|
|
"swiped-events": "~1.1.7",
|
2022-12-26 07:02:05 +01:00
|
|
|
"toastify-js": "~1.12.0",
|
2023-01-11 07:44:20 +01:00
|
|
|
"uid": "~2.0.1",
|
2023-01-30 13:51:06 +01:00
|
|
|
"use-debounce": "~9.0.3",
|
2023-03-07 17:01:51 +01:00
|
|
|
"use-long-press": "~2.0.3",
|
2022-12-17 14:06:51 +01:00
|
|
|
"use-resize-observer": "~9.1.0",
|
2023-02-09 09:03:43 +01:00
|
|
|
"valtio": "1.9.0"
|
2022-12-10 10:14:48 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-15 03:58:49 +01:00
|
|
|
"@preact/preset-vite": "~2.5.0",
|
2023-02-28 01:12:24 +01:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "~4.1.1",
|
2023-01-10 17:23:08 +01:00
|
|
|
"postcss": "~8.4.21",
|
2022-12-10 10:14:48 +01:00
|
|
|
"postcss-dark-theme-class": "~0.7.3",
|
2023-01-31 04:26:00 +01:00
|
|
|
"postcss-preset-env": "~8.0.1",
|
2022-12-23 09:45:02 +01:00
|
|
|
"twitter-text": "~3.1.0",
|
2023-03-22 13:59:58 +01:00
|
|
|
"vite": "~4.2.1",
|
2023-02-28 08:27:42 +01:00
|
|
|
"vite-plugin-generate-file": "~0.0.4",
|
2022-12-28 06:47:11 +01:00
|
|
|
"vite-plugin-html-config": "~1.0.11",
|
2023-02-12 01:15:27 +01:00
|
|
|
"vite-plugin-pwa": "~0.14.4",
|
2023-03-07 15:39:25 +01:00
|
|
|
"vite-plugin-remove-console": "~2.1.0",
|
2022-12-19 07:51:56 +01:00
|
|
|
"workbox-cacheable-response": "~6.5.4",
|
|
|
|
"workbox-expiration": "~6.5.4",
|
|
|
|
"workbox-routing": "~6.5.4",
|
|
|
|
"workbox-strategies": "~6.5.4"
|
2022-12-10 10:14:48 +01:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"postcss-dark-theme-class": {},
|
2023-01-31 04:26:00 +01:00
|
|
|
"postcss-preset-env": {}
|
2022-12-10 10:14:48 +01:00
|
|
|
}
|
2022-12-27 02:46:25 +01:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"defaults",
|
|
|
|
"android >= 4"
|
|
|
|
]
|
2022-12-10 10:14:48 +01:00
|
|
|
}
|