fediwall/package.json
2023-07-15 08:46:52 +02:00

39 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-vue": "^4.2.3",
"@vue/tsconfig": "^0.4.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.0.4",
"vite": "^4.3.9",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^1.6.5"
}
}