25 lines
577 B
JSON
25 lines
577 B
JSON
|
|
{
|
||
|
|
"name": "cvat-docs",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"description": "Hugo dependencies that should be installed separately",
|
||
|
|
"main": "none.js",
|
||
|
|
"dependencies": {
|
||
|
|
"docsy": "file:themes/docsy"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"autoprefixer": "^10.2.5",
|
||
|
|
"postcss-cli": "^8.3.1",
|
||
|
|
"postcss": "^8.4.31"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/cvat-ai/cvat.git"
|
||
|
|
},
|
||
|
|
"author": "CVAT.ai",
|
||
|
|
"license": "MIT",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/cvat-ai/cvat/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/cvat-ai/cvat#readme"
|
||
|
|
}
|