{
  "name": "example",
  "version": "1.0.0",
  "license": "MIT",
  "scripts": {
    "start": "rimraf .parcel-cache && parcel index.html --watch-dir ../",
    "build": "rimraf .parcel-cache && rimraf dist && parcel build index.html"
  },
  "alias": {
    "@vkruglikov/react-telegram-web-app": "../node_modules/@vkruglikov/react-telegram-web-app",
    "jotai": "../node_modules/jotai",
    "axios": "../node_modules/axios",
    "react": "../node_modules/react",
    "react-dom": "../node_modules/react-dom/profiling",
    "scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
  },
  "devDependencies": {
    "@parcel/config-default": "^2.12.0",
    "@types/react": "^16.9.11",
    "@types/react-dom": "^16.8.4",
    "assert": "^2.1.0",
    "buffer": "^6.0.3",
    "crypto-browserify": "^3.12.0",
    "events": "^3.1.0",
    "parcel": "^2.12.0",
    "parcel-reporter-static-files-copy": "^1.5.3",
    "process": "^0.11.10",
    "stream-browserify": "^3.0.0",
    "string_decoder": "^1.3.0",
    "typescript": "^3.4.5",
    "vm-browserify": "^1.1.2"
  },
  "dependencies": {
    "@orbs-network/ton-access": "^2.3.3",
    "@tanstack/query-sync-storage-persister": "^5.51.24",
    "@tanstack/react-query-persist-client": "^5.51.24",
    "@telegram-apps/sdk-react": "^2.0.12",
    "@ton/ton": "^15.1.0",
    "@tonconnect/protocol": "^2.2.6",
    "@vkruglikov/react-telegram-web-app": "^2.1.9",
    "bignumber.js": "^9.1.2",
    "eruda": "^3.4.0",
    "ethers": "5.7.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router-dom": "^6.28.0",
    "ton-core": "^0.53.0",
    "tonweb": "^0.0.66",
    "web3": "^4.12.1"
  },
  "staticFiles": {
    "staticPath": "public"
  }
}
