{
  "name": "@514labs/design-system",
  "version": "0.3.412",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@radix-ui/react-accordion": "^1.1.2",
    "@radix-ui/react-avatar": "^1.0.4",
    "@radix-ui/react-dropdown-menu": "^2.0.6",
    "@radix-ui/react-hover-card": "^1.0.7",
    "@radix-ui/react-separator": "^1.0.3",
    "@radix-ui/react-slot": "^1.0.2",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.0",
    "@514labs/event-capture": "0.3.412",
    "gsap": "file:gsap-bonus.tgz",
    "lucide-react": "^0.359.0",
    "mixpanel": "^0.18.0",
    "next": "14.2.4",
    "next-themes": "^0.2.1",
    "react": "^18",
    "react-dom": "^18",
    "tailwindcss": "^3.4.1",
    "tailwind-merge": "^2.2.2",
    "tailwindcss-animate": "^1.0.7"
  },
  "devDependencies": {
    "@headlessui/react": "^1.7.18",
    "@heroicons/react": "^2.1.1",
    "@sentry/nextjs": "^7.106.0",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "autoprefixer": "^10.0.1",
    "eslint": "^8",
    "eslint-config-next": "14.1.3",
    "postcss": "^8",
    "typescript": "^5"
  },
  "exports": {
    "./globals.css": "./globals.css",
    "./postcss.config": "./postcss.config.js",
    "./tailwind.config": "./tailwind.config.ts",
    "./components": "./components/index.tsx",
    "./trackable-components": "./components/trackable-components.tsx",
    "./components/containers": "./components/containers/page-containers.tsx",
    "./typography": "./components/typography/standard.tsx",
    "./typography/animated": "./components/typography/animated.tsx",
    "./animation": {
      "require": "./lib/animation-helpers.js",
      "types": "./types/design-system.d.ts",
      "default": "./lib/animation-helpers.js"
    },
    "./utils": "./lib/utils.ts"
  }
}