30 lines
681 B
JSON
30 lines
681 B
JSON
|
|
{
|
||
|
|
"name": "react-task-1b",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"react": "^18.0.0",
|
||
|
|
"react-dom": "^18.0.0",
|
||
|
|
"@hookform/resolvers": "^2.8.10",
|
||
|
|
"react-hook-form": "^7.31.2",
|
||
|
|
"react-loading-skeleton": "^3.1.0",
|
||
|
|
"react-router": "^6.2.2",
|
||
|
|
"react-router-dom": "^6.2.2",
|
||
|
|
"yup": "^0.32.11"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^18.0.0",
|
||
|
|
"@types/react-dom": "^18.0.0",
|
||
|
|
"@vitejs/plugin-react": "^1.3.0",
|
||
|
|
"autoprefixer": "^10.4.7",
|
||
|
|
"postcss": "^8.4.14",
|
||
|
|
"tailwindcss": "^3.1.3",
|
||
|
|
"vite": "^2.9.9"
|
||
|
|
}
|
||
|
|
}
|