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.
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "cvat",
|
|
"version": "1.0.0",
|
|
"description": "Eslint && remarklint dependencies",
|
|
"main": ".eslintrc.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^18.0.1",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-no-unsafe-innerhtml": "^1.0.16",
|
|
"eslint-plugin-no-unsanitized": "^3.0.2",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"eslint-plugin-react-hooks": "^4.0.4",
|
|
"eslint-plugin-security": "^1.4.0",
|
|
"remark-lint-emphasis-marker": "^2.0.0",
|
|
"remark-lint-list-item-spacing": "^2.0.0",
|
|
"remark-lint-maximum-heading-length": "^2.0.0",
|
|
"remark-lint-maximum-line-length": "^2.0.0",
|
|
"remark-lint-no-dead-urls": "^1.0.2",
|
|
"remark-lint-no-file-name-irregular-characters": "^1.0.3",
|
|
"remark-lint-ordered-list-marker-style": "^2.0.0",
|
|
"remark-lint-strong-marker": "^2.0.0",
|
|
"remark-lint-unordered-list-marker-style": "^2.0.0",
|
|
"remark-preset-lint-consistent": "^3.0.0",
|
|
"remark-preset-lint-markdown-style-guide": "^3.0.0",
|
|
"remark-preset-lint-recommended": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/opencv/cvat.git"
|
|
},
|
|
"author": "Intel",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/opencv/cvat/issues"
|
|
},
|
|
"homepage": "https://github.com/opencv/cvat#readme"
|
|
}
|