-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
29 lines (29 loc) · 974 Bytes
/
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
{
"name": "subql-docs",
"private": true,
"scripts": {
"build:serve": "http-server -a localhost docs/.vuepress/dist -o",
"docs:dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vuepress dev docs",
"docs:build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vuepress build docs"
},
"packageManager": "[email protected]",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/helper": "2.0.0-rc.41",
"@vuepress/plugin-docsearch": "2.0.0-rc.39",
"@vuepress/plugin-google-analytics": "2.0.0-rc.37",
"@vuepress/plugin-links-check": "2.0.0-rc.41",
"@vuepress/plugin-redirect": "2.0.0-rc.39",
"@vuepress/plugin-register-components": "2.0.0-rc.37",
"cross-env": "7.0.3",
"http-server": "14.1.1",
"vue": "^3.4.38",
"vuepress": "2.0.0-rc.14",
"vuepress-theme-hope": "2.0.0-rc.52"
},
"dependencies": {
"markdown-it": "^14.1.0",
"vant": "^4.9.8",
"vue-router": "^4.3.0"
}
}