-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 901 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 901 Bytes
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
{
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viamrobotics/docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/viamrobotics/docs/issues"
},
"homepage": "https://github.com/google/docsy-example#readme",
"devDependencies": {
"@eggnstone/netlify-plugin-no-more-404": "^1.5.0",
"@types/node": "^24.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.31",
"postcss-cli": "^9.1.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"dependencies": {
"@koush/wrtc": "^0.5.3",
"@viamrobotics/sdk": "^0.55.0",
"bluehawk": "^1.6.0",
"hugo": "^0.0.3"
}
}