You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "know-foolery-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.8.0",
|
|
"@mui/material": "^5.11.0",
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@mui/icons-material": "^5.11.0",
|
|
"axios": "^1.3.0",
|
|
"socket.io-client": "^4.7.0",
|
|
"zustand": "^4.3.0",
|
|
"@tanstack/react-query": "^4.24.0",
|
|
"react-hook-form": "^7.43.0",
|
|
"zod": "^3.20.0",
|
|
"@hookform/resolvers": "^2.9.0",
|
|
"framer-motion": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.1.0",
|
|
"eslint": "^8.35.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
|
"@typescript-eslint/parser": "^5.54.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.3.4"
|
|
}
|
|
} |