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.
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "cvat-ui",
|
|
"version": "1.41.0",
|
|
"description": "CVAT single-page application",
|
|
"main": "src/index.tsx",
|
|
"scripts": {
|
|
"build": "webpack --config ./webpack.config.js",
|
|
"start": "webpack serve --env API_URL=http://localhost:7000 --config ./webpack.config.js --mode=development",
|
|
"type-check": "tsc --noEmit",
|
|
"type-check:watch": "yarn run type-check -- --watch",
|
|
"lint": "eslint './src/**/*.{ts,tsx}'",
|
|
"lint:fix": "eslint './src/**/*.{ts,tsx}' --fix"
|
|
},
|
|
"browserslist": [
|
|
"Chrome >= 63",
|
|
"Firefox > 58",
|
|
"not IE 11",
|
|
"> 2%"
|
|
],
|
|
"author": "CVAT.ai",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.6.3",
|
|
"@types/lodash": "^4.14.172",
|
|
"@types/platform": "^1.3.4",
|
|
"@types/react": "^16.14.15",
|
|
"@types/react-color": "^3.0.5",
|
|
"@types/react-dom": "^16.9.14",
|
|
"@types/react-redux": "^7.1.18",
|
|
"@types/react-resizable": "^3.0.1",
|
|
"@types/react-router": "^5.1.16",
|
|
"@types/react-router-dom": "^5.1.9",
|
|
"@types/react-share": "^3.0.3",
|
|
"@types/redux-logger": "^3.0.9",
|
|
"@types/resize-observer-browser": "^0.1.6",
|
|
"antd": "~4.18.9",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"dotenv-webpack": "^7.1.0",
|
|
"error-stack-parser": "^2.0.6",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.2",
|
|
"mousetrap": "^1.6.5",
|
|
"platform": "^1.3.6",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.14.0",
|
|
"react-awesome-query-builder": "^4.5.1",
|
|
"react-color": "^2.19.3",
|
|
"react-cookie": "^4.0.3",
|
|
"react-dom": "^16.14.0",
|
|
"react-moment": "^1.1.1",
|
|
"react-redux": "^8.0.2",
|
|
"react-resizable": "^3.0.4",
|
|
"react-router": "^5.1.0",
|
|
"react-router-dom": "^5.1.0",
|
|
"react-share": "^4.4.0",
|
|
"react-sortable-hoc": "^2.0.0",
|
|
"redux": "^4.1.1",
|
|
"redux-devtools-extension": "^2.13.9",
|
|
"redux-logger": "^4.0.0",
|
|
"redux-thunk": "^2.3.0"
|
|
}
|
|
}
|