Revision 26693dda9d7fc6f201d1c06c0e26fe95852dbd26 authored by Andrey Zhavoronkov on 21 September 2023, 15:40:41 UTC, committed by GitHub on 21 September 2023, 15:40:41 UTC
1 parent 657e361
Raw File
package.json
{
  "name": "cvat-docs",
  "version": "0.0.1",
  "description": "Hugo dependencies that should be installed separately",
  "main": "none.js",
  "dependencies": {},
  "devDependencies": {
    "autoprefixer": "^10.2.5",
    "postcss-cli": "^8.3.1",
    "postcss": "^8.2.15"
  },
  "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"
}
back to top