{
    "name": "opize-design-system",
    "version": "1.5.3",
    "license": "MIT",
    "description": "Opize Design System",
    "author": "Opize <hello@opize.me> (https://opize.me)",
    "type": "module",
    "types": "./dist/index.d.ts",
    "main": "./dist/index.cjs.js",
    "module": "./dist/index.es.js",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.es.js",
            "require": "./dist/index.cjs.js"
        }
    },
    "scripts": {
        "dev": "vite",
        "build": "tsc && vite build",
        "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
        "preview": "vite preview",
        "storybook": "storybook dev -p 6006 --ci",
        "build-storybook": "storybook build -o storybook-static"
    },
    "devDependencies": {
        "@phosphor-icons/react": "^2.0.10",
        "@storybook/addon-essentials": "^7.6.6",
        "@storybook/addon-interactions": "^7.6.6",
        "@storybook/addon-links": "^7.6.6",
        "@storybook/addon-mdx-gfm": "^7.6.6",
        "@storybook/addon-onboarding": "^1.0.10",
        "@storybook/addon-storysource": "^7.6.6",
        "@storybook/addon-styling": "^1.3.7",
        "@storybook/blocks": "^7.6.6",
        "@storybook/react": "^7.6.6",
        "@storybook/react-vite": "^7.6.6",
        "@storybook/testing-library": "^0.2.2",
        "@swc/core": "^1.3.75",
        "@types/react": "^18.2.15",
        "@types/react-dom": "^18.2.7",
        "@types/react-syntax-highlighter": "^15.5.7",
        "@typescript-eslint/eslint-plugin": "^6.0.0",
        "@typescript-eslint/parser": "^6.0.0",
        "@vitejs/plugin-react-swc": "^3.3.2",
        "eslint": "^8.45.0",
        "eslint-import-resolver-typescript": "^3.6.0",
        "eslint-plugin-import": "latest",
        "eslint-plugin-react-hooks": "^4.6.0",
        "eslint-plugin-react-refresh": "^0.4.3",
        "eslint-plugin-storybook": "^0.6.15",
        "react": "^18.2.0",
        "react-docgen-typescript-plugin": "^1.0.5",
        "react-dom": "^18.2.0",
        "storybook": "^7.6.6",
        "storybook-addon-react-docgen": "^1.2.44",
        "storybook-addon-swc": "^1.2.0",
        "storybook-dark-mode": "^3.0.3",
        "styled-components": "^6.0.7",
        "typescript": "^5.0.2",
        "vite": "^4.4.5",
        "vite-plugin-dts": "^3.5.2",
        "vite-tsconfig-paths": "^4.2.0"
    },
    "peerDependencies": {
        "@phosphor-icons/react": "^2.0.10",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "styled-components": "^6.0.7"
    },
    "dependencies": {
        "react-syntax-highlighter": "^15.5.0"
    },
    "resolutions": {
        "jackspeak": "2.1.1"
    }
}
