{
  "name": "@arcteryx/components-order-history",
  "version": "4.4.0",
  "description": "Arcteryx Order History",
  "source": "src/index.js",
  "main": "dist/es/index.js",
  "main:cjs": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "jsnext:main": "dist/es/index.js",
  "types": "dist/es/index.d.ts",
  "scripts": {
    "build": "../node_modules/.bin/rollup -c ../scripts/rollup.config.js",
    "start": "../node_modules/.bin/rollup -c ../scripts/rollup.config.js -w",
    "test": "../node_modules/.bin/jest --coverage",
    "test:watch": "../node_modules/.bin/jest --watch",
    "extract-i18n": "../node_modules/.bin/i18next -c ../i18next-parser.config.js './src/**/*.{js,ts,jsx,tsx}' '!./src/**/*test.js' && node ../scripts/generate-i18n-resources.js"
  },
  "author": "",
  "license": "ISC",
  "gitHead": "78d430ccfb29bd94f4e3a71e7d4187a55a0cebb6",
  "peerDependencies": {
    "@arcteryx/components-button": "^1.31.0",
    "@arcteryx/components-cart": "^29.7.0",
    "@arcteryx/components-contexts": "^1.1.2",
    "@arcteryx/components-price": "^2.3.0",
    "@arcteryx/components-typography": "^6.3.1",
    "react-i18next": "^11.18.6"
  },
  "dependencies": {
    "react-image": "^4.0.3"
  },
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "graphql": "^16.6.0"
  }
}
