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.
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "cvat-data",
|
|
"version": "1.0.2",
|
|
"description": "",
|
|
"main": "src/js/cvat-data.js",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/preset-env": "^7.4.4",
|
|
"babel-loader": "^8.0.6",
|
|
"copy-webpack-plugin": "^5.0.5",
|
|
"eslint": "^6.4.0",
|
|
"eslint-config-airbnb-base": "^14.0.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-no-unsafe-innerhtml": "^1.0.16",
|
|
"eslint-plugin-no-unsanitized": "^3.0.2",
|
|
"eslint-plugin-security": "^1.4.0",
|
|
"nodemon": "^1.19.2",
|
|
"webpack": "^4.39.3",
|
|
"webpack-cli": "^3.3.7",
|
|
"worker-loader": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"async-mutex": "^0.2.6",
|
|
"jszip": "3.5.0"
|
|
},
|
|
"scripts": {
|
|
"patch": "cd src/js && patch --dry-run --forward -p0 < 3rdparty_patch.diff >> /dev/null && patch -p0 < 3rdparty_patch.diff; true",
|
|
"build": "npm run patch; webpack --config ./webpack.config.js",
|
|
"server": "npm run patch; nodemon --watch config --exec 'webpack-dev-server --config ./webpack.config.js --mode=development --open'"
|
|
},
|
|
"author": "Intel",
|
|
"license": "MIT"
|
|
}
|