2020-12-14 17:37:57 +01:00
|
|
|
{
|
2021-01-12 23:02:55 +01:00
|
|
|
"name": "sort-measurer",
|
2020-12-14 17:37:57 +01:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-01-26 18:42:15 +01:00
|
|
|
"@material-ui/core": "^4.11.3",
|
2021-01-29 20:08:23 +01:00
|
|
|
"@material-ui/icons": "^4.11.2",
|
2020-12-14 17:37:57 +01:00
|
|
|
"@testing-library/jest-dom": "^5.11.6",
|
|
|
|
"@testing-library/react": "^11.2.2",
|
|
|
|
"@testing-library/user-event": "^12.6.0",
|
2021-01-23 15:15:48 +01:00
|
|
|
"bootstrap": "^4.5.3",
|
2021-01-31 19:22:34 +01:00
|
|
|
"css-vars-hook": "^0.2.5",
|
2020-12-14 17:37:57 +01:00
|
|
|
"react": "^17.0.1",
|
2021-01-23 15:15:48 +01:00
|
|
|
"react-bootstrap": "^1.4.3",
|
2020-12-14 17:37:57 +01:00
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"react-scripts": "4.0.1",
|
2020-12-14 19:05:20 +01:00
|
|
|
"styled-components": "^5.2.1",
|
2020-12-14 17:37:57 +01:00
|
|
|
"web-vitals": "^0.2.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|