-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "reader",
"version": "1.0.0",
"description": "The Reader — a calm, self-hosted RSS reader on Nuxt 3 + Cloudflare (Workers, D1, R2)",
"main": "index.js",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "patch-package && nuxt prepare",
"mcp": "tsx mcp-server/index.ts",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phareim/reader.git"
},
"keywords": [],
"author": "phareim",
"license": "ISC",
"bugs": {
"url": "https://github.com/phareim/reader/issues"
},
"homepage": "https://github.com/phareim/reader#readme",
"dependencies": {
"@extractus/feed-extractor": "^7.1.7",
"@modelcontextprotocol/sdk": "^1.25.2",
"@mozilla/readability": "^0.6.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@tailwindcss/typography": "^0.5.19",
"@vueuse/core": "^13.9.0",
"cuid": "^3.0.0",
"date-fns": "^4.1.0",
"dompurify": "^3.3.3",
"dotenv": "^17.2.3",
"isomorphic-dompurify": "^2.35.0",
"linkedom": "0.18.12",
"motion-v": "^2.3.0",
"nuxt": "^3.17.7",
"zod": "^4.1.12"
},
"overrides": {
"glob": "^10.4.5",
"cookie": "^0.7.2",
"esbuild": "^0.28.1",
"js-yaml": "^4.3.0",
"@babel/core": "^7.29.7",
"test-exclude": "^7.0.1",
"brace-expansion": "^5.0.8",
"minimatch": "^10.2.5",
"@hono/node-server": "^2.0.11"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@vite-pwa/nuxt": "^1.0.7",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"patch-package": "^8.0.1",
"ts-jest": "^29.4.5",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}