-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
{
"name": "psqlpy-docs",
"repository": "git@github.com:psqlpy-python/psqlpy.git",
"author": "Kiselev Aleksandr <askiselev00@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"docs:dev": "vuepress-vite dev docs",
"docs:build": "vuepress-vite build docs",
"docs:serve": "vuepress serve docs",
"docs:clean-dev": "vuepress-vite dev docs --clean-cache",
"docs:update-package": "pnpm dlx vp-update"
},
"packageManager": "pnpm@10.18.1",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.24",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.112",
"@vuepress/plugin-slimsearch": "2.0.0-rc.112",
"mermaid": "^11.12.0",
"sass": "^1.93.2",
"sass-embedded": "^1.93.2",
"sass-loader": "^16.0.5",
"vue": "^3.5.22",
"vuepress": "2.0.0-rc.24",
"vuepress-plugin-md-enhance": "2.0.0-rc.94",
"vuepress-theme-hope": "2.0.0-rc.94"
},
"dependencies": {
"chart.js": "^4.5.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}