{
  "package": {
    "scripts": {
      "start:re": "rescript build -w",
      "start:vi": "vite",
      "start": "run-p start:**",
      "build:re": "rescript build -with-deps",
      "build:vi": "vite build",
      "build": "run-s build:**",
      "clean": "rescript clean -with-deps",
      "format": "rescript format",
      "test": "echo \"This template does not include a test runner by default.\" && exit 1",
      "prepack": "git clean -fdx",
      "postinstall": "rescript build -with-deps"
    },
    "dependencies": {
      "@rescript/react": "^0.10.3",
      "react": "^17.0.2",
      "react-dom": "^17.0.2",
      "rescript": "*"
    },
    "devDependencies": {
      "@vitejs/plugin-react-refresh": "^1.3.6",
      "npm-run-all": "^4.1.5",
      "vite": "^2.5.3",
      "web-vitals": "^2.1.0"
    }
  },
  "eslintConfig": null
}
