{
  "name": "example",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "start": "parcel index.html --no-cache",
    "build": "parcel build index.html --no-cache"
  },
  "dependencies": {
    "react-app-polyfill": "1.0.6"
  },
  "alias": {
    "react": "../node_modules/react",
    "react-dom": "../node_modules/react-dom",
    "@types/react": "../node_modules/@types/react",
    "@types/react-dom": "../node_modules/@types/react-dom",
    "typescript": "../node_modules/typescript"
  },
  "devDependencies": {
    "parcel": "1.12.4"
  }
}
