{
  "name": "@parcel/is-v2-ready-yet",
  "version": "2.0.0-alpha.3.1",
  "private": true,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/parcel-bundler/parcel.git"
  },
  "scripts": {
    "parcel": "node -r @parcel/babel-register ./node_modules/.bin/parcel",
    "start": "yarn parcel index.html",
    "build-app": "yarn parcel build index.html"
  },
  "dependencies": {
    "@parcel/integration-tests": "^2.0.0-alpha.3.1",
    "react": "^16.6.3",
    "react-dom": "^16.6.3",
    "victory": "^31.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.2.0",
    "@babel/plugin-proposal-class-properties": "^7.2.1",
    "@babel/preset-env": "^7.2.0",
    "@babel/preset-react": "^7.0.0",
    "eslint-plugin-react": "^7.12.0"
  }
}
