JaBa/dashboard/package.json

59 lines
1.6 KiB
JSON
Raw Normal View History

2024-05-29 22:23:20 +05:00
{
2024-07-13 15:43:14 +05:00
"name": "nohi-dashboard",
"version": "0.1.0",
"license": "MIT",
"author": "Fuma Nama (https://github.com/fuma-nama)",
"maintainers": [
"FileEditor97 (https://github.com/fileeditor97)"
],
2024-05-29 22:23:20 +05:00
"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",
2024-07-13 15:43:14 +05:00
"@hookform/resolvers": "^3.9.0",
"@tanstack/react-query": "^5.50.1",
2024-05-29 22:23:20 +05:00
"apexcharts": "^3.36.3",
"chakra-react-select": "^4.4.2",
"cookies-next": "^2.1.1",
2024-07-13 15:43:14 +05:00
"deepmerge-ts": "^7.0.3",
"framer-motion": "^11.0.0",
"next": "^14.2.4",
2024-05-29 22:23:20 +05:00
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
2024-07-13 15:43:14 +05:00
"react-calendar": "^5.0.0",
2024-05-29 22:23:20 +05:00
"react-colorful": "^5.6.1",
"react-dom": "^18.0.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.2",
2024-07-13 15:43:14 +05:00
"react-icons": "^5.2.1",
2024-05-29 22:23:20 +05:00
"zod": "^3.20.6",
"zustand": "^4.4.6"
},
"devDependencies": {
"@babel/core": "^7.21.0",
2024-07-13 15:43:14 +05:00
"@types/node": "20.14.10",
2024-05-29 22:23:20 +05:00
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"eslint": "^8.0.0",
2024-07-13 15:43:14 +05:00
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "9.1.0",
"prettier": "^3.3.2",
"typescript": "^5.5.3"
2024-05-29 22:23:20 +05:00
}
}