-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
71 lines (71 loc) · 2.19 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "eventstore-docs",
"version": "1.0.0",
"private": true,
"type": "module",
"author": "Event Store Ltd",
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@mdit/plugin-dl": "^0.13.0",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it": "^14.1.1",
"@vuepress/plugin-watermark": "2.0.0-rc.27",
"degit": "2.8.4",
"del": "5.1.0",
"dotenv": "10.0.0",
"eslint": "^8.57.0",
"eslint-config-vuepress": "^4.10.1",
"eslint-config-vuepress-typescript": "^4.10.1",
"fs-extra": "^11.2.0",
"markdown-it": "^14.1.0",
"prettier": "2.3.2",
"sass": "^1.84.0",
"shx": "0.3.3",
"stylus": "^0.56.0",
"ts-pattern": "^5.4.0",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.5.3",
"vidstack": "^1.12.9",
"vite-plugin-vue-devtools": "^7.3.6"
},
"dependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@segment/analytics-next": "^1.74.0",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-docsearch": "^2.0.0-rc.76",
"@vuepress/plugin-google-analytics": "^2.0.0-rc.66",
"@vuepress/plugin-notice": "^2.0.0-rc.74",
"@vuepress/plugin-seo": "^2.0.0-rc.74",
"@vuepress/plugin-sitemap": "^2.0.0-rc.74",
"@vueuse/core": "^12.8.2",
"dashjs": "^4.7.4",
"hls.js": "^1.5.14",
"iconify-icon": "^2.1.0",
"mermaid": "^11.4.0",
"sass-loader": "^15.0.0",
"uglify-js": "^3.19.3",
"vue": "^3.4.30",
"vue-router": "^4.4.0",
"vuepress": "2.0.0-rc.19",
"vuepress-plugin-md-enhance": "^2.0.0-rc.71",
"vuepress-theme-hope": "^2.0.0-rc.71"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"debug": "vuepress dev docs --debug",
"dev": "vuepress dev docs --clean-cache --clean-temp",
"build": "vuepress build docs",
"build:verbose": "vuepress build docs -- --verbose",
"build-prod": "pnpm run import && pnpm build",
"import": "node ./import/import-client-docs.cjs",
"serve": "node ./serve.js",
"swagger": "swagger-markdown -i docs/server/5.0/http-api/swagger.yaml"
},
"engines": {
"node": ">=18.19.0"
},
"packageManager": "[email protected]"
}