{
  "name": "@bigcommerce/big-design-theme",
  "version": "0.19.2",
  "sideEffects": false,
  "main": "dist/cjs/index.js",
  "license": "(MIT AND CC-BY-3.0)",
  "author": "BigCommerce Inc",
  "repository": {
    "type": "git",
    "url": "https://github.com/bigcommerce/big-design.git",
    "directory": "packages/big-design-theme"
  },
  "scripts": {
    "build": "yarn run build:cjs && yarn run build:es && yarn 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",
    "prepublishOnly": "rimraf dist && yarn run typeCheck && yarn run test && yarn run build",
    "prepack": "big-design-prepack",
    "postpack": "big-design-postpack",
    "test": "BABEL_ENV=test jest",
    "test:watch": "yarn run test --watch",
    "typeCheck": "tsc --noEmit"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "main": "dist/cjs/index.js",
    "module": "dist/es/index.js",
    "typings": "dist/index.d.ts"
  },
  "dependencies": {
    "@babel/runtime": "^7.15.4",
    "polished": "^4.0.0"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "styled-components": "^5.3.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.15.4",
    "@babel/core": "^7.15.5",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-react": "^7.12.1",
    "@babel/preset-typescript": "^7.15.0",
    "@bigcommerce/configs": "^0.18.0",
    "@bigcommerce/pack": "^0.2.0",
    "@types/jest": "^29.4.0",
    "@types/styled-components": "^5.1.26",
    "babel-jest": "^29.0.2",
    "babel-plugin-styled-components": "^2.0.7",
    "jest": "^29.0.3",
    "jest-environment-jsdom": "^29.4.1",
    "jest-fail-on-console": "^3.1.1",
    "jest-styled-components": "^7.1.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^5.0.0",
    "styled-components": "^5.3.5",
    "typescript": "^4.4.3",
    "typescript-styled-plugin": "^0.18.2"
  },
  "gitHead": "87f6d6971a7af91808067876f00d0b61a9a71c27",
  "access": "public",
  "module": "dist/es/index.js",
  "typings": "dist/index.d.ts"
}