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.
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "cvat-core",
|
|
"version": "4.0.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",
|
|
"js-cookie": "^2.2.0",
|
|
"json-logic-js": "^2.0.1",
|
|
"platform": "^1.3.5",
|
|
"quickhull": "^1.0.3",
|
|
"store": "^2.0.12",
|
|
"tus-js-client": "^2.3.0"
|
|
}
|
|
}
|