{
  "name": "@strivve/strivve-cx",
  "version": "0.1.29",
  "private": false,
  "main": "dist/main.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@strivve/strivve-sdk": "^3.3.4",
    "@emotion/react": "^11.10.5",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^13.0.0",
    "@testing-library/user-event": "^13.2.1",
    "@tippyjs/react": "^4.2.6",
    "@types/jest": "^27.0.1",
    "@types/node": "^16.7.13",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.1.0",
    "crypto": "npm:crypto-browserify",
    "crypto-browserify": "^3.12.0",
    "https": "npm:https-browserify",
    "https-browserify": "^1.0.0",
    "net": "^1.0.2",
    "os-browserify": "^0.3.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "react-slick": "^0.29.0",
    "slick-carousel": "^1.8.1",
    "stream": "npm:stream-browserify",
    "stream-browserify": "^3.0.0",
    "tls": "^0.0.1",
    "typescript": "^4.4.2",
    "web-vitals": "^2.1.0",
    "mocha": "^10.4.0",
    "chai" : "^5.1.0"
  },
  "scripts": {
    "start": "react-app-rewired start",
    "build": "rm -rv -f ./dist && tsc && GENERATE_SOURCEMAP=false react-app-rewired build  && cp build/static/js/main*.js dist/main.js && cp build/static/js/main*.js public/main.js && cp README.md dist/README.md && cp package.json dist/package.json",
    "test": "CI=true react-scripts test",
    "eject": "react-app-rewired eject",
    "format": "prettier --write .",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@storybook/addon-essentials": "^7.0.23",
    "@storybook/addon-interactions": "^7.0.23",
    "@storybook/addon-links": "^7.0.23",
    "@storybook/blocks": "^7.0.23",
    "@storybook/preset-create-react-app": "^7.0.23",
    "@storybook/react": "^7.0.23",
    "@storybook/react-webpack5": "^7.0.23",
    "@storybook/testing-library": "^0.0.14-next.2",
    "@types/react-slick": "^0.23.10",
    "assert": "^2.0.0",
    "babel-plugin-named-exports-order": "^0.0.2",
    "buffer": "^6.0.3",
    "matchmedia-polyfill": "^0.3.2",
    "prettier": "2.8.8",
    "process": "^0.11.10",
    "prop-types": "^15.8.1",
    "react-app-rewired": "^2.2.1",
    "storybook": "^7.0.23",
    "stream-http": "^3.2.0",
    "url": "^0.11.0",
    "webpack": "^5.88.0"
  },
  "browser": {
    "crypto": false,
    "stream": false,
    "https": false,
    "url": false,
    "assert": false
  },
  "description": "Varying levels of customizable Javascript Components which easily drop into desktop and mobile web applications as well as native applications as reqired.",
  "directories": {
    "doc": "docs",
    "example": "examples"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swch/Strivve-UX-Components.git"
  },
  "author": "Strivve Inc.",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/swch/Strivve-UX-Components/issues"
  },
  "homepage": "https://github.com/swch/Strivve-UX-Components#readme"
}
