-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "wax-developer",
"description": "WAX Developer Portal - Inside the WAX Developer Portal, you'll find a wealth of resources to guide you on your development journey.",
"version": "0.3.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wax-office-of-inspector-general/wax-developer.git"
},
"author": "many",
"license": "UNLICENSED",
"keywords": [
"docs",
"documentation",
"vuepress"
],
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"engines": {
"node": ">=20.10.0"
},
"bugs": {
"url": "https://github.com/wax-office-of-inspector-general/wax-developer/issues"
},
"homepage": "https://github.com/wax-office-of-inspector-general/wax-developer#readme",
"devDependencies": {
"sass": "^1.71.1",
"vitepress": "^1.0.0-rc.44",
"vitepress-plugin-theme-override": "^0.0.2",
"vue": "^3.3.9"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.12.0"
}
}