-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 996 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 996 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "medium-posts-api",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest ./tests"
},
"dependencies": {
"@types/sanitize-html": "^2.16.0",
"axios": "^1.15.0",
"cheerio": "^1.2.0",
"json5": "2.2.3",
"next": "16.1.6",
"nextjs-cors": "^2.2.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"sanitize-html": "^2.17.1",
"semver": "7.7.4",
"@jridgewell/gen-mapping": "0.3.13"
},
"engines": {
"node": "22.x"
},
"devDependencies": {
"@babel/preset-env": "^7.29.0",
"@babel/preset-typescript": "^7.28.5",
"@types/jest": "^30.0.0",
"@types/node": "25.3.0",
"@types/react": "19.2.14",
"@types/react-dom": "18.3.1",
"babel-jest": "^30.2.0",
"eslint": "9.39.1",
"eslint-config-next": "16.1.6",
"jest": "^30.2.0",
"node-mocks-http": "^1.17.2",
"typescript": "5.9.3"
}
}