{
  "name": "sui-web3-starter",
  "version": "1.0.5",
  "private": false,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@omnibtc/omniswap-sui-sdk": "^0.0.24",
    "@scallop-dao/sui-kit": "^0.32.11",
    "@suiet/wallet-kit": "^0.2.9",
    "@types/node": "18.16.3",
    "@types/react": "18.2.0",
    "@types/react-dom": "18.2.1",
    "autoprefixer": "10.4.14",
    "eslint": "8.39.0",
    "eslint-config-next": "13.3.4",
    "next": "13.3.4",
    "postcss": "8.4.23",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tailwindcss": "3.3.2",
    "typescript": "5.0.4"
  },
  "description": "First, install dependencies with:",
  "main": "next.config.js",
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bezata/sui-dapp-starter.git"
  },
  "keywords": [
    "sui",
    "suidappstarter",
    "sui-web3-starter",
    "sui-dapp-starter"
  ],
  "author": "bezata",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bezata/sui-dapp-starter/issues"
  },
  "files": [
    "src/**/*",
    "*",
    "public",
    "backend",
    "*/**/*"
  ],
  "homepage": "https://github.com/bezata/sui-dapp-starter#readme"
}
