-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
31 lines (31 loc) · 1016 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
30
31
{
"name": "gorse",
"version": "0.4.0",
"description": "A project of vuepress-theme-hope",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:gen": "ts-node scripts/generate.ts",
"docs:release": "node --loader ts-node/esm scripts/release.ts && vuepress build src"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@vuepress/client": "2.0.0-beta.62",
"@vuepress/plugin-docsearch": "2.0.0-beta.62",
"@vuepress/plugin-google-analytics": "2.0.0-beta.62",
"glob": "^9.3.4",
"isomorphic-git": "^1.23.0",
"nunjucks": "^3.2.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.62",
"vuepress-plugin-md-enhance": "2.0.0-beta.221",
"vuepress-plugin-redirect": "2.0.0-beta.221",
"vuepress-theme-hope": "2.0.0-beta.221",
"vuepress-vite": "2.0.0-beta.62"
}
}