2022-05-23 19:07:42 +00:00
|
|
|
{
|
|
|
|
"name": "squidward",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@chakra-ui/icons": "^2.0.0",
|
|
|
|
"@chakra-ui/react": "^2.1.0",
|
|
|
|
"@emotion/react": "^11.9.0",
|
|
|
|
"@emotion/styled": "^11.8.1",
|
|
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
|
|
"@testing-library/react": "^13.2.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"@types/jest": "^27.5.1",
|
|
|
|
"@types/node": "^16.11.36",
|
|
|
|
"@types/react": "^18.0.9",
|
|
|
|
"@types/react-dom": "^18.0.4",
|
2022-06-01 22:46:07 +00:00
|
|
|
"axios": "^0.27.2",
|
2022-05-27 14:06:07 +00:00
|
|
|
"formik": "^2.2.9",
|
2022-05-23 19:07:42 +00:00
|
|
|
"framer-motion": "^6.3.3",
|
2022-06-02 10:39:43 +00:00
|
|
|
"moment": "^2.29.3",
|
2022-06-01 22:46:07 +00:00
|
|
|
"notistack": "^2.0.5",
|
2022-05-23 19:07:42 +00:00
|
|
|
"react": "^18.1.0",
|
2022-05-27 14:06:07 +00:00
|
|
|
"react-datepicker": "^4.8.0",
|
2022-05-23 19:07:42 +00:00
|
|
|
"react-dom": "^18.1.0",
|
|
|
|
"react-router-dom": "^6.3.0",
|
|
|
|
"react-scripts": "5.0.1",
|
2022-05-27 14:06:07 +00:00
|
|
|
"react-time-picker": "^4.5.0",
|
2022-05-23 19:07:42 +00:00
|
|
|
"typescript": "^4.6.4",
|
|
|
|
"web-vitals": "^2.1.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"
|
|
|
|
]
|
2022-05-27 14:06:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react-datepicker": "^4.4.1",
|
|
|
|
"@types/react-time-picker": "^4.0.2"
|
2022-05-23 19:07:42 +00:00
|
|
|
}
|
|
|
|
}
|