{
  "name": "example",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "esbuild ./index.jsx --bundle --minify --outfile=./public/bundle.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "esbuild": "^0.15.13",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-modals-jave": "^1.0.8"
  }
}
