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",
|
|
|
|
"source-map-explorer": "npx source-map-explorer dist/assets/*.js"
|
2022-12-10 10:14:48 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@github/text-expander-element": "~2.3.0",
|
|
|
|
"@github/time-elements": "~4.0.0",
|
|
|
|
"fast-blurhash": "~1.1.2",
|
|
|
|
"history": "~5.3.0",
|
|
|
|
"iconify-icon": "~1.0.2",
|
2022-12-22 12:25:54 +01:00
|
|
|
"just-debounce-it": "~3.2.0",
|
2022-12-26 10:39:02 +01:00
|
|
|
"masto": "~5.0.5",
|
2022-12-10 10:14:48 +01:00
|
|
|
"mem": "~9.0.2",
|
|
|
|
"preact": "~10.11.3",
|
|
|
|
"preact-router": "~4.1.0",
|
|
|
|
"react-intersection-observer": "~9.4.1",
|
2022-12-10 13:46:56 +01:00
|
|
|
"string-length": "~5.0.1",
|
2022-12-26 07:02:05 +01:00
|
|
|
"toastify-js": "~1.12.0",
|
2022-12-17 14:06:51 +01:00
|
|
|
"use-resize-observer": "~9.1.0",
|
2022-12-10 10:14:48 +01:00
|
|
|
"valtio": "~1.7.6"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-15 03:58:49 +01:00
|
|
|
"@preact/preset-vite": "~2.5.0",
|
2022-12-10 10:14:48 +01:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "~4.0.0",
|
2022-12-12 06:14:49 +01:00
|
|
|
"autoprefixer": "~10.4.13",
|
2022-12-14 18:21:40 +01:00
|
|
|
"postcss": "~8.4.20",
|
2022-12-10 10:14:48 +01:00
|
|
|
"postcss-dark-theme-class": "~0.7.3",
|
2022-12-23 09:45:02 +01:00
|
|
|
"twitter-text": "~3.1.0",
|
2022-12-22 12:25:19 +01:00
|
|
|
"vite": "~4.0.3",
|
2022-12-19 07:51:56 +01:00
|
|
|
"vite-plugin-pwa": "~0.14.0",
|
|
|
|
"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": {},
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|