-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 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
{
"name": "tech-doc-hugo",
"version": "0.0.1",
"description": "Hugo theme for technical documentation.",
"main": "none.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"index": "hugo-lunr -i \"content/**\" -o public/index.json",
"security:start": "cd static/security-issues && npm run start",
"graph:start": "cd static/database-graph && npm run start",
"security:build": "cd static/security-issues && npm i && npm run build",
"graph:build": "cd static/database-graph && npm run build && cp dist/index.js ../../content/en/docs/Database/HRMS",
"docker:build": "npm run security:build && docker build -t code-aid-site ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/google/docsy-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/google/docsy-example/issues"
},
"homepage": "https://github.com/google/docsy-example#readme",
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.3.7",
"postcss-cli": "^9.0.2"
},
"dependencies": {
"hugo-lunr": "^0.0.4"
}
}