forked from nfdi4plants/nfdi4plants.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 748 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
{
"name": "nfdi4plantsgithub.io",
"repository": {
"type": "git",
"url": "git+https://github.com/nfdi4plants/nfdi4plants.github.io.git"
},
"scripts": {
"bundle": "rollup --config rollup.config.js",
"updatecomponents": "npm install @nfdi4plants/web-components@latest",
"postupdatecomponents": "npm run bundle",
"fornax": "cd ./src && dotnet fornax watch"
},
"bugs": {
"url": "https://github.com/nfdi4plants/nfdi4plants.github.io/issues"
},
"homepage": "https://github.com/nfdi4plants/nfdi4plants.github.io#readme",
"dependencies": {
"@nfdi4plants/web-components": "^1.2.3",
"bulma": "^0.9.2"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.1.3",
"rollup": "^2.70.1"
}
}