{
  "name": "magnolia-react-native-editor",
  "version": "1.0.8",
  "description": "Magnolia React Native Editor",
  "main": "index.js",
  "author": "Niclas Horstad",
  "scripts": {
    "clean": "rimraf build && rimraf lib",
    "build": "npm run clean && webpack --config webpack.dev.js && webpack --config webpack.prod.js",
    "test": "jest --passWithNoTests"
  },
  "peerDependencies": {
    "react": "16.12.0",
    "react-dom": "16.12.0"
  },
  "dependencies": {
    "react": "16.12.0",
    "prop-types": "15.7.2",
    "@magnolia/template-annotations": "1.0.5"
  },
  "devDependencies": {
    "@babel/core": "7.7.4",
    "@babel/plugin-proposal-class-properties": "7.7.4",
    "@babel/preset-env": "7.7.4",
    "@babel/preset-react": "7.7.4",
    "@types/jest": "25.1.4",
    "babel-eslint": "10.0.3",
    "babel-loader": "8.0.6",
    "css-loader": "3.2.0",
    "eslint": "6.1.0",
    "eslint-config-airbnb": "18.0.1",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jasmine": "2.10.1",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-react": "7.16.0",
    "eslint-plugin-react-hooks": "^1.7.0",
    "jest": "25.5.1",
    "path": "0.12.7",
    "webpack": "4.43.0",
    "webpack-cli": "3.3.10",
    "webpack-merge": "4.2.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pioka1/magnolia-react-native-editor.git"
  }
}
