forked from wax-office-of-inspector-general/wax-developer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
35
36
37
38
39
40
41
42
43
{
"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.2.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": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"engines": {
"node": ">=16.19.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": {
"@vuepress/client": "^2.0.0-beta.45",
"@vuepress/plugin-back-to-top": "^1.9.9",
"@vuepress/plugin-medium-zoom": "^1.9.9",
"@vuepress/plugin-search": "^1.9.9",
"@vuepress/utils": "^2.0.0-alpha.1",
"sass-loader": "^7.3.1",
"vuepress": "^1.9.9"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0"
}
}