-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
71 lines (71 loc) · 2.16 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.41",
"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.77.8",
"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",
"@vue/reactivity": "^3.4.31",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/plugin-docsearch": "2.0.0-rc.40",
"@vuepress/plugin-google-analytics": "2.0.0-rc.37",
"@vuepress/plugin-notice": "^2.0.0-rc.42",
"@vuepress/plugin-seo": "^2.0.0-rc.42",
"dashjs": "^4.7.4",
"hls.js": "^1.5.14",
"iconify-icon": "^2.1.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.14",
"vuepress-plugin-md-enhance": "^2.0.0-rc.52",
"vuepress-theme-hope": "^2.0.0-rc.52",
"mermaid": "^11.4.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"debug": "vuepress dev docs --debug",
"dev": "vuepress dev docs --clean-cache --clean-temp",
"build": "vuepress build docs",
"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]"
}