mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-21 23:23:14 +01:00
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"name": "fediwall",
|
|
"version": "1.3.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",
|
|
"lint": "eslint ./src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
"@vueuse/core": "^10.10.0",
|
|
"bootstrap": "^5.3.3",
|
|
"moment": "^2.30.1",
|
|
"vue": "^3.4.27",
|
|
"dompurify": "^3.1.5",
|
|
"vue-dompurify-html": "^5.0.1",
|
|
"vue-masonry": "^0.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.10.3",
|
|
"@tsconfig/node18": "^18.2.4",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/node": "^20.14.2",
|
|
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
|
"@vitejs/plugin-legacy": "^5.4.1",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint-plugin-vue": "^9.26.0",
|
|
"git-describe": "^4.1.1",
|
|
"terser": "^5.31.0",
|
|
"typescript": "~5.4.5",
|
|
"vite": "^5.2.12",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vue-tsc": "^2.0.19"
|
|
}
|
|
}
|