phanpy/package.json

103 lines
3.1 KiB
JSON
Raw Normal View History

2022-12-10 17:14:48 +08:00
{
"name": "phanpy",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
2022-12-10 17:14:48 +08:00
"build": "vite build",
"preview": "vite preview",
"fetch-instances": "node scripts/fetch-instances-list.js",
2024-06-25 14:47:39 +08:00
"sourcemap": "npx source-map-explorer dist/assets/*.js",
2024-08-13 15:26:23 +08:00
"bundle-visualizer": "npx vite-bundle-visualizer",
"messages:extract": "lingui extract",
"messages:extract:clean": "lingui extract --locale en --clean",
2024-09-02 18:56:36 +08:00
"messages:compile": "lingui compile",
"fetch-i18n-volunteers": "env $(cat .env.local | grep -v \"#\" | xargs) node scripts/fetch-i18n-volunteers.js",
"readme:i18n-volunteers": "node scripts/update-i18n-volunteers-readme.js"
2022-12-10 17:14:48 +08:00
},
"dependencies": {
2024-10-15 18:12:31 +08:00
"@formatjs/intl-localematcher": "~0.5.5",
2024-10-22 11:33:53 +08:00
"@formatjs/intl-segmenter": "~11.6.0",
2024-04-22 16:41:37 +08:00
"@formkit/auto-animate": "~0.8.2",
2024-10-15 18:12:31 +08:00
"@github/text-expander-element": "~2.8.0",
2023-10-25 11:05:39 +08:00
"@iconify-icons/mingcute": "~1.2.9",
"@justinribeiro/lite-youtube": "~1.5.0",
2024-10-15 18:12:31 +08:00
"@lingui/detect-locale": "~4.13.0",
"@lingui/macro": "~4.13.0",
"@lingui/react": "~4.13.0",
"@szhsin/react-menu": "~4.2.2",
2024-11-12 17:45:28 +08:00
"chroma-js": "~3.1.2",
2024-07-20 17:45:43 +08:00
"compare-versions": "~6.1.1",
2024-08-04 19:09:46 +08:00
"fast-blurhash": "~1.1.4",
2024-01-06 12:31:25 +08:00
"fast-equals": "~5.0.1",
2024-05-02 00:14:25 +08:00
"fuse.js": "~7.0.0",
2024-06-14 08:35:59 +08:00
"html-prettify": "~1.0.7",
2023-05-07 19:34:48 +08:00
"idb-keyval": "~6.2.1",
2024-08-13 15:26:23 +08:00
"intl-locale-textinfo-polyfill": "~2.1.1",
"js-cookie": "~3.0.5",
2022-12-22 19:25:54 +08:00
"just-debounce-it": "~3.2.0",
2023-09-13 18:47:11 +08:00
"lz-string": "~1.5.0",
2024-10-25 18:42:54 +08:00
"masto": "~6.10.1",
"moize": "~6.1.6",
2023-12-24 23:58:05 +08:00
"p-retry": "~6.2.0",
"p-throttle": "~6.2.0",
2024-10-15 18:12:31 +08:00
"preact": "~10.24.3",
"punycode": "~2.3.1",
2024-09-04 18:49:20 +08:00
"react-hotkeys-hook": "~4.5.1",
2024-09-06 19:15:44 +08:00
"react-intersection-observer": "~9.13.1",
2023-11-23 16:59:39 +08:00
"react-quick-pinch-zoom": "~5.1.0",
"react-router-dom": "6.6.2",
"string-length": "6.0.0",
2024-05-06 12:48:55 +08:00
"swiped-events": "~1.2.0",
"tinyld": "~1.3.4",
2022-12-26 14:02:05 +08:00
"toastify-js": "~1.12.0",
2023-04-02 15:19:09 +08:00
"uid": "~2.0.2",
2024-10-15 18:12:31 +08:00
"use-debounce": "~10.0.4",
2023-08-19 19:24:15 +08:00
"use-long-press": "~3.2.0",
"use-resize-observer": "~9.1.0",
2024-10-18 09:42:39 +08:00
"valtio": "2.0.0"
2022-12-10 17:14:48 +08:00
},
"devDependencies": {
2024-07-20 17:45:43 +08:00
"@ianvs/prettier-plugin-sort-imports": "~4.3.1",
2024-10-15 18:12:31 +08:00
"@lingui/cli": "~4.13.0",
"@lingui/vite-plugin": "~4.13.0",
2024-09-16 13:28:44 +08:00
"@preact/preset-vite": "~2.9.1",
2024-08-13 15:26:23 +08:00
"babel-plugin-macros": "~3.1.0",
2024-09-16 13:28:44 +08:00
"postcss": "~8.4.47",
2024-05-06 12:48:55 +08:00
"postcss-dark-theme-class": "~1.3.0",
2024-10-25 18:42:54 +08:00
"postcss-preset-env": "~10.0.8",
2024-11-12 17:44:20 +08:00
"sonda": "^0.5.0",
"twitter-text": "~3.1.0",
2024-10-25 18:42:54 +08:00
"vite": "~5.4.10",
2024-07-29 20:05:03 +08:00
"vite-plugin-generate-file": "~0.2.0",
2024-09-04 18:49:20 +08:00
"vite-plugin-html-config": "~2.0.2",
2024-09-06 19:15:44 +08:00
"vite-plugin-pwa": "~0.20.5",
2023-12-04 15:10:34 +08:00
"vite-plugin-remove-console": "~2.2.0",
2024-09-22 13:51:12 +08:00
"vite-plugin-run": "~0.6.0",
2024-05-06 12:48:55 +08:00
"workbox-cacheable-response": "~7.1.0",
"workbox-expiration": "~7.1.0",
2024-09-17 09:26:15 +08:00
"workbox-navigation-preload": "~7.1.0",
2024-05-06 12:48:55 +08:00
"workbox-routing": "~7.1.0",
"workbox-strategies": "~7.1.0"
2022-12-10 17:14:48 +08:00
},
"postcss": {
"plugins": {
"postcss-dark-theme-class": {},
2023-04-10 20:23:40 +08:00
"postcss-preset-env": {
"features": {
"logical-properties-and-values": false
}
}
2022-12-10 17:14:48 +08:00
}
2022-12-27 09:46:25 +08:00
},
"overrides": {
"vite": {
"rollup": ">=4.5.1"
}
},
2022-12-27 09:46:25 +08:00
"browserslist": [
"defaults",
"android >= 4"
]
2022-12-10 17:14:48 +08:00
}