{
  "name": "@tecuity/granite-ui",
  "version": "0.6.0",
  "description": "Accessibility-first, foundational, component library for React",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "engines": {
    "node": ">=10"
  },
  "peerDependencies": {
    "@emotion/core": ">=10.0.0",
    "@emotion/react": ">=11.4.0",
    "@emotion/styled": ">=10.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "scripts": {
    "build": "rollup -c",
    "start": "rollup -c -w",
    "test": "node scripts/test.js ./src --onlyChanged",
    "test:ci": "node scripts/test.js ./src --watchAll=false",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "ci-deploy": "shx cp -f package.json dist/ && shx cd dist/ && npm publish && shx cd ..",
    "prettier": "npx prettier --write \"**/*.{ts,tsx,js}\"",
    "release": "npx np",
    "release:patch": "npx np patch",
    "release:minor": "npx np minor",
    "release:major": "npx np major",
    "postversion": "shx cp -f package.json dist/"
  },
  "np": {
    "yarn": false,
    "contents": "dist",
    "testScript": "test:ci"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tecuity/granite-ui.git"
  },
  "keywords": [
    "react",
    "accessibility",
    "components"
  ],
  "author": "@tecuity",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tecuity/granite-ui/issues"
  },
  "jest": {
    "setupFiles": [
      "./jestSetup.js"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest",
      "\\.svg$": "<rootDir>/config/jest/fileTransform.js",
      "^.+\\.tsx?$": "ts-jest"
    }
  },
  "homepage": "https://github.com/tecuity/granite-ui#readme",
  "devDependencies": {
    "@babel/core": "^7.11.4",
    "@babel/plugin-proposal-export-default-from": "^7.10.4",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "@emotion/babel-preset-css-prop": "^10.0.27",
    "@emotion/core": ">=10.0.0",
    "@emotion/react": "^11.13.3",
    "@emotion/styled": "^10.3.0",
    "@rollup/plugin-babel": "^5.2.0",
    "@rollup/plugin-commonjs": "^15.0.0",
    "@rollup/plugin-multi-entry": "^4.0.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@rollup/plugin-typescript": "^8.2.1",
    "@rollup/plugin-url": "^6.0.0",
    "@rollup/plugin-virtual": "^2.0.3",
    "@storybook/addon-actions": "^6.0.19",
    "@storybook/addon-essentials": "^6.0.19",
    "@storybook/addon-links": "^6.0.19",
    "@storybook/react": "^6.0.28",
    "@testing-library/dom": "^7.24.3",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.0.4",
    "@testing-library/user-event": "^12.1.6",
    "@types/jest": "^26.0.23",
    "@types/jest-axe": "^3.5.1",
    "@types/lodash": "^4.14.170",
    "@types/react": "^17.0.5",
    "@types/tinycolor2": "^1.4.2",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "add": "^2.0.6",
    "awesome-typescript-loader": "^5.2.1",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "babel-polyfill": "^6.26.0",
    "cross-env": "^7.0.2",
    "emotion-theming": "^10.3.0",
    "eslint": "^6.8.0",
    "eslint-config-react-app": "^5.2.1",
    "eslint-plugin-flowtype": "^4.7.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-react-hooks": "^2.5.1",
    "jest": "^26.4.2",
    "jest-axe": "^4.0.0",
    "normalize.css": "^8.0.1",
    "np": "^7.2.0",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "postcss-nested": "^4.2.3",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-is": "^16.13.1",
    "react-scripts": "^3.4.3",
    "rollup": "^2.26.5",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.3",
    "rollup-plugin-postcss": "^3.1.6",
    "rollup-plugin-typescript2": "^0.30.0",
    "shx": "^0.3.3",
    "ts-jest": "^26.5.5",
    "tslib": "^1.13.0",
    "typescript": "^4.2.4",
    "yarn": "^1.22.10"
  },
  "dependencies": {
    "@mui/material": "^5.4.1",
    "@mui/styles": "^5.8.4",
    "@mui/system": "^5.4.1",
    "@mui/x-data-grid": "^5.17.26",
    "@reach/auto-id": "^0.11.2",
    "@tecuity/sos-icons": "^1.1.7",
    "@types/react-datepicker": "^4.1.3",
    "clsx": "^1.1.1",
    "date-fns": "^2.22.1",
    "downshift": "^6.1.3",
    "focus-trap-react": "^8.4.1",
    "lodash": "^4.17.20",
    "material-icons": "^1.10.1",
    "material-ui": "^0.20.2",
    "react-datepicker": "^4.25.0",
    "react-portal": "^4.2.1",
    "react-show": "^3.0.4",
    "tinycolor2": "^1.4.1"
  }
}
