-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.33 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "esdb-docs",
"version": "1.0.0",
"private": true,
"author": "Event Store Ltd",
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"eslint": "^10.4.1",
"eslint-config-vuepress": "^7.1.0",
"eslint-config-vuepress-typescript": "^4.10.1",
"markdown-it": "^14.2.0",
"tsconfig-vuepress": "^7.0.0",
"typescript": "^6.0.3"
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.30",
"@vuepress/plugin-container": "^2.0.0-rc.28",
"@vuepress/plugin-docsearch": "2.0.0-rc.130",
"@vuepress/plugin-google-analytics": "2.0.0-rc.130",
"@vuepress/plugin-register-components": "2.0.0-rc.130",
"@vuepress/theme-default": "2.0.0-rc.130",
"@vuepress/utils": "^2.0.0-rc.30",
"sass-loader": "^17.0.0",
"vue": "^3.5.35",
"vuepress": "2.0.0-rc.30",
"vuepress-plugin-md-enhance": "^2.0.0-rc.107"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vuepress dev",
"build": "vuepress build"
},
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "5.2.4",
"braces": "3.0.3",
"esbuild": "0.25.12",
"immutable": "4.3.8",
"lodash": "4.18.1",
"micromatch": "4.0.8",
"postcss": "8.5.14",
"prismjs": "1.30.0",
"rollup": "4.60.3",
"vite": "6.4.2"
}
},
"engines": {
"node": ">=18.19.0"
}
}