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.
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"name": "cvat-ui",
|
|
"version": "1.28.1",
|
|
"description": "CVAT single-page application",
|
|
"main": "src/index.tsx",
|
|
"scripts": {
|
|
"build": "webpack --config ./webpack.config.js",
|
|
"start": "webpack-dev-server --env.API_URL=http://localhost:7000 --config ./webpack.config.js --mode=development",
|
|
"type-check": "tsc --noEmit",
|
|
"type-check:watch": "npm 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": "Intel",
|
|
"license": "MIT",
|
|
"devDependencies": {},
|
|
"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": "^1.7.3",
|
|
"@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.16.13",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"cvat-canvas": "file:../cvat-canvas",
|
|
"cvat-canvas3d": "file:../cvat-canvas3d",
|
|
"cvat-core": "file:../cvat-core",
|
|
"dotenv-webpack": "^1.8.0",
|
|
"error-stack-parser": "^2.0.6",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.1",
|
|
"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": "^7.2.5",
|
|
"react-resizable": "^1.11.1",
|
|
"react-router": "^5.1.0",
|
|
"react-router-dom": "^5.1.0",
|
|
"react-share": "^4.4.0",
|
|
"redux": "^4.1.1",
|
|
"redux-devtools-extension": "^2.13.9",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.3.0"
|
|
}
|
|
}
|