2022-12-10 10:14:48 +01:00
|
|
|
{
|
|
|
|
"name": "phanpy",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2024-08-16 05:25:59 +02:00
|
|
|
"dev": "vite",
|
2022-12-10 10:14:48 +01:00
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview",
|
2024-08-17 07:04:01 +02:00
|
|
|
"fetch-instances": "node scripts/fetch-instances-list.js",
|
2024-06-25 08:47:39 +02:00
|
|
|
"sourcemap": "npx source-map-explorer dist/assets/*.js",
|
2024-08-13 09:26:23 +02:00
|
|
|
"bundle-visualizer": "npx vite-bundle-visualizer",
|
|
|
|
"messages:extract": "lingui extract",
|
2024-08-17 06:55:07 +02:00
|
|
|
"messages:extract:clean": "lingui extract --locale en --clean",
|
2024-08-13 09:26:23 +02:00
|
|
|
"messages:compile": "lingui compile"
|
2022-12-10 10:14:48 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-29 14:11:19 +01:00
|
|
|
"@formatjs/intl-localematcher": "~0.5.4",
|
2024-05-23 14:25:14 +02:00
|
|
|
"@formatjs/intl-segmenter": "~11.5.7",
|
2024-04-22 10:41:37 +02:00
|
|
|
"@formkit/auto-animate": "~0.8.2",
|
2024-06-01 10:33:13 +02:00
|
|
|
"@github/text-expander-element": "~2.7.1",
|
2023-10-25 05:05:39 +02:00
|
|
|
"@iconify-icons/mingcute": "~1.2.9",
|
2023-03-18 13:05:12 +01:00
|
|
|
"@justinribeiro/lite-youtube": "~1.5.0",
|
2024-08-13 09:26:23 +02:00
|
|
|
"@lingui/detect-locale": "~4.11.3",
|
|
|
|
"@lingui/macro": "~4.11.3",
|
|
|
|
"@lingui/react": "~4.11.3",
|
2024-08-14 09:03:45 +02:00
|
|
|
"@szhsin/react-menu": "~4.2.2",
|
2024-07-20 11:45:43 +02:00
|
|
|
"compare-versions": "~6.1.1",
|
2024-08-04 13:09:46 +02:00
|
|
|
"fast-blurhash": "~1.1.4",
|
2024-01-06 05:31:25 +01:00
|
|
|
"fast-equals": "~5.0.1",
|
2024-05-01 18:14:25 +02:00
|
|
|
"fuse.js": "~7.0.0",
|
2024-06-14 02:35:59 +02:00
|
|
|
"html-prettify": "~1.0.7",
|
2023-05-07 13:34:48 +02:00
|
|
|
"idb-keyval": "~6.2.1",
|
2024-08-13 09:26:23 +02:00
|
|
|
"intl-locale-textinfo-polyfill": "~2.1.1",
|
2024-08-25 10:35:07 +02:00
|
|
|
"js-cookie": "~3.0.5",
|
2022-12-22 12:25:54 +01:00
|
|
|
"just-debounce-it": "~3.2.0",
|
2023-09-13 12:47:11 +02:00
|
|
|
"lz-string": "~1.5.0",
|
2024-06-14 02:35:59 +02:00
|
|
|
"masto": "~6.8.0",
|
2023-10-14 14:10:34 +02:00
|
|
|
"moize": "~6.1.6",
|
2023-12-24 16:58:05 +01:00
|
|
|
"p-retry": "~6.2.0",
|
2024-08-16 05:25:59 +02:00
|
|
|
"p-throttle": "~6.2.0",
|
2024-08-14 09:03:45 +02:00
|
|
|
"preact": "~10.23.2",
|
2024-04-02 03:03:13 +02:00
|
|
|
"punycode": "~2.3.1",
|
2024-04-15 18:09:53 +02:00
|
|
|
"react-hotkeys-hook": "~4.5.0",
|
2024-07-20 11:45:43 +02:00
|
|
|
"react-intersection-observer": "~9.13.0",
|
2023-11-23 09:59:39 +01:00
|
|
|
"react-quick-pinch-zoom": "~5.1.0",
|
2023-01-22 09:49:58 +01:00
|
|
|
"react-router-dom": "6.6.2",
|
2024-03-04 12:38:46 +01:00
|
|
|
"string-length": "6.0.0",
|
2024-05-06 06:48:55 +02:00
|
|
|
"swiped-events": "~1.2.0",
|
2024-05-28 11:59:17 +02:00
|
|
|
"tinyld": "~1.3.4",
|
2022-12-26 07:02:05 +01:00
|
|
|
"toastify-js": "~1.12.0",
|
2023-04-02 09:19:09 +02:00
|
|
|
"uid": "~2.0.2",
|
2024-08-22 14:31:16 +02:00
|
|
|
"use-debounce": "~10.0.3",
|
2023-08-19 13:24:15 +02:00
|
|
|
"use-long-press": "~3.2.0",
|
2022-12-17 14:06:51 +01:00
|
|
|
"use-resize-observer": "~9.1.0",
|
2024-08-30 18:30:46 +02:00
|
|
|
"valtio": "2.0.0"
|
2022-12-10 10:14:48 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-20 11:45:43 +02:00
|
|
|
"@ianvs/prettier-plugin-sort-imports": "~4.3.1",
|
2024-08-13 09:26:23 +02:00
|
|
|
"@lingui/cli": "~4.11.3",
|
|
|
|
"@lingui/vite-plugin": "~4.11.3",
|
2024-07-20 11:45:43 +02:00
|
|
|
"@preact/preset-vite": "~2.9.0",
|
2024-08-13 09:26:23 +02:00
|
|
|
"babel-plugin-macros": "~3.1.0",
|
2024-08-14 09:03:45 +02:00
|
|
|
"postcss": "~8.4.41",
|
2024-05-06 06:48:55 +02:00
|
|
|
"postcss-dark-theme-class": "~1.3.0",
|
2024-08-22 14:31:16 +02:00
|
|
|
"postcss-preset-env": "~10.0.2",
|
2022-12-23 09:45:02 +01:00
|
|
|
"twitter-text": "~3.1.0",
|
2024-08-22 14:31:16 +02:00
|
|
|
"vite": "~5.4.2",
|
2024-07-29 14:05:03 +02:00
|
|
|
"vite-plugin-generate-file": "~0.2.0",
|
2024-08-22 14:31:16 +02:00
|
|
|
"vite-plugin-html-config": "~2.0.1",
|
2024-08-30 18:25:48 +02:00
|
|
|
"vite-plugin-pwa": "~0.20.2",
|
2023-12-04 08:10:34 +01:00
|
|
|
"vite-plugin-remove-console": "~2.2.0",
|
2024-08-16 05:25:59 +02:00
|
|
|
"vite-plugin-run": "~0.5.2",
|
2024-05-06 06:48:55 +02: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 10:14:48 +01:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"postcss-dark-theme-class": {},
|
2023-04-10 14:23:40 +02:00
|
|
|
"postcss-preset-env": {
|
|
|
|
"features": {
|
|
|
|
"logical-properties-and-values": false
|
|
|
|
}
|
|
|
|
}
|
2022-12-10 10:14:48 +01:00
|
|
|
}
|
2022-12-27 02:46:25 +01:00
|
|
|
},
|
2023-11-23 09:57:16 +01:00
|
|
|
"overrides": {
|
|
|
|
"vite": {
|
|
|
|
"rollup": ">=4.5.1"
|
|
|
|
}
|
|
|
|
},
|
2022-12-27 02:46:25 +01:00
|
|
|
"browserslist": [
|
|
|
|
"defaults",
|
|
|
|
"android >= 4"
|
|
|
|
]
|
2022-12-10 10:14:48 +01:00
|
|
|
}
|