Files
NoteNextra-origin/package.json
2025-11-07 00:49:04 -06:00

33 lines
1.1 KiB
JSON

{
"scripts": {
"dev": "next --turbopack",
"build": "cross-env VERCEL_FORCE_NO_BUILD_CACHE=1 NODE_OPTIONS='--max-old-space-size=16384' next build",
"build:test": "cross-env ANALYZE=true NODE_OPTIONS='--inspect --max-old-space-size=4096' next build",
"build:analyze": "cross-env ANALYZE=true NODE_OPTIONS='--max-old-space-size=16384' next build",
"postbuild": "next-sitemap && pagefind --site .next/server/app --output-path public/_pagefind && cp -r ./public/_pagefind ./out",
"start": "next start"
},
"dependencies": {
"@docsearch/css": "^4.3.1",
"@docsearch/react": "^4.3.1",
"@napi-rs/simple-git": "^0.1.22",
"@next/bundle-analyzer": "^16.0.1",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"cross-env": "^10.1.0",
"eslint-config-next": "^16.0.1",
"katex": "^0.16.25",
"next": "^16.0.1",
"next-sitemap": "^4.2.3",
"nextra": "^4.6.0",
"nextra-theme-docs": "^4.6.0",
"pagefind": "^1.4.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/node": "24.10.0",
"@types/react": "19.2.2"
}
}