-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 817 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 817 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
{
"name": "@alkemio/documentation",
"version": "0.1.5",
"description": "Alkemio platform documentation",
"author": "Alkemio Foundation",
"repository": {
"type": "git",
"url": "https://github.com/alkem-io/documentation"
},
"license": "EUPL-1.2",
"scripts": {
"dev": "next dev -p 3010",
"build": "next build",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
"start": "next start -p 3010"
},
"devDependencies": {
"pagefind": "^1.3.0"
},
"dependencies": {
"next": "^16.1.6",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"engines": {
"node": ">=22.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@10.17.1",
"volta": {
"node": "22.21.1"
}
}