-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 619 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 619 Bytes
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
{
"name": "github-medium-rss",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/node": "^5.5.5",
"axios": "^1.13.2",
"moment": "^2.30.1",
"next": "15.5.9",
"node-html-parser": "^7.0.1",
"react": "^18",
"react-dom": "^18",
"rss-to-json": "^2.1.1"
},
"devDependencies": {
"@types/node": "^24",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.5.3",
"typescript": "^5"
}
}