shx/packages/dashboard/package.json

58 lines
1.6 KiB
JSON

{
"name": "dashboard",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@hookform/resolvers": "^3.1.0",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "20.2.3",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"eslint": "8.41.0",
"eslint-config-next": "13.4.5",
"github-markdown-css": "^5.2.0",
"install": "^0.13.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.221.0",
"next": "^13.4.7",
"next-auth": "^4.22.1",
"npm": "^9.7.2",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"react-hot-toast": "^2.4.1",
"showdown": "^2.1.0",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.22",
"@storybook/addon-interactions": "^7.0.20",
"@storybook/addon-links": "^7.0.17",
"@storybook/blocks": "^7.0.17",
"@storybook/nextjs": "^7.0.22",
"@storybook/react": "^7.0.17",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/js-cookie": "^3.0.3",
"@types/showdown": "^2.0.1",
"eslint-plugin-storybook": "^0.6.12",
"storybook": "^7.0.17"
}
}