52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "tca",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@headlessui/react": "^2.1.2",
|
|
"@reduxjs/toolkit": "^2.2.7",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"@types/node": "^22.4.0",
|
|
"@types/react": "18.3.10",
|
|
"@types/react-dom": "^18.3.0",
|
|
"axios": "^1.11.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-next": "14.2.13",
|
|
"formik": "^2.4.6",
|
|
"i18next": "^23.13.0",
|
|
"next": "14.2.13",
|
|
"ni18n": "^1.0.5",
|
|
"react": "18.3.1",
|
|
"react-animate-height": "^3.1.0",
|
|
"react-dom": "18.3.1",
|
|
"react-i18next": "^15.0.2",
|
|
"react-perfect-scrollbar": "^1.5.8",
|
|
"react-popper": "^2.3.0",
|
|
"react-quill": "^2.0.0",
|
|
"react-redux": "^9.1.2",
|
|
"sweetalert2": "^11.22.2",
|
|
"typescript": "^5.3.3",
|
|
"universal-cookie": "^7.2.0",
|
|
"yet-another-react-lightbox": "^3.25.0",
|
|
"yup": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"@types/lodash": "^4.17.10",
|
|
"@types/react-redux": "^7.1.32",
|
|
"autoprefixer": "^10.4.17",
|
|
"postcss": "^8.4.35",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
}
|