{
  "name": "@griders/rivet-app",
  "repository": "https://github.com/ironclad/rivet",
  "version": "1.1.3",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "main": "dist/esm/index.js",
  "module": "dist/esm/index.js",
  "src": "src/App.ts",
  "type": "module",
  "types": "dist/types/App.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/App.d.ts",
      "import": "./dist/esm/index.js"
    }
  },
  "files": [
    "dist/esm/**",
    "dist/types/**"
  ],
  "scripts": {
    "dev": "tauri dev",
    "start": "vite",
    "build": "yarn build:esm && yarn build:types",
    "build:esm": "rimraf dist/esm dist/tsconfig.tsbuildinfo && tsx bundle.esbuild.ts",
    "build:types": "rimraf dist/types && tsc -b --verbose",
    "release": "tsx scripts/release.ts",
    "context": "echo \"$(cat context.txt && ts-node tree.ts)\" | pbcopy && echo \"Copied to clipboard\"",
    "executor": "ts-node bin/executor.ts",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx ./src"
  },
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "dependencies": {
    "@atlaskit/banner": "^12.1.18",
    "@atlaskit/button": "^16.11.0",
    "@atlaskit/checkbox": "^12.6.11",
    "@atlaskit/css-reset": "^6.6.1",
    "@atlaskit/dropdown-menu": "^12.1.4",
    "@atlaskit/form": "^8.11.13",
    "@atlaskit/icon": "^21.12.7",
    "@atlaskit/inline-edit": "^12.4.3",
    "@atlaskit/menu": "^2.1.1",
    "@atlaskit/modal-dialog": "^12.8.3",
    "@atlaskit/popup": "^1.11.2",
    "@atlaskit/portal": "^4.3.6",
    "@atlaskit/range": "^7.1.7",
    "@atlaskit/select": "^16.7.3",
    "@atlaskit/side-navigation": "^3.0.0",
    "@atlaskit/tabs": "^13.4.9",
    "@atlaskit/textarea": "^4.7.7",
    "@atlaskit/textfield": "^5.6.8",
    "@atlaskit/theme": "^12.6.2",
    "@atlaskit/toggle": "^12.6.11",
    "@atlaskit/tokens": "^1.28.0",
    "@dnd-kit/core": "^6.0.8",
    "@dnd-kit/sortable": "^7.0.2",
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@floating-ui/react": "^0.26.1",
    "@ironclad/rivet-core": "workspace:^",
    "@ironclad/trivet": "workspace:^",
    "@recoiljs/refine": "^0.1.1",
    "@swc/core": "^1.3.94",
    "@tanstack/react-query": "^5.4.3",
    "@tauri-apps/api": "^1.5.1",
    "@tauri-apps/cli": "^1.6.0",
    "@types/jsonpath-plus": "^5.0.4",
    "@types/lodash-es": "^4.17.10",
    "@types/node": "^20.8.7",
    "@types/react": "^18.2.31",
    "@types/react-dom": "^18.2.14",
    "@types/react-transition-group": "^4.4.8",
    "@types/retry": "^0.12.4",
    "@types/ws": "^8.5.8",
    "@types/yargs": "^17.0.29",
    "@vitejs/plugin-react": "^4.1.0",
    "ahooks": "^3.7.8",
    "clsx": "^2.0.0",
    "core-js": "^3.33.1",
    "csv-parse": "^5.5.2",
    "csv-stringify": "^6.4.4",
    "emittery": "^1.0.3",
    "esbuild": "^0.19.5",
    "eslint": "^8.52.0",
    "eslint-config-react-app": "^7.0.1",
    "fast-deep-equal": "^3.1.3",
    "fuse.js": "^6.6.2",
    "immer": "^10.0.3",
    "jest-diff": "^29.7.0",
    "jsonpath-plus": "^7.2.0",
    "lodash-es": "^4.17.21",
    "lru-cache": "^11.0.0",
    "majesticons": "^2.1.2",
    "marked": "^9.1.2",
    "mime": "^4.0.4",
    "minimatch": "^9.0.3",
    "monaco-editor": "^0.44.0",
    "nanoid": "^3.3.6",
    "openai": "^4.28.4",
    "p-queue": "^7.4.1",
    "p-retry": "^6.1.0",
    "pkg": "^5.8.1",
    "pnpm": "^8.9.2",
    "prettier": "^3.2.5",
    "pretty-bytes": "^6.1.1",
    "pretty-ms": "^8.0.0",
    "react": "^18.2.0",
    "react-collapsible": "^2.10.0",
    "react-color": "^2.19.3",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^16.0.1",
    "react-dom": "^18.2.0",
    "react-error-boundary": "^4.0.11",
    "react-hotkeys-hook": "^4.4.1",
    "react-refresh": "^0.14.0",
    "react-select": "^5.7.7",
    "react-toastify": "^9.1.3",
    "react-transition-group": "^4.4.5",
    "react-window": "^1.8.9",
    "recoil": "^0.7.7",
    "recoil-persist": "^5.1.0",
    "retry": "^0.13.1",
    "rollup": "^4.1.4",
    "safe-stable-stringify": "^2.4.3",
    "ts-dedent": "^2.2.0",
    "ts-node": "^10.9.1",
    "ts-pattern": "^5.0.5",
    "type-fest": "^4.5.0",
    "typescript": "^5.2.2",
    "url-join": "^5.0.0",
    "use-async-effect": "^2.2.7",
    "vite": "^5.2.11",
    "vite-plugin-monaco-editor": "^1.1.0",
    "vite-plugin-svgr": "^4.1.0",
    "vite-plugin-top-level-await": "^1.3.1",
    "vite-tsconfig-paths": "^4.2.1",
    "ws": "^8.18.0",
    "yaml": "^2.3.3",
    "yargs": "^17.7.2"
  },
  "packageManager": "yarn@3.5.0",
  "resolutions": {
    "jest-mock": "^28.1.0"
  },
  "volta": {
    "node": "20.4.0",
    "yarn": "3.5.0"
  },
  "devDependencies": {
    "@emotion/eslint-plugin": "^11.11.0",
    "@types/filesystem": "^0.0.34",
    "@types/marked": "^6.0.0",
    "@types/react-color": "^3.0.9",
    "@types/react-window": "^1.8.7",
    "@types/semver": "^7.5.4",
    "@types/wicg-file-system-access": "^2023.10.2",
    "@typescript-eslint/eslint-plugin": "^6.9.0",
    "enquirer": "^2.4.1",
    "eslint-config-standard-with-typescript": "^39.1.1",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-n": "^16.2.0",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "execa": "^8.0.1",
    "rimraf": "^6.0.1",
    "rollup-plugin-visualizer": "^5.9.2",
    "semver": "^7.6.3",
    "tsx": "^4.6.2"
  }
}
