2022-12-10 09:14:48 +00:00
|
|
|
{
|
|
|
|
"name": "phanpy",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview",
|
2022-12-19 06:49:25 +00:00
|
|
|
"fetch-instances": "env $(cat .env.dev | grep -v \"#\" | xargs) node scripts/fetch-instances-list.js",
|
2023-01-05 02:50:36 +00:00
|
|
|
"sourcemap": "npx source-map-explorer dist/assets/*.js"
|
2022-12-10 09:14:48 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@github/text-expander-element": "~2.3.0",
|
2023-01-05 02:50:27 +00:00
|
|
|
"dayjs": "~1.11.7",
|
|
|
|
"dayjs-twitter": "~0.5.0",
|
2022-12-10 09:14:48 +00:00
|
|
|
"fast-blurhash": "~1.1.2",
|
|
|
|
"history": "~5.3.0",
|
|
|
|
"iconify-icon": "~1.0.2",
|
2022-12-22 11:25:54 +00:00
|
|
|
"just-debounce-it": "~3.2.0",
|
2023-01-10 16:23:08 +00:00
|
|
|
"masto": "~5.2.0",
|
2022-12-10 09:14:48 +00:00
|
|
|
"mem": "~9.0.2",
|
|
|
|
"preact": "~10.11.3",
|
|
|
|
"preact-router": "~4.1.0",
|
2022-12-30 13:36:14 +00:00
|
|
|
"react-hotkeys-hook": "~4.3.2",
|
2022-12-10 09:14:48 +00:00
|
|
|
"react-intersection-observer": "~9.4.1",
|
2022-12-10 12:46:56 +00:00
|
|
|
"string-length": "~5.0.1",
|
2022-12-28 11:43:02 +00:00
|
|
|
"swiped-events": "~1.1.7",
|
2022-12-26 06:02:05 +00:00
|
|
|
"toastify-js": "~1.12.0",
|
2022-12-17 13:06:51 +00:00
|
|
|
"use-resize-observer": "~9.1.0",
|
2023-01-05 17:52:09 +00:00
|
|
|
"valtio": "~1.8.2"
|
2022-12-10 09:14:48 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-15 02:58:49 +00:00
|
|
|
"@preact/preset-vite": "~2.5.0",
|
2022-12-10 09:14:48 +00:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "~4.0.0",
|
2022-12-12 05:14:49 +00:00
|
|
|
"autoprefixer": "~10.4.13",
|
2023-01-10 16:23:08 +00:00
|
|
|
"postcss": "~8.4.21",
|
2022-12-10 09:14:48 +00:00
|
|
|
"postcss-dark-theme-class": "~0.7.3",
|
2022-12-23 08:45:02 +00:00
|
|
|
"twitter-text": "~3.1.0",
|
2023-01-04 11:04:40 +00:00
|
|
|
"vite": "~4.0.4",
|
2022-12-28 05:47:11 +00:00
|
|
|
"vite-plugin-html-config": "~1.0.11",
|
2022-12-27 12:47:23 +00:00
|
|
|
"vite-plugin-html-env": "~1.2.7",
|
2023-01-04 11:04:40 +00:00
|
|
|
"vite-plugin-pwa": "~0.14.1",
|
2023-01-02 07:09:31 +00:00
|
|
|
"vite-plugin-remove-console": "~1.3.0",
|
2022-12-19 06:51:56 +00: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 09:14:48 +00:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"postcss-dark-theme-class": {},
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
2022-12-27 01:46:25 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"defaults",
|
|
|
|
"android >= 4"
|
|
|
|
]
|
2022-12-10 09:14:48 +00:00
|
|
|
}
|