Revision 722dc74b95f5062bb9a7aea62fcf331d0595cab9 authored by Dmitry Kruchinin on 12 November 2021, 09:12:40 UTC, committed by GitHub on 12 November 2021, 09:12:40 UTC
1 parent 40604d8
Raw File
package.json
{
  "name": "cvat-core",
  "version": "3.17.0",
  "description": "Part of Computer Vision Tool which presents an interface for client-side integration",
  "main": "babel.config.js",
  "scripts": {
    "build": "webpack",
    "test": "jest --config=jest.config.js --coverage",
    "docs": "jsdoc --readme README.md src/*.js -p -c jsdoc.config.js -d docs",
    "coveralls": "cat ./reports/coverage/lcov.info | coveralls"
  },
  "author": "Intel",
  "license": "MIT",
  "browserslist": [
    "Chrome >= 63",
    "Firefox > 58",
    "not IE 11",
    "> 2%"
  ],
  "devDependencies": {
    "coveralls": "^3.0.5",
    "jest": "^26.6.3",
    "jest-junit": "^6.4.0",
    "jsdoc": "^3.6.6"
  },
  "dependencies": {
    "axios": "^0.21.4",
    "browser-or-node": "^1.2.1",
    "cvat-data": "../cvat-data",
    "detect-browser": "^5.2.1",
    "error-stack-parser": "^2.0.2",
    "form-data": "^2.5.0",
    "jest-config": "^26.6.3",
    "json-logic-js": "^2.0.1",
    "js-cookie": "^2.2.0",
    "platform": "^1.3.5",
    "quickhull": "^1.0.3",
    "store": "^2.0.12"
  }
}
back to top