Bakalarska_praca/frontend/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2024-10-12 12:08:12 +00:00
{
"name": "coconuts",
2024-10-12 12:08:12 +00:00
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
2024-10-12 12:08:12 +00:00
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@gsap/react": "^2.1.1",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"@reduxjs/toolkit": "^2.3.0",
"appwrite": "^16.0.2",
"final-form": "^4.20.10",
2024-10-12 12:08:12 +00:00
"gsap": "^3.12.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-final-form": "^6.5.9",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0"
2024-10-12 12:08:12 +00:00
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.2",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9"
2024-10-12 12:08:12 +00:00
}
}