{
  "name": "@bigcommerce/big-design",
  "version": "2.4.1",
  "sideEffects": false,
  "main": "dist/cjs/index.js",
  "author": "BigCommerce Inc",
  "repository": {
    "type": "git",
    "url": "https://github.com/bigcommerce/big-design.git",
    "directory": "packages/big-design"
  },
  "license": "(MIT AND CC-BY-3.0)",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "prettier": "@bigcommerce/eslint-config/prettier",
  "dependencies": {
    "@babel/runtime": "^7.26.10",
    "@popperjs/core": "^2.11.6",
    "@types/react-datepicker": "^7.0.0",
    "date-fns": "4.1.0",
    "downshift": "9.0.10",
    "focus-trap": "^7.6.4",
    "polished": "^4.3.1",
    "react-beautiful-dnd": "^13.1.1",
    "react-datepicker": "^7.3.0",
    "react-intersection-observer": "^10.0.0",
    "react-popper": "^2.3.0",
    "zustand": "^5.0.9",
    "@bigcommerce/big-design-icons": "^1.9.0",
    "@bigcommerce/big-design-theme": "^1.3.0"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "styled-components": "^5.3.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.0",
    "@babel/plugin-transform-runtime": "^7.28.5",
    "@babel/preset-env": "^7.29.0",
    "@babel/preset-react": "^7.28.5",
    "@babel/preset-typescript": "^7.27.1",
    "@styled/typescript-styled-plugin": "^1.0.1",
    "@swc/core": "^1.15.3",
    "@swc/jest": "^0.2.39",
    "@swc/plugin-styled-components": "^12.0.1",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.4",
    "@types/react": "^18.2.73",
    "@types/react-beautiful-dnd": "^13.1.8",
    "@types/react-dom": "^18.2.23",
    "@types/styled-components": "^5.1.34",
    "babel-jest": "^30.2.0",
    "babel-plugin-styled-components": "^2.0.7",
    "eslint": "^8.33.0",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jest-fail-on-console": "^3.3.1",
    "jest-styled-components": "^7.1.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "styled-components": "^5.3.11",
    "typescript": "^5.9.3",
    "@bigcommerce/configs": "^1.0.1",
    "@bigcommerce/pack": "^0.2.0"
  },
  "access": "public",
  "module": "dist/es/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "pnpm run build:cjs && pnpm run build:es && pnpm run build:dt",
    "build:cjs": "NODE_ENV=production BABEL_ENV=cjs babel --extensions \".ts,.tsx\" ./src --out-dir ./dist/cjs",
    "build:es": "NODE_ENV=production BABEL_ENV=es babel --extensions \".ts,.tsx\" ./src --out-dir ./dist/es",
    "build:dt": "tsc -p tsconfig.declarations.json --emitDeclarationOnly",
    "lint": "eslint . --max-warnings 0",
    "test": "jest",
    "test:watch": "pnpm run test --watch",
    "typecheck": "tsc --noEmit"
  }
}