-
Notifications
You must be signed in to change notification settings - Fork 658
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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
{
"name": "kurrentdb-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",
"@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.84.0",
"shx": "0.3.3",
"stylus": "^0.56.0",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.5.3",
"vite-plugin-vue-devtools": "^7.3.6",
"@vuepress/plugin-search": "^2.0.0-rc.74",
"@mdit/plugin-dl": "^0.13.0"
},
"dependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@vuelidate/core": "^2.0.3",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"vuepress-theme-hope": "^2.0.0-rc.71",
"sass-loader": "^15.0.0",
"vue": "^3.4.30",
"vue-router": "^4.4.0",
"vuepress": "2.0.0-rc.19",
"iconify-icon": "^2.1.0",
"mermaid": "^11.3.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vuepress-vite dev .",
"build": "vuepress-vite build .",
"update-package": "pnpm dlx vp-update"
},
"engines": {
"node": ">=18.19.0"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}