{
  "version": "0.1.16",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "@thenewboston/ui",
  "description": "UI Library for the thenewboston community",
  "keywords": [
    "thenewboston"
  ],
  "homepage": "https://github.com/thenewboston-developers/ui-js",
  "author": "thenewboston",
  "module": "dist/ui.esm.js",
  "size-limit": [
    {
      "path": "dist/ui.cjs.production.min.js",
      "limit": "15 KB"
    },
    {
      "path": "dist/ui.esm.js",
      "limit": "30 KB"
    }
  ],
  "devDependencies": {
    "@babel/core": "^7.12.13",
    "@size-limit/preset-small-lib": "^4.9.2",
    "@storybook/addon-essentials": "^6.1.17",
    "@storybook/addon-info": "^5.3.21",
    "@storybook/addon-links": "^6.1.17",
    "@storybook/addons": "^6.1.17",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react": "^6.1.17",
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/react": "^11.2.5",
    "@testing-library/user-event": "^12.6.3",
    "@types/qrcode": "^1.4.0",
    "@types/react": "^17.0.1",
    "@types/react-dom": "^17.0.0",
    "autoprefixer": "^9.8.6",
    "babel-loader": "^8.2.2",
    "clsx": "^1.1.1",
    "css-loader": "^5.0.1",
    "cssnano": "^4.1.10",
    "husky": "^4.3.8",
    "identity-obj-proxy": "^3.0.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-is": "^17.0.1",
    "rollup-plugin-postcss": "^4.0.0",
    "sass": "^1.32.6",
    "sass-loader": "^7.3.1",
    "size-limit": "^4.9.2",
    "style-loader": "^2.0.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.1.0",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@thenewboston/utils": "^1.0.0",
    "mdi-react": "^7.4.0",
    "qrcode": "^1.4.4"
  }
}
