{
  "name": "lumen-cms-ecommerce",
  "version": "0.4.2",
  "description": "Extend LumenCMS with ecommerce",
  "main": "src/index.ts",
  "files": [
    "src"
  ],
  "scripts": {
    "dev": "next",
    "analyze": "BUNDLE_ANALYZE=true npm run build",
    "start": "next start",
    "build": "next build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "format": "prettier --write src/**/*.{js,ts,tsx}",
    "storybook": "start-storybook -p 6006 -c .storybook",
    "storybook-build": "build-storybook -c .storybook -o public",
    "lint": "eslint './src/**/*.{ts,tsx,js}'",
    "lint:fix": "npm run lint -- --fix",
    "fetch-storyblok-components": "storyblok pull-components --space=82895",
    "update-storyblok": "npm run fetch-storyblok-components && npm run gen-ts-schema && npm run codegen",
    "gen-ts-schema": "node generate-ts-schema.js",
    "codegen": "graphql-let",
    "check-types": "tsc --noemit"
  },
  "author": "Dominic Garms",
  "license": "MIT",
  "dependencies": {
    "@apollo/client": "^3.3.2",
    "@charlietango/use-script": "^2.1.2",
    "@material-ui/core": "^4.11.0",
    "@material-ui/icons": "^4.9.1",
    "@types/facebook-pixel": "0.0.20",
    "@types/gtag.js": "0.0.3",
    "graphql": "^15.4.0",
    "graphql-tag": "^2.11.0",
    "react-material-ui-carousel": "2.1.1",
    "react-paypal-button-v2": "2.6.2",
    "swr": "^0.3.9"
  },
  "peerDependencies": {
    "lumen-cms-core": "^0.80.0-pre13"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^1.19.4",
    "@graphql-codegen/fragment-matcher": "^2.0.1",
    "@graphql-codegen/import-types-preset": "^1.18.1",
    "@graphql-codegen/typescript": "^1.19.0",
    "@graphql-codegen/typescript-document-nodes": "^1.17.9",
    "@graphql-codegen/typescript-graphql-files-modules": "^1.18.1",
    "@graphql-codegen/typescript-operations": "^1.17.12",
    "@graphql-codegen/typescript-react-apollo": "^2.2.1",
    "@storybook/addon-essentials": "^6.0.22",
    "@storybook/addon-knobs": "^6.0.22",
    "@storybook/react": "^6.0.22",
    "@types/node-fetch": "^2.5.7",
    "core-js": "^3.6.5",
    "date-fns": "^2.16.1",
    "eslint": "^7.9.0",
    "eslint-config-airbnb-typescript-prettier": "^4.1.0",
    "graphql-let": "0.x",
    "json-schema-to-typescript": "^9.1.1",
    "lumen-cms-core": "^0.80.0-pre13",
    "next": "^10.0.3",
    "next-compose-plugins": "^2.2.1",
    "prettier": "^2.1.2",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "tsconfig-paths-webpack-plugin": "^3.3.0",
    "typescript": "^4.1.2"
  }
}
