forked from vladyslav-savchenko-cs/IO-33_DB_gr2
-
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) · 686 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 686 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": "db-course-template",
"version": "2.0.0",
"description": "",
"license": "ECL 2.0",
"type": "module",
"homepage": "https://stercoreo.github.io/db/",
"scripts": {
"docs:build": "vuepress-vite build docs",
"docs:clean-dev": "vuepress-vite dev docs --clean-cache",
"docs:dev": "vuepress-vite dev docs",
"docs:update-package": "npx vp-update",
"deploy": "gh-pages -d docs/.vuepress/dist"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.7",
"gh-pages": "^6.3.0",
"vue": "^3.4.15",
"vuepress": "2.0.0-rc.7",
"vuepress-theme-hope": "2.0.0-rc.23"
},
"dependencies": {
"markdown-it-plantuml": "^1.4.1"
}
}