-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
34 lines (34 loc) · 1.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
{
"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.19",
"@vuepress/helper": "2.0.0-rc.74",
"@vuepress/plugin-docsearch": "2.0.0-rc.74",
"@vuepress/plugin-google-analytics": "2.0.0-rc.66",
"@vuepress/plugin-links-check": "2.0.0-rc.74",
"@vuepress/plugin-markdown-include": "2.0.0-rc.74",
"@vuepress/plugin-markdown-stylize": "2.0.0-rc.75",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.74",
"@vuepress/plugin-redirect": "2.0.0-rc.74",
"@vuepress/plugin-register-components": "2.0.0-rc.66",
"cross-env": "7.0.3",
"http-server": "14.1.1",
"sass-embedded": "^1.83.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-plugin-md-enhance": "2.0.0-rc.71",
"vuepress-theme-hope": "2.0.0-rc.71"
},
"dependencies": {
"markdown-it": "^14.1.0",
"vant": "^4.9.16",
"vue-router": "^4.5.0"
}
}