2024-09-02 15:21:27 +05:30
|
|
|
{
|
|
|
|
|
"name": "wditest",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@chakra-ui/react": "^2.8.2",
|
|
|
|
|
"@emotion/react": "^11.13.3",
|
|
|
|
|
"@emotion/styled": "^11.13.0",
|
2024-09-19 13:33:19 +05:30
|
|
|
"axios": "^1.7.7",
|
2024-09-02 15:21:27 +05:30
|
|
|
"framer-motion": "^11.3.31",
|
|
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
2024-09-19 13:33:19 +05:30
|
|
|
"react-google-recaptcha": "^3.1.0",
|
2024-09-02 15:21:27 +05:30
|
|
|
"react-hook-form": "^7.53.0",
|
|
|
|
|
"react-icons": "^5.3.0",
|
2024-09-25 17:57:37 +05:30
|
|
|
"react-recaptcha": "^2.3.10",
|
2024-09-25 15:40:25 +05:30
|
|
|
"react-router-dom": "^6.26.1",
|
2024-09-25 17:57:37 +05:30
|
|
|
"react-scroll": "^1.9.0",
|
|
|
|
|
"react-simple-captcha": "^9.3.1"
|
2024-09-02 15:21:27 +05:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.9.0",
|
|
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
|
|
|
"eslint": "^9.9.0",
|
|
|
|
|
"eslint-plugin-react": "^7.35.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.9",
|
|
|
|
|
"globals": "^15.9.0",
|
|
|
|
|
"vite": "^5.4.1"
|
|
|
|
|
}
|
|
|
|
|
}
|