fediwall/package.json
Marcel Hellkamp af237eb4ac 1.1.3
2023-10-31 17:12:42 +01:00

53 lines
1.6 KiB
JSON

{
"name": "fediwall",
"version": "1.1.3",
"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.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vueuse/core": "^10.2.1",
"bootstrap": "^5.3.0",
"moment": "^2.29.4",
"vue": "^3.3.4",
"dompurify": "^3.0.5",
"vue-dompurify-html": "^4.1.4",
"vue-masonry": "^0.16.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^2.0.1",
"@types/dompurify": "^3.0.2",
"@types/node": "^18.16.17",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-legacy": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"git-describe": "^4.1.1",
"terser": "^5.19.2",
"typescript": "~5.0.4",
"vite": "^4.3.9",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^1.6.5"
}
}