mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-18 13:34:08 +01:00
66 lines
2.0 KiB
JSON
66 lines
2.0 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": {
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@fullcalendar/core": "^6.1.9",
|
|
"@fullcalendar/daygrid": "^6.1.9",
|
|
"@fullcalendar/interaction": "^6.1.9",
|
|
"@fullcalendar/react": "^6.1.9",
|
|
"@fullcalendar/timegrid": "^6.1.9",
|
|
"@heroicons/react": "1.0.6",
|
|
"@mui/icons-material": "^5.14.16",
|
|
"@mui/material": "^5.14.17",
|
|
"@mui/system": "^5.14.17",
|
|
"@react-oauth/google": "^0.11.1",
|
|
"@syncfusion/ej2-base": "^23.1.41",
|
|
"@syncfusion/ej2-kanban": "^23.1.36",
|
|
"@tremor/react": "^3.11.1",
|
|
"@wojtekmaj/react-daterange-picker": "^5.4.4",
|
|
"axios": "^1.6.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-beautiful-dnd": "^13.1.1",
|
|
"react-bootstrap": "^2.9.1",
|
|
"react-datetime-picker": "^5.5.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.11.0",
|
|
"react-router-dom": "^6.18.0",
|
|
"react-tsparticles": "^2.12.2",
|
|
"tsparticles": "^2.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@vitejs/plugin-react": "^4.1.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"daisyui": "^3.9.4",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"vite": "^4.5.0"
|
|
}
|
|
} |