{
  "name": "example",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "start": "parcel *.html",
    "postinstall": "cd .. && yarn",
    "build": "parcel build *.html"
  },
  "dependencies": {
    "react-app-polyfill": "^1.0.0",
    "react-query": "^3.13.0"
  },
  "alias": {
    "react": "../node_modules/react",
    "react-dom": "../node_modules/react-dom/profiling",
    "scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
  },
  "devDependencies": {
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.1",
    "parcel": "^1.12.3",
    "typescript": "^4.1.5"
  }
}
