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.
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "cvat-ui",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@types/jest": "24.0.13",
|
|
"@types/node": "^12.0.3",
|
|
"@types/react": "16.8.19",
|
|
"@types/react-dom": "16.8.4",
|
|
"@types/react-router-dom": "^4.3.4",
|
|
"antd": "^3.19.1",
|
|
"babel-plugin-import": "^1.11.2",
|
|
"customize-cra": "^0.2.12",
|
|
"less": "^3.9.0",
|
|
"less-loader": "^5.0.0",
|
|
"node-sass": "^4.12.0",
|
|
"react": "^16.8.6",
|
|
"react-app-rewired": "^2.1.3",
|
|
"react-dom": "^16.8.6",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "3.0.1",
|
|
"source-map-explorer": "^1.8.0",
|
|
"typescript": "3.4.5"
|
|
},
|
|
"scripts": {
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|