{
  "name": "@magento/venia-ui",
  "version": "11.7.2",
  "publishConfig": {
    "access": "public"
  },
  "description": "Venia PWA UI modules for use by other projects",
  "main": "lib/index.js",
  "browser": {
    "@magento/venia-drivers": "./lib/drivers"
  },
  "files": [
    "{lib,venia-static,targets,i18n}/*",
    "{lib,venia-static,targets,i18n}/**/*",
    "upward.yml",
    "CHANGELOG.md",
    "LICENSE_AFL.txt",
    "LICENSE.txt"
  ],
  "scripts": {
    "build": " ",
    "build:ci": " ",
    "build:dev": " ",
    "clean": " ",
    "storybook": "start-storybook -p 9001 -c .storybook",
    "storybook:build": "build-storybook -c .storybook -o storybook-dist"
  },
  "repository": "github:magento/pwa-studio",
  "author": "Adobe Commerce",
  "license": "(OSL-3.0 OR AFL-3.0)",
  "bugs": {
    "url": "https://github.com/magento/pwa-studio/issues"
  },
  "homepage": "https://github.com/magento/pwa-studio/tree/main/packages/venia-ui#readme",
  "dependencies": {
    "informed": "~3.29.0",
    "jarallax": "~1.11.1",
    "load-google-maps-api": "~2.0.1",
    "lodash.escape": "~4.0.1",
    "lodash.over": "~4.7.0",
    "lodash.throttle": "~4.1.1",
    "memoize-one": "~5.0.0",
    "prop-types": "~15.7.2",
    "react-animate-height": "^2.0.23",
    "react-aria": "~3.4.0",
    "react-feather": "~2.0.3",
    "react-helmet-async": "^1.0.2",
    "react-slick": "~0.28.0",
    "redux-actions": "~2.6.4",
    "redux-thunk": "~2.3.0",
    "uuid": "~8.3.2"
  },
  "devDependencies": {
    "@apollo/client": "~3.5.0",
    "@babel/cli": "~7.2.3",
    "@babel/core": "~7.15.0",
    "@babel/plugin-proposal-class-properties": "~7.14.5",
    "@babel/plugin-proposal-object-rest-spread": "~7.14.7",
    "@babel/plugin-proposal-optional-chaining": "~7.16.0",
    "@babel/plugin-syntax-dynamic-import": "~7.8.3",
    "@babel/plugin-syntax-jsx": "~7.2.0",
    "@babel/plugin-transform-react-jsx": "~7.14.9",
    "@babel/plugin-transform-runtime": "~7.4.4",
    "@babel/preset-env": "~7.16.0",
    "@pmmmwh/react-refresh-webpack-plugin": "0.4.1",
    "@storybook/react": "~6.3.7",
    "@testing-library/react-hooks": "~5.0.3",
    "babel-core": "~7.0.0-bridge.0",
    "babel-jest": "~24.1.0",
    "babel-loader": "~8.0.5",
    "babel-plugin-dynamic-import-node": "~2.3.3",
    "babel-plugin-graphql-tag": "~2.0.0",
    "babel-plugin-react-remove-properties": "~0.3.0",
    "identity-obj-proxy": "~3.0.0",
    "react": "~17.0.1",
    "react-intl": "~5.20.0",
    "react-test-renderer": "~17.0.1",
    "redux": "~4.0.1"
  },
  "peerDependencies": {
    "@apollo/client": "~3.5.0",
    "@magento/babel-preset-peregrine": "~1.3.3",
    "@magento/peregrine": "~15.7.2",
    "@magento/pwa-buildpack": "~11.5.5",
    "apollo-cache-persist": "~0.1.1",
    "braintree-web-drop-in": "~1.43.0",
    "graphql": "~15.5.0",
    "react": "~17.0.1",
    "react-intl": "~5.20.0",
    "react-redux": "~7.2.2",
    "react-router-dom": "~5.2.0",
    "redux": "~4.0.1",
    "webpack": "~4.46.0"
  },
  "pwa-studio": {
    "targets": {
      "declare": "./lib/targets/venia-ui-declare",
      "intercept": "./lib/targets/venia-ui-intercept"
    }
  },
  "sideEffects": false
}
