{
  "name": "@veeqo/components",
  "version": "6.1.1",
  "description": "veeqo react components",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "npm run jest && npm run lint",
    "test:watch": "npm run jest --watch",
    "lint": "eslint --quiet lib/* --ext .ts,.tsx",
    "lint:fix": "eslint --quiet lib/* --ext .ts,.tsx --fix",
    "jest": "jest",
    "build": "npm run test && npm run rollup-build",
    "emit-declarations": "tsc --declaration --emitDeclarationOnly && tsc-alias -p tsconfig.json",
    "rollup-build": "rollup -c --environment BUILD:production --silent",
    "dev": "start-storybook -p $PORT",
    "storybook": "start-storybook -p 6006",
    "storybook:build": "npm test && build-storybook --quiet -c .storybook -o ./public",
    "prepublishOnly": "npm test && npm run rollup-build && npm run emit-declarations",
    "build-storybook": "build-storybook",
    "playroom:start": "playroom start",
    "playroom:build": "playroom build",
    "test-storybook": "test-storybook"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/veeqo/veeqo-frontend.git"
  },
  "keywords": [
    "veeqo",
    "components",
    "react",
    "ui",
    "library"
  ],
  "author": "andrewkiri",
  "license": "ISC",
  "files": [
    "dist",
    "lib"
  ],
  "bugs": {
    "url": "https://github.com/veeqo/veeqo-frontend/issues"
  },
  "homepage": "https://github.com/veeqo/veeqo-frontend/packages/components#readme",
  "dependencies": {
    "@popperjs/core": "~2.9.2",
    "classnames": "^2.2.6",
    "date-fns": "^2.16.1",
    "date-fns-tz": "~1.1.4",
    "dayjs": "^1.8.34",
    "framer-motion": "^3.0.0",
    "lodash": "^4.17.21",
    "nanoid": "^2.1.11",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-datepicker": "^3.3.0",
    "react-datepicker-configurable": "^1.1.1",
    "react-dnd": "^7.7.0",
    "react-popper": "~2.2.5",
    "react-scrolllock-configurable": "^4.0.5",
    "react-sortable-tree": "^2.7.1",
    "react-transition-group": "^4.3.0",
    "react-use": "^14.0.0",
    "resize-observer-polyfill": "^1.5.1",
    "styled-components": "^5.1.1",
    "@veeqo/ui": "~0.1.19"
  },
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-transform-react-jsx": "^7.7.7",
    "@babel/preset-env": "^7.7.7",
    "@babel/preset-react": "^7.7.4",
    "@babel/runtime": "~7.14.0",
    "@material-ui/core": "^4.8.3",
    "@material-ui/icons": "^4.5.1",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^18.1.0",
    "@rollup/plugin-node-resolve": "^6.0.0",
    "@rollup/plugin-typescript": "^2.0.1",
    "@storybook/addon-a11y": "^6.5.12",
    "@storybook/addon-actions": "^6.5.12",
    "@storybook/addon-essentials": "^6.5.12",
    "@storybook/addon-interactions": "~6.5.12",
    "@storybook/addon-links": "^6.5.12",
    "@storybook/addons": "^6.5.12",
    "@storybook/builder-webpack5": "^6.5.12",
    "@storybook/jest": "~0.0.10",
    "@storybook/manager-webpack5": "^6.5.12",
    "@storybook/react": "^6.5.12",
    "@storybook/test-runner": "~0.7.2",
    "@storybook/testing-library": "~0.0.13",
    "@testing-library/jest-dom": "~5.16.5",
    "@testing-library/react": "~11.2.7",
    "@testing-library/user-event": "~13.1.9",
    "@types/jest": "^26.0.13",
    "@types/lodash": "^4.14.178",
    "@types/nanoid": "^2.1.0",
    "@types/react": "^17.0.5",
    "@types/react-datepicker": "^3.1.1",
    "@types/react-dom": "^16.9.12",
    "@types/react-loader-spinner": "^3.1.0",
    "@types/react-sortable-tree": "^0.3.11",
    "@types/react-test-renderer": "^16.9.3",
    "@types/react-transition-group": "^4.2.3",
    "@types/storybook__addon-info": "^5.2.5",
    "@types/styled-components": "^5.1.2",
    "@types/testing-library__jest-dom": "~5.14.5",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "@typescript-eslint/parser": "^5.20.0",
    "awesome-typescript-loader": "^5.2.1",
    "axe-playwright": "~1.1.11",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.3.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-styled-components": "^1.10.6",
    "css-loader": "^5.0.1",
    "csstype": "~3.0.8",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-typescript": "^8.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-hooks": "^2.5.1",
    "file-loader": "^6.0.0",
    "jest": "~29.0.3",
    "jest-axe": "~6.0.0",
    "jest-cli": "~29.0.3",
    "jest-environment-jsdom": "~29.0.3",
    "jest-styled-components": "~7.1.1",
    "markdown-to-jsx": "^6.11.0",
    "minimist": "^1.2.5",
    "object-path": "^0.11.5",
    "playroom": "^0.21.3",
    "prettier": "^2.7.1",
    "react-docgen-typescript-loader": "^3.6.0",
    "react-test-renderer": "^16.13.1",
    "rollup": "^2.47.0",
    "rollup-plugin-node-polyfills": "~0.2.1",
    "style-loader": "^2.0.0",
    "ts-jest": "~29.0.2",
    "tsc-alias": "~1.3.3",
    "tslib": "~2.3.1",
    "typescript": "4.7.2",
    "webpack": "^5.38.1",
    "webpack-dev-server": "^3.11.2",
    "@types/mdx": "~2.0.2"
  }
}
