62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "gym_sync",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@headlessui/react": "^1.7.16",
|
|
"@mui/base": "^5.0.0-beta.12",
|
|
"@mui/icons-material": "^5.14.1",
|
|
"@mui/material": "^5.14.2",
|
|
"@mui/styled-engine-sc": "^5.12.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@tailwindcss/forms": "^0.5.4",
|
|
"@tailwindcss/line-clamp": "^0.4.4",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"@types/bcrypt": "^5.0.0",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"apexcharts": "^3.42.0",
|
|
"autoprefixer": "10.4.14",
|
|
"axios": "^1.4.0",
|
|
"bcrypt": "^5.1.0",
|
|
"eslint": "8.45.0",
|
|
"eslint-config-next": "^14.0.1",
|
|
"formik": "^2.4.2",
|
|
"formik-wizard-form": "^2.1.0",
|
|
"lucide-react": "^0.519.0",
|
|
"mongoose": "^7.4.1",
|
|
"next": "^13.4.12",
|
|
"next-intl": "^2.19.0",
|
|
"postcss": "8.4.27",
|
|
"react": "^18.2.0",
|
|
"react-animate-height": "^3.2.2",
|
|
"react-apexcharts": "^1.4.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-perfect-scrollbar": "^1.5.8",
|
|
"react-popper": "^2.3.0",
|
|
"react-quill": "^2.0.0",
|
|
"react-redux": "^8.1.1",
|
|
"react-select": "^5.8.0",
|
|
"redux-persist": "^6.0.0",
|
|
"styled-components": "^5.3.11",
|
|
"tailwindcss": "3.3.3",
|
|
"tippy.js": "^6.2.5",
|
|
"typescript": "5.1.6",
|
|
"universal-cookie": "^4.0.4",
|
|
"yup": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.3"
|
|
}
|
|
}
|