UNPKG

namillum

Version:
46 lines (45 loc) 1.4 kB
{ "name": "bridge-web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview --host" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/free-brands-svg-icons": "^6.5.1", "@fortawesome/free-regular-svg-icons": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "^0.2.0", "@rainbow-me/rainbowkit": "^1.3.3", "@zilliqa-js/crypto": "^3.5.0", "@zilliqa-js/util": "^3.5.0", "@zilliqa-js/zilliqa": "^3.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-toastify": "^10.0.4", "viem": "^1.21.4", "vite": "^5.0.8", "wagmi": "^1.4.13" }, "devDependencies": { "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "@vitejs/plugin-react-swc": "^3.5.0", "autoprefixer": "^10.4.17", "daisyui": "^4.6.1", "eslint": "^8.55.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "postcss": "^8.4.33", "tailwindcss": "^3.1.8", "typescript": "^5.2.2", "vite-plugin-node-polyfills": "^0.19.0" } }