47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "crm-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^8.2.1",
|
|
"@mantine/dates": "^8.2.1",
|
|
"@mantine/dropzone": "^8.2.1",
|
|
"@mantine/form": "^8.2.1",
|
|
"@mantine/hooks": "^8.2.1",
|
|
"@mantine/modals": "^8.2.1",
|
|
"@mantine/notifications": "^8.2.1",
|
|
"@reduxjs/toolkit": "^2.8.2",
|
|
"@tabler/icons-react": "^3.34.1",
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@tanstack/react-query": "^5.83.0",
|
|
"dayjs": "^1.11.13",
|
|
"lodash": "^4.17.21",
|
|
"next": "15.3.3",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-redux": "^9.2.0",
|
|
"tailwind-preset-mantine": "^2.1.0",
|
|
"tailwindcss": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4",
|
|
"@types/node": "22.13.11",
|
|
"@types/react": "19.0.12",
|
|
"@types/react-dom": "19.0.4",
|
|
"eslint": "9.23.0",
|
|
"eslint-config-next": "15.2.3",
|
|
"postcss": "^8.5.3",
|
|
"postcss-preset-mantine": "1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "3.6.2",
|
|
"typescript": "5.8.2"
|
|
},
|
|
"packageManager": "yarn@4.9.2"
|
|
}
|