UNPKG

@ubertheme/base

Version:

UB PWA Base module handles the base components and functions for all PWA modules at Ubertheme.

71 lines (70 loc) 2.02 kB
{ "name": "@ubertheme/base", "description": "UB PWA Base module handles the base components and functions for all PWA modules at Ubertheme.", "license": "OSL-3.0", "author": "Ubertheme <info@ubertheme.com>", "version": "1.0.1", "main": "src/index.js", "homepage": "https://www.ubertheme.com/magento-extensions-2-x/", "bugs": { "url": "https://www.ubertheme.com/ask-question/" }, "keywords": [ "pwa-studio", "magento2", "ubertheme" ], "pwa-studio": { "targets": { "intercept": "src/targets/intercept.js" } }, "scripts": { "format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\" --write", "lint": "eslint --ignore-path .gitignore 'src/**/{*.js,package.json}'", "publish": "yarn publish --access public" }, "lint-staged": { "./src/**/*.{ts,js,jsx,tsx}": [ "yarn lint --fix", "yarn format" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "peerDependencies": { "@magento/peregrine": "~10.0.0", "@magento/pwa-buildpack": "^9.0.0", "@magento/venia-ui": "^7.0.0", "graphql-tag": "^2.12.5", "react": "~17.0.1", "react-dom": "~17.0.1" }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-syntax-class-properties": "^7.12.1", "@testing-library/react": "^11.1.0", "babel-eslint": "~10.0.1", "babel-jest": "^26.5.2", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "eslint": "^5.16.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-package-json": "^0.1.4", "eslint-plugin-react": "^7.9.1", "eslint-plugin-react-hooks": "^1.6.0", "husky": "^4.3.0", "identity-obj-proxy": "^3.0.0", "jest": "^26.5.3", "jest-transform-graphql": "^2.1.0", "lint-staged": "^10.0.8", "prettier": "^1.9.2", "prettier-check": "^2.0.0", "react-test-renderer": "^16.14.0" } }