-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 974 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 974 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
36
37
38
39
{
"name": "posters-science-dev-docs",
"version": "0.0.1",
"description": "Posters.science Developer Documentation",
"author": "FAIR Data Innovations Hub <info@fairdataihub.org>",
"license": "MIT",
"homepage": "https://posters.science",
"repository": {
"type": "git",
"url": "https://github.com/fairdataihub/posters-science-dev-docs.git"
},
"bugs": {
"url": "https://github.com/fairdataihub/posters-science-dev-docs/issues"
},
"keywords": [
"posters",
"science",
"developer",
"documentation"
],
"scripts": {
"dev": "vitepress dev --port 3000",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"devDependencies": {
"mermaid": "^11.11.0",
"prettier": "^3.6.2",
"vite": "^7.1.5",
"vitepress": "^1.6.4",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.21"
},
"volta": {
"node": "22.18.0",
"yarn": "1.22.22"
}
}