forked from subquery/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 868 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 868 Bytes
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
{
"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": "pnpm@8.10.2",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/helper": "2.0.0-rc.15",
"@vuepress/plugin-docsearch": "2.0.0-rc.19",
"@vuepress/plugin-google-analytics": "2.0.0-rc.15",
"@vuepress/plugin-register-components": "2.0.0-rc.21",
"cross-env": "7.0.3",
"http-server": "14.1.1",
"vue": "^3.4.19",
"vuepress": "2.0.0-rc.8",
"vuepress-plugin-redirect": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.25"
},
"dependencies": {
"vue-router": "^4.3.0"
}
}