-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
33 lines (33 loc) · 821 Bytes
/
package.json
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
{
"version": "0.3.1",
"private": true,
"description": "React ESI: Blazing-fast Server-Side Rendering for React and Next.js",
"repository": "https://github.com/dunglas/react-esi",
"license": "MIT",
"author": "Kévin Dunglas",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write ."
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.11.0"
},
"pnpm": {
"overrides": {
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"typescript": "5.3.3"
}
},
"devDependencies": {
"@types/node": "^20.11.25",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.0",
"prettier": "^3.2.5",
"typescript": "~5.3.3",
"typescript-eslint": "^7.1.1"
}
}