-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 840 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 840 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
{
"name": "raidguild-nextra",
"version": "1.0.0",
"private": true,
"scripts": {
"sync-docs": "node scripts/sync-docs.mjs",
"dev": "npm run sync-docs && next dev",
"build": "npm run sync-docs && next build --webpack",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"next": "16.0.10",
"nextra": "4.6.1",
"nextra-theme-docs": "4.6.1",
"react": "19.2.1",
"react-dom": "19.2.1"
},
"devDependencies": {
"eslint": "9.15.0",
"eslint-config-next": "16.0.8",
"pagefind": "^1.4.0",
"serve": "^14.2.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}