{
    "name": "@rajeh/create-next-ts",
    "version": "1.5.0",
    "author": "Basheer Rajeh <muhammadbasheerrajeh@hotmail.com> (https://github.com/BasheerRajeh)",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/BasheerRajeh/create-next-ts"
    },
    "bin": "./bin/cli.js",
    "scripts": {
        "build": "next build",
        "build-storybook": "storybook build",
        "dev": "next dev --turbo",
        "format": "prettier -w .",
        "lint": "eslint .",
        "lint:fix": "eslint --fix .",
        "prepare": "husky install",
        "start": "next start",
        "storybook": "storybook dev -p 6006",
        "type-check": "tsc --noEmit"
    },
    "dependencies": {
        "@radix-ui/react-scroll-area": "^1.0.5",
        "@tailwindcss/typography": "^0.5.10",
        "@types/node": "20.11.17",
        "@types/react": "18.2.55",
        "@types/react-dom": "18.2.19",
        "autoprefixer": "10.4.17",
        "class-variance-authority": "^0.7.0",
        "clsx": "^2.1.0",
        "lucide-react": "^0.323.0",
        "next": "14.1.0",
        "next-themes": "^0.2.1",
        "postcss": "8.4.35",
        "react": "18.2.0",
        "react-dom": "18.2.0",
        "react-responsive": "^9.0.2",
        "tailwind-merge": "^2.2.1",
        "tailwindcss": "3.4.1",
        "tailwindcss-animate": "^1.0.7",
        "typescript": "5.3.3"
    },
    "devDependencies": {
        "@commitlint/cli": "^18.6.0",
        "@commitlint/config-conventional": "^18.6.0",
        "@storybook/addon-essentials": "^7.6.14",
        "@storybook/addon-interactions": "^7.6.14",
        "@storybook/addon-links": "^7.6.14",
        "@storybook/addon-onboarding": "^1.0.11",
        "@storybook/blocks": "^7.6.14",
        "@storybook/nextjs": "^7.6.14",
        "@storybook/react": "^7.6.14",
        "@storybook/testing-library": "^0.2.2",
        "config-eslint": "^1.0.3",
        "config-prettier": "^0.3.0",
        "eslint": "^8.56.0",
        "eslint-config-next": "^14.1.0",
        "eslint-config-rajeh": "^0.3.0",
        "eslint-plugin-storybook": "^0.6.15",
        "husky": "^9.0.10",
        "lint-staged": "^15.2.2",
        "storybook": "^7.6.14"
    },
    "lint-staged": {
        "*.{js,jsx,ts,tsx}": [
            "eslint"
        ],
        "*.{json,css,scss,md,mdx,js,jsx,ts,tsx,cjs,mjs}": [
            "prettier -c"
        ]
    },
    "prettier": "config-prettier"
}