We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922d82e commit aeb245bCopy full SHA for aeb245b
package.json
@@ -1,4 +1,7 @@
1
{
2
+ "name": "docsy",
3
+ "version": "0.2.0-dev",
4
+ "repository": "github:google/docsy",
5
"scripts": {
6
"_docs": "cd userguide && npm run",
7
"docs-install": "cd userguide && npm install",
@@ -7,9 +10,11 @@
10
"build": "npm run _docs build",
8
11
"serve": "npm run _docs serve"
9
12
},
- "devDependencies": {
13
+ "dependencies": {
14
"@fortawesome/fontawesome-free": "^5.15.4",
- "bootstrap": "^4.6.1",
15
+ "bootstrap": "^4.6.1"
16
+ },
17
+ "devDependencies": {
18
"hugo-extended": "0.92.1"
19
}
20
0 commit comments