2022-12-29 16:19:08 +00:00
|
|
|
{
|
|
|
|
"name": "react-ts",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "^18.0.26",
|
|
|
|
"@types/react-dom": "^18.0.9",
|
2023-01-04 13:03:34 +00:00
|
|
|
"@types/react-modal": "^3.13.1",
|
2022-12-29 16:19:08 +00:00
|
|
|
"@vitejs/plugin-react": "^3.0.0",
|
2023-01-16 19:41:29 +00:00
|
|
|
"formik": "^2.2.9",
|
2023-01-04 13:03:34 +00:00
|
|
|
"react-modal": "^3.16.1",
|
2023-01-18 18:31:02 +00:00
|
|
|
"react-router-dom": "^6.6.2",
|
2022-12-29 16:19:08 +00:00
|
|
|
"sass": "^1.57.1",
|
|
|
|
"typescript": "^4.9.3",
|
2023-01-16 19:41:29 +00:00
|
|
|
"vite": "^4.0.0",
|
|
|
|
"yup": "^0.32.11"
|
2022-12-29 16:19:08 +00:00
|
|
|
}
|
|
|
|
}
|