-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 778 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 778 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
{
"name": "pyXLMS-docs",
"version": "1.0.0",
"description": "pyXMLS docs",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hgb-bin-proteomics/pyXLMS-docs.git"
},
"author": "Micha Birklbauer <micha.birklbauer@fh-hagenberg.at>",
"license": "MIT",
"bugs": {
"url": "https://github.com/michabirklbauer/pyXLMS-docs/issues"
},
"homepage": "https://github.com/hgb-bin-proteomics/pyXLMS-docs",
"dependencies": {
"next": "^15.5.7",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"react": "^19.2.1",
"react-dom": "^19.2.1"
},
"devDependencies": {
"pagefind": "^1.4.0"
}
}