{
  "name": "@sentrei/ui",
  "version": "4.119.2",
  "homepage": "https://sentrei.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/sentrei/sentrei.git",
    "directory": "packages/ui"
  },
  "license": "MIT",
  "author": "Shun Kakinoki",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "build-storybook -o out",
    "clean": "yarn run clean:dist && yarn run clean:tsbuildinfo",
    "clean:dist": "rimraf dist",
    "clean:tsbuildinfo": "rimraf tsconfig*tsbuildinfo",
    "deploy": "yarn run deploy:staging-storybook && yarn run deploy:storybook",
    "deploy:staging-storybook": "firebase deploy --only hosting:staging-ui",
    "deploy:storybook": "firebase deploy --only hosting:ui",
    "dev": "start-storybook -p 6006",
    "jest": "jest --coverage",
    "reg": "reg-suit run",
    "staging:ui": "firebase use master && yarn run deploy:staging-storybook",
    "storycap": "storycap --serverCmd 'start-storybook -p 9001' http://localhost:9001 --serverTimeout 120000",
    "test": "yarn run jest",
    "tsc": "tsc --p tsconfig.build.json",
    "typescript": "yarn run clean && yarn run tsc",
    "ui": "firebase use master && yarn run deploy",
    "watch": "yarn run tsc -w --preserveWatchOutput"
  },
  "dependencies": {
    "@material-ui/core": "^4.9.10",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "^4.0.0-alpha.53",
    "@nandorojo/swr-firestore": "^0.9.0-alpha.1",
    "@sentrei/common": "*",
    "@sentry/browser": "^5.18.1",
    "@types/classnames": "^2.2.10",
    "@types/next": "^9.0.0",
    "@types/react": "^16.9.41",
    "@types/react-scrollspy": "^3.3.2",
    "@types/styled-components": "^5.1.0",
    "@types/yup": "^0.29.0",
    "classnames": "^2.2.6",
    "firebase": "^7.15.5",
    "next": "^9.4.4",
    "next-translate": "^0.17.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-hook-form": "^5.7.2",
    "react-intersection-observer": "^8.26.2",
    "react-parallax-tilt": "^1.4.53",
    "react-particles-js": "^3.2.1",
    "react-rough-notation": "^0.0.11",
    "react-scrollspy": "^3.4.2",
    "react-spring": "^9.0.0-rc.2",
    "react-typist": "^2.0.5",
    "react-use-gesture": "^7.0.15",
    "react-useanimations": "^1.2.13",
    "styled-components": "^5.1.0",
    "yup": "^0.29.0"
  },
  "devDependencies": {
    "@babel/core": "^7.10.3",
    "@storybook/addon-actions": "^5.3.18",
    "@storybook/addon-console": "^1.2.1",
    "@storybook/addon-info": "^5.3.18",
    "@storybook/addon-knobs": "^5.3.18",
    "@storybook/addon-links": "^5.3.18",
    "@storybook/addon-storysource": "^5.3.18",
    "@storybook/addon-viewport": "^5.3.18",
    "@storybook/addons": "^5.3.18",
    "@storybook/cli": "^5.3.18",
    "@storybook/react": "^5.3.18",
    "@testing-library/jest-dom": "^5.5.0",
    "@testing-library/react": "^10.4.3",
    "@testing-library/react-hooks": "^3.2.1",
    "@types/enzyme": "^3.10.5",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/storybook__addon-actions": "^5.2.1",
    "@types/storybook__addon-info": "^5.2.1",
    "@types/storybook__addon-knobs": "^5.2.1",
    "@types/storybook__addon-links": "^5.2.1",
    "@types/storybook__addon-viewport": "^5.2.1",
    "@types/storybook__react": "^5.2.1",
    "babel-loader": "^8.1.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "enzyme-to-json": "^3.4.4",
    "jest": "^26.1.0",
    "react-docgen-typescript-loader": "^3.7.2",
    "reg-notify-github-plugin": "^0.8.5",
    "reg-publish-gcs-plugin": "^0.10.2",
    "reg-simple-keygen-plugin": "^0.7.25",
    "reg-suit": "^0.10.2",
    "rimraf": "^3.0.2",
    "storycap": "^2.3.5",
    "ts-jest": "^26.1.1",
    "ts-loader": "^7.0.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "5915ac673cb6ddfe6cd4b6b93a8f71f6337aa24e"
}
