UNPKG

feeds-fun

Version:

Frontend for the Feeds Fun — web-based news reader

72 lines (71 loc) 2.07 kB
{ "name": "feeds-fun", "version": "1.18.1", "author": "Aliaksei Yaletski (Tiendil) <a.eletsky@gmail.com> (https://tiendil.org/)", "description": "Frontend for the Feeds Fun — web-based news reader", "keywords": [ "news", "news-reader", "news-aggregator", "rss", "rss-reader", "rss-aggregator", "feed", "feed-reader", "feed-aggregator", "atom", "self-hosted" ], "homepage": "https://feeds.fun", "license": "BSD-3-Clause", "repository": "github:Tiendil/feeds.fun", "private": false, "scripts": { "dev": "vite", "build": "run-p type-check build-only", "preview": "vite preview", "test:unit": "vitest", "build-only": "vite build", "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/", "format-check": "prettier --check src/" }, "dependencies": { "@chenfengyuan/vue-countdown": "^2.1.2", "@vueuse/core": "^11.2.0", "axios": "^1.7.7", "dompurify": "^3.1.7", "pinia": "^2.2.6", "set-interval-async": "^3.0.3", "supertokens-web-js": "^0.5.0", "vue": "^3.5.12", "vue-router": "^4.4.5", "lodash": "^4.17.21" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", "@tailwindcss/typography": "^0.5.15", "@types/dompurify": "^3.0.5", "@types/jsdom": "^21.1.7", "@types/lodash": "^4.17.13", "@types/node": "^22.9.0", "@vitejs/plugin-vue": "^5.1.4", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^14.1.3", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.20", "eslint": "^9.14.0", "eslint-plugin-vue": "^9.30.0", "jsdom": "^25.0.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.47", "prettier": "^3.3.3", "tailwindcss": "^3.4.14", "typescript": "~5.6.3", "vite": "^5.4.10", "vitest": "^2.1.4", "vue-tsc": "^2.1.10" } }