-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 KB
/
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
34
35
36
37
38
39
{
"name": "cloudpilot-ai-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "pagefind --site .next/server/app --output-path out/_pagefind",
"start": "next start",
"lint": "eslint --format=sukka ."
},
"dependencies": {
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"eslint": "^9.20.0",
"eslint-config-sukka": "^6.13.3",
"eslint-formatter-sukka": "^6.13.3",
"foxact": "^0.2.44",
"next": "^15.1.6",
"nextra": "^4.2.6",
"nextra-theme-docs": "^4.2.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint-sukka/node": "^6.13.3",
"@eslint-sukka/react": "^6.13.3",
"@types/node": "22.10.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"babel-plugin-react-compiler": "^19.0.0-beta-decd7b8-20250118",
"pagefind": "^1.3.0",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.0"
}
}