forked from caching-tools/next-shared-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 875 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
{
"name": "@repo/cache-handler-docs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build:docs": "next build",
"dev:docs": "next dev",
"eslint:check": "next lint",
"eslint:fix": "next lint --fix",
"start:docs": "serve out"
},
"dependencies": {
"next": "14.2.15",
"nextra": "3.2.4",
"nextra-theme-docs": "3.2.4",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.15",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "8.56.12",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"serve": "14.2.4",
"typescript": "5.7.2"
}
}