forked from zeabur/zeabur
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 969 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 969 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
{
"name": "zeabur-docs",
"version": "1.0.0",
"description": "Documentation of Zeabur.",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"prebuild": "node sitemap.js"
},
"author": "Zeabur",
"dependencies": {
"@formatjs/intl-localematcher": "^0.6.1",
"negotiator": "^1.0.0",
"next": "^15.2.4",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sharp": "^0.33.5",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/node": "22.13.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"prettier": "^3.5.3"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}