{
  "name": "@earnest/nucleus",
  "version": "0.2.16",
  "description": "The Nucleus Design System by Earnest",
  "license": "ISC",
  "type": "module",
  "contributors": [
    {
      "name": "Matt Stvartak",
      "email": "matt.stvartak@earnest.com",
      "url": "https://github.com/mattstvartak"
    },
    {
      "name": "Wilson Parson",
      "email": "wilson.parson@earnest.com",
      "url": "https://github.com/wilsonparson"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meetearnest/nucleus.git"
  },
  "bugs": {
    "url": "https://github.com/meetearnest/nucleus/issues"
  },
  "homepage": "https://github.com/meetearnest/nucleus#readme",
  "files": [
    "dist"
  ],
  "main": "./dist/nucleus.umd.cjs",
  "module": "./dist/nucleus.es.js",
  "exports": {
    ".": {
      "import": "./dist/nucleus.es.js",
      "require": "./dist/nucleus.umd.cjs"
    }
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "vite",
    "test": "vitest",
    "build": "vite build && tsc --emitDeclarationOnly",
    "preview": "vite preview",
    "storybook": "start-storybook -p 6006 && node --trace-warnings",
    "build-tokens": "node ./scripts/build-tokens.js",
    "build-fresh": "rm -rf ./dist && yarn cache clean && vite build && tsc"
  },
  "dependencies": {
    "@radix-ui/react-dialog": "^1.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "styled-components": "^5.3.5"
  },
  "devDependencies": {
    "@babel/core": "^7.17.8",
    "@react-theming/storybook-addon": "^1.1.6",
    "@storybook/addon-a11y": "^6.5.9",
    "@storybook/addon-actions": "^6.5.9",
    "@storybook/addon-essentials": "^6.5.9",
    "@storybook/addon-interactions": "^6.5.9",
    "@storybook/addon-links": "^6.5.9",
    "@storybook/addon-storysource": "^6.5.12",
    "@storybook/builder-vite": "^0.1.37",
    "@storybook/react": "^6.5.9",
    "@storybook/testing-library": "^0.0.13",
    "@types/styled-components": "^5.1.25",
    "babel-loader": "^8.2.5",
    "csstype": "^3.1.1",
    "prettier": "^2.7.1",
    "typescript": "^4.6.3",
    "vite": "^3.2.2",
    "vite-plugin-dts": "^1.4.1",
    "vitest": "^0.23.2"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "styled-components": "^5.3.5"
  }
}
