{
  "name": "react-fmb",
  "version": "0.9.4",
  "module": "lib/index.js",
  "files": [
    "lib",
    "utils",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/fullmetalblanket/react-fmb"
  },
  "dependencies": {
    "react-image-crop": "6.0.18"
  },
  "scripts": {
    "analyze": "source-map-explorer 'build/static/js/*.js'",
    "start": "react-scripts start",
    "build-react": "react-scripts build",
    "build": "yarn build:lib && yarn build:utils",
    "build:lib": "rm -rf lib && NODE_ENV=production babel src/lib --source-maps --out-dir lib --ignore __tests__,spec.js,test.js,__snapshots__",
    "build:utils": "rm -rf utils && NODE_ENV=production babel src/utils --source-maps --out-dir utils --ignore __tests__,spec.js,test.js,__snapshots__",
    "watch": "concurrently \"yarn watch:lib\" \"yarn watch:utils\"",
    "watch:lib": "rm -rf lib && babel --watch src/lib --source-maps --out-dir lib --ignore __tests__,spec.js,test.js,__snapshots__",
    "watch:utils": "rm -rf utils && babel --watch src/utils --source-maps --out-dir utils --ignore __tests__,spec.js,test.js,__snapshots__",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "link:all": "yarn build; yarn link;",
    "unlink:all": "yarn unlink;",
    "version:patch": "npm version patch --force -m \"version %s\"",
    "version:minor": "npm version minor --force -m \"version %s\"",
    "version:major": "npm version major --force -m \"version %s\"",
    "ship": "node publish.js",
    "publish:patch": "yarn version:patch && yarn publish:ship",
    "publish:minor": "yarn version:minor && yarn publish:ship",
    "publish:major": "yarn version:major && yarn publish:ship",
    "publish:ship": "git push origin master && npm publish"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-modules-commonjs": "^7.13.8",
    "@babel/plugin-transform-runtime": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-react": "^7.0.0",
    "@material-ui/core": "^3.9.2",
    "@material-ui/icons": "^3.0.2",
    "@material-ui/lab": "^3.0.0-alpha.30",
    "babel-plugin-styled-components": "^1.12.0",
    "concurrently": "^4.1.0",
    "core-js": "2.5.7",
    "create-index": "^2.4.0",
    "next": "^10.0.9",
    "promptly": "^3.0.3",
    "react": "^16.8.4",
    "react-device-detect": "^1.6.2",
    "react-dom": "^16.8.4",
    "react-scripts": "^3.2.0",
    "run-script": "^0.1.1",
    "shelljs": "^0.8.3",
    "source-map-explorer": "^1.8.0"
  },
  "peerDependencies": {
    "@material-ui/core": "^3.9.2",
    "@material-ui/icons": "^3.0.2",
    "@material-ui/lab": "^3.0.0-alpha.30",
    "react": "^16.8.4",
    "react-dom": "^16.8.4"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
