forked from nfdi4plants/nfdi4plants.knowledgebase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.13 KB
/
package.json
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
{
"name": "nfdi4plants-fornax-template",
"version": "0.0.0",
"description": "A fornax template implementing nfdi4plants web-components for documentation.",
"repository": {
"type": "git",
"url": "git+https://github.com/Freymaurer/nfdi4plants-fornax-template.git"
},
"scripts": {
"bundle": "rollup --config rollup.config.js",
"preupdatecomponents": "dotnet paket update Nfdi4Plants.Fornax",
"updatecomponents": "npm install @nfdi4plants/web-components@latest",
"postupdatecomponents": "npm run bundle",
"index": "npx -y pagefind --source ./src/_public --bundle-dir pagefind",
"indexserve": "npx -y pagefind --source ./src/_public --bundle-dir pagefind --serve",
"fornax": "cd ./src && dotnet fornax watch"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Freymaurer/nfdi4plants-fornax-template/issues"
},
"homepage": "https://github.com/Freymaurer/nfdi4plants-fornax-template#readme",
"dependencies": {
"@nfdi4plants/web-components": "^1.2.1",
"bulma": "^0.9.2"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.1.3",
"rollup": "^2.70.1"
}
}