mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 14:04:07 +01:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fullcalendar/daygrid": "^6.1.9",
|
|
"@fullcalendar/interaction": "^6.1.9",
|
|
"@fullcalendar/react": "^6.1.9",
|
|
"@fullcalendar/timegrid": "^6.1.9",
|
|
"@mui/icons-material": "^5.14.15",
|
|
"@mui/material": "^5.14.15",
|
|
"@mui/system": "^5.14.15",
|
|
"@react-oauth/google": "^0.11.1",
|
|
"axios": "^1.5.1",
|
|
"bootstrap": "^5.3.2",
|
|
"dotenv": "^16.3.1",
|
|
"framer-motion": "^10.16.4",
|
|
"gapi-script": "^1.2.0",
|
|
"jwt-decode": "^4.0.0",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.9.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.11.0",
|
|
"react-router-dom": "^6.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"autoprefixer": "^10.4.16",
|
|
"daisyui": "^3.9.4",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"vite": "^4.4.5"
|
|
}
|
|
} |