You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "cvat-core",
|
|
"version": "7.2.1",
|
|
"description": "Part of Computer Vision Tool which presents an interface for client-side integration",
|
|
"main": "src/api.ts",
|
|
"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",
|
|
"type-check": "tsc --noEmit",
|
|
"type-check:watch": "yarn run type-check --watch"
|
|
},
|
|
"author": "CVAT.ai",
|
|
"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",
|
|
"ts-jest": "26"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"browser-or-node": "^2.0.0",
|
|
"cvat-data": "link:./../cvat-data",
|
|
"detect-browser": "^5.2.1",
|
|
"error-stack-parser": "^2.0.2",
|
|
"form-data": "^4.0.0",
|
|
"jest-config": "^29.0.3",
|
|
"js-cookie": "^3.0.1",
|
|
"json-logic-js": "^2.0.1",
|
|
"platform": "^1.3.5",
|
|
"quickhull": "^1.0.3",
|
|
"store": "^2.0.12",
|
|
"tus-js-client": "^3.0.1"
|
|
}
|
|
}
|