JaBa/dashboard/package.json

55 lines
1.5 KiB
JSON
Raw Normal View History

2024-05-29 22:23:20 +05:00
{
"name": "dashboard",
"version": "1.2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.0.1",
"@chakra-ui/form-control": "^2.0.0",
"@chakra-ui/icon": "^3.0.0",
"@chakra-ui/layout": "^2.0.0",
"@chakra-ui/menu": "^2.1.8",
"@chakra-ui/react": "^2.4.0",
"@chakra-ui/spinner": "^2.0.0",
"@chakra-ui/styled-system": "^2.0.0",
"@chakra-ui/system": "^2.0.0",
"@chakra-ui/theme-tools": "^2.0.0",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "^2.9.11",
"@tanstack/react-query": "^4.2.3",
"apexcharts": "^3.36.3",
"chakra-react-select": "^4.4.2",
"cookies-next": "^2.1.1",
"deepmerge-ts": "^4.2.2",
"framer-motion": "^6.0.0",
"next": "^13.2.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-calendar": "^3.7.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.0.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.2",
"react-icons": "^4.3.1",
"zod": "^3.20.6",
"zustand": "^4.4.6"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@types/node": "16.11.7",
"@types/react": "^18.0.0",
"@types/react-calendar": "^3.5.2",
"@types/react-dom": "^18.0.0",
"eslint": "^8.0.0",
"eslint-config-next": "^13.2.1",
"eslint-config-prettier": "8.1.0",
"prettier": "^2.6.2",
"typescript": "^4.8.2"
}
}