mirror of
https://github.com/ershisan99/inctagram-live-2024-08-30.git
synced 2025-12-16 12:33:25 +00:00
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "inctagram-live-2024-08-30",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"sb": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^5.0.20",
|
|
"@hookform/resolvers": "^3.9.0",
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
"@radix-ui/react-select": "^2.1.1",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@reduxjs/toolkit": "^2.2.7",
|
|
"@types/react-timeago": "^4.1.7",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.439.0",
|
|
"next": "14.2.7",
|
|
"next-redux-wrapper": "^8.1.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "^7.53.0",
|
|
"react-redux": "^9.1.2",
|
|
"react-timeago": "^7.2.0",
|
|
"tailwind-merge": "^2.5.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "1.8.0",
|
|
"@storybook/addon-essentials": "^8.2.9",
|
|
"@storybook/addon-interactions": "^8.2.9",
|
|
"@storybook/addon-links": "^8.2.9",
|
|
"@storybook/addon-onboarding": "^8.2.9",
|
|
"@storybook/blocks": "^8.2.9",
|
|
"@storybook/nextjs": "^8.2.9",
|
|
"@storybook/react": "^8.2.9",
|
|
"@storybook/test": "^8.2.9",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.7",
|
|
"eslint-plugin-storybook": "^0.8.0",
|
|
"postcss": "^8",
|
|
"prettier": "^3.3.3",
|
|
"storybook": "^8.2.9",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|