{
  "name": "datamynt-ui-library",
  "version": "5.0.0",
  "description": "Datamynt Ui Library",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "build": "NODE_ENV=production npx tailwindcss build ./src/tailwind.css -o ./tailwind_output.css && rollup -c && node buildUsedCssClassesFile.js",
    "prepare": "husky install",
    "chromatic": "npx chromatic",
    "lint": "eslint --fix src/*",
    "yalc:push": "yarn build && yalc push --changed"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DataMynt1/dm-storybook.git"
  },
  "keywords": [
    "byob",
    "crypto",
    "datamynt",
    "dashboard",
    "ui",
    "components"
  ],
  "author": "Toni Bardina",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DataMynt1/dm-storybook/issues"
  },
  "homepage": "https://github.com/DataMynt1/dm-storybook#readme",
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.16.4",
    "@babel/preset-react": "^7.16.0",
    "@babel/preset-typescript": "^7.16.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@storybook/addon-actions": "^6.4.14",
    "@storybook/addon-essentials": "^6.4.14",
    "@storybook/addon-interactions": "^6.4.14",
    "@storybook/addon-links": "^6.4.14",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/jest": "^0.0.5",
    "@storybook/react": "^6.4.14",
    "@types/date-fns": "^2.6.0",
    "@types/intl-tel-input": "^17.0.4",
    "@types/react": "^17.0.19",
    "@types/react-calendar": "^3.4.3",
    "@types/uuid": "^8.3.1",
    "@typescript-eslint/eslint-plugin": "^4.32.0",
    "@typescript-eslint/parser": "^4.32.0",
    "autoprefixer": "^10.3.3",
    "babel-jest": "^27.3.1",
    "babel-loader": "^8.2.2",
    "cross-env": "^7.0.3",
    "eslint": "^7.32.0",
    "eslint-plugin-react": "^7.26.1",
    "eslint-plugin-storybook": "^0.5.6",
    "husky": "^7.0.2",
    "jest": "^27.0.6",
    "lint-staged": "^11.1.2",
    "postcss": "^8.3.6",
    "prettier": "^2.4.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-test-renderer": "^17.0.2",
    "rollup": "^2.56.3",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.1",
    "rollup-plugin-typescript2": "^0.30.0",
    "tailwindcss": "^2.2.9",
    "typescript": "^4.4.2"
  },
  "peerDependencies": {
    "chart.js": "^3.6.0",
    "date-fns": "^2.27.0",
    "react": "^18.2.0",
    "react-calendar": "^3.5.0",
    "react-dom": "^18.2.0",
    "react-icons": "^4.2.0",
    "react-input-verification-code": "^0.7.2",
    "react-phone-input-2": "^2.14.0"
  },
  "dependencies": {
    "@storybook/testing-library": "^0.0.8",
    "@types/jest": "25.1.0",
    "chart.js": "^3.6.0",
    "date-fns": "^2.27.0",
    "react-calendar": "^3.5.0",
    "react-content-loader": "^6.2.0",
    "react-icons": "^4.2.0",
    "react-input-verification-code": "^0.7.2",
    "react-phone-input-2": "^2.14.0",
    "react-responsive": "^9.0.0-beta.6",
    "tailwind-scrollbar-hide": "^1.1.5"
  },
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown",
    "./src/**/*.{js,ts,tsx,jsx,mjs}": "yarn lint"
  }
}
