-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 982 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 982 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
{
"name": "dsf-documentation",
"version": "0.0.0",
"description": "Documentation for the Data Sharing Framework",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "npx vp-update",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/plugin-markdown-image": "2.0.0-rc.121",
"@vuepress/plugin-markdown-math": "2.0.0-rc.121",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.121",
"@vuepress/plugin-slimsearch": "2.0.0-rc.121",
"katex": "^0.16.28",
"sass-embedded": "^1.97.3",
"sass-loader": "^16.0.7",
"vitest": "^4.0.18",
"vue": "^3.5.28",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-hope": "2.0.0-rc.102"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.57.1"
}
}