fediwall/package.json
Marcel Hellkamp 7d003382ce Build fallback bundles for old browsers
This feature adds a lot of dependencies and some build time, but many
large screens at venues are powered by outdated android boxes and won't
be able to display anything otherwise. Modern browsers are not affected,
the fallback bundles are only downloaded by browsers that actually need
them.
2023-07-20 16:29:41 +02:00

40 lines
1.0 KiB
JSON

{
"name": "fediwall",
"version": "1.0.0",
"description": "Display a wall of recent mastodon posts",
"homepage": "https://github.com/defnull/fediwall#readme",
"bugs": "https://github.com/defnull/fediwall/issues",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Marcel Hellkamp",
"url": "https://defnull.de/"
},
"private": true,
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build",
"check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"@vueuse/core": "^10.2.1",
"bootstrap": "^5.3.0",
"moment": "^2.29.4",
"vue": "^3.3.4",
"vue-dompurify-html": "^4.1.4",
"vue-masonry": "^0.16.0"
},
"devDependencies": {
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.16.17",
"@vitejs/plugin-legacy": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/tsconfig": "^0.4.0",
"git-describe": "^4.1.1",
"typescript": "~5.0.4",
"vite": "^4.3.9",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^1.6.5"
}
}