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",
|
2024-02-15 09:53:35 +00:00
|
|
|
"fetch-instances": "env $(cat .env.local | 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": {
|
2024-01-29 13:11:19 +00:00
|
|
|
"@formatjs/intl-localematcher": "~0.5.4",
|
2024-05-23 12:25:14 +00:00
|
|
|
"@formatjs/intl-segmenter": "~11.5.7",
|
2024-04-22 08:41:37 +00:00
|
|
|
"@formkit/auto-animate": "~0.8.2",
|
2024-06-01 08:33:13 +00:00
|
|
|
"@github/text-expander-element": "~2.7.1",
|
2023-10-25 03:05:39 +00:00
|
|
|
"@iconify-icons/mingcute": "~1.2.9",
|
2023-03-18 12:05:12 +00:00
|
|
|
"@justinribeiro/lite-youtube": "~1.5.0",
|
2023-10-13 09:23:42 +00:00
|
|
|
"@szhsin/react-menu": "~4.1.0",
|
2023-10-25 03:05:39 +00:00
|
|
|
"@uidotdev/usehooks": "~2.4.1",
|
2023-11-02 05:38:39 +00:00
|
|
|
"compare-versions": "~6.1.0",
|
2024-05-06 04:48:55 +00:00
|
|
|
"dayjs": "~1.11.11",
|
2023-01-05 02:50:27 +00:00
|
|
|
"dayjs-twitter": "~0.5.0",
|
2022-12-10 09:14:48 +00:00
|
|
|
"fast-blurhash": "~1.1.2",
|
2024-01-06 04:31:25 +00:00
|
|
|
"fast-equals": "~5.0.1",
|
2024-05-01 16:14:25 +00:00
|
|
|
"fuse.js": "~7.0.0",
|
2024-03-02 03:23:23 +00:00
|
|
|
"html-prettify": "^1.0.7",
|
2023-05-07 11:34:48 +00:00
|
|
|
"idb-keyval": "~6.2.1",
|
2022-12-22 11:25:54 +00:00
|
|
|
"just-debounce-it": "~3.2.0",
|
2023-09-13 10:47:11 +00:00
|
|
|
"lz-string": "~1.5.0",
|
2024-05-06 04:48:55 +00:00
|
|
|
"masto": "~6.7.7",
|
2023-10-14 12:10:34 +00:00
|
|
|
"moize": "~6.1.6",
|
2023-12-24 15:58:05 +00:00
|
|
|
"p-retry": "~6.2.0",
|
2023-12-16 06:03:13 +00:00
|
|
|
"p-throttle": "~6.1.0",
|
2024-05-23 12:25:14 +00:00
|
|
|
"preact": "~10.22.0",
|
2024-04-02 01:03:13 +00:00
|
|
|
"punycode": "~2.3.1",
|
2024-04-15 16:09:53 +00:00
|
|
|
"react-hotkeys-hook": "~4.5.0",
|
2024-05-06 04:48:55 +00:00
|
|
|
"react-intersection-observer": "~9.10.2",
|
2023-11-23 08:59:39 +00:00
|
|
|
"react-quick-pinch-zoom": "~5.1.0",
|
2023-01-22 08:49:58 +00:00
|
|
|
"react-router-dom": "6.6.2",
|
2024-03-04 11:38:46 +00:00
|
|
|
"string-length": "6.0.0",
|
2024-05-06 04:48:55 +00:00
|
|
|
"swiped-events": "~1.2.0",
|
2024-05-28 09:59:17 +00:00
|
|
|
"tinyld": "~1.3.4",
|
2022-12-26 06:02:05 +00:00
|
|
|
"toastify-js": "~1.12.0",
|
2023-04-02 07:19:09 +00:00
|
|
|
"uid": "~2.0.2",
|
2024-06-01 08:33:13 +00:00
|
|
|
"use-debounce": "~10.0.1",
|
2023-08-19 11:24:15 +00:00
|
|
|
"use-long-press": "~3.2.0",
|
2022-12-17 13:06:51 +00:00
|
|
|
"use-resize-observer": "~9.1.0",
|
2024-03-03 09:31:37 +00:00
|
|
|
"valtio": "1.13.2"
|
2022-12-10 09:14:48 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-16 02:12:34 +00:00
|
|
|
"@preact/preset-vite": "~2.8.2",
|
2023-11-14 05:49:06 +00:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "~4.3.0",
|
2024-03-23 07:00:13 +00:00
|
|
|
"postcss": "~8.4.38",
|
2024-05-06 04:48:55 +00:00
|
|
|
"postcss-dark-theme-class": "~1.3.0",
|
2024-06-01 08:33:13 +00:00
|
|
|
"postcss-preset-env": "~9.5.14",
|
2022-12-23 08:45:02 +00:00
|
|
|
"twitter-text": "~3.1.0",
|
2024-06-01 08:33:13 +00:00
|
|
|
"vite": "~5.2.12",
|
2023-11-23 08:57:16 +00:00
|
|
|
"vite-plugin-generate-file": "~0.1.1",
|
2022-12-28 05:47:11 +00:00
|
|
|
"vite-plugin-html-config": "~1.0.11",
|
2024-05-06 04:48:55 +00:00
|
|
|
"vite-plugin-pwa": "~0.20.0",
|
2023-12-04 07:10:34 +00:00
|
|
|
"vite-plugin-remove-console": "~2.2.0",
|
2024-05-06 04:48:55 +00:00
|
|
|
"workbox-cacheable-response": "~7.1.0",
|
|
|
|
"workbox-expiration": "~7.1.0",
|
|
|
|
"workbox-routing": "~7.1.0",
|
|
|
|
"workbox-strategies": "~7.1.0"
|
2022-12-10 09:14:48 +00:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"postcss-dark-theme-class": {},
|
2023-04-10 12:23:40 +00:00
|
|
|
"postcss-preset-env": {
|
|
|
|
"features": {
|
|
|
|
"logical-properties-and-values": false
|
|
|
|
}
|
|
|
|
}
|
2022-12-10 09:14:48 +00:00
|
|
|
}
|
2022-12-27 01:46:25 +00:00
|
|
|
},
|
2023-11-23 08:57:16 +00:00
|
|
|
"overrides": {
|
|
|
|
"vite": {
|
|
|
|
"rollup": ">=4.5.1"
|
|
|
|
}
|
|
|
|
},
|
2022-12-27 01:46:25 +00:00
|
|
|
"browserslist": [
|
|
|
|
"defaults",
|
|
|
|
"android >= 4"
|
|
|
|
]
|
2022-12-10 09:14:48 +00:00
|
|
|
}
|