-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
74 lines (74 loc) · 2.27 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
72
73
74
{
"name": "kurrent-docs",
"version": "1.0.0",
"private": true,
"type": "module",
"author": "Kurrent, Inc",
"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",
"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.86.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.79.0",
"@vuepress/bundler-vite": "2.0.0-rc.20",
"@vuepress/helper": "2.0.0-rc.91",
"@vuepress/plugin-docsearch": "2.0.0-rc.91",
"@vuepress/plugin-notice": "2.0.0-rc.91",
"@vuepress/plugin-seo": "2.0.0-rc.91",
"@vuepress/plugin-sitemap": "2.0.0-rc.91",
"@vuepress/plugin-watermark": "2.0.0-rc.91",
"@vueuse/core": "^12.8.2",
"bowser": "^2.11.0",
"dashjs": "^4.7.4",
"hls.js": "^1.5.14",
"iconify-icon": "^2.1.0",
"mermaid": "^11.4.0",
"posthog-js": "^1.235.0",
"sass-loader": "^16.0.5",
"uglify-js": "^3.19.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuepress": "2.0.0-rc.20",
"vuepress-plugin-md-enhance": "2.0.0-rc.78",
"vuepress-theme-hope": "2.0.0-rc.78"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"clean": "node ./import/clean.cjs",
"debug": "vuepress dev docs --debug",
"dev": "vuepress dev docs --clean-cache --clean-temp",
"build": "node ./import/build.cjs 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]"
}