Files
Filip Pajicandmarko 441cc177ca feat: Replace Status Sepolia to Status Hoodi (#32)
* feat: replace sepolia with hoodi

* subsidized fees on deposits

* update viem to latest version

* increment storage version

* update contract addresses in template files

* ci: change testnet sepolia to hoodi

Signed-off-by: markoburcul <marko@status.im>

---------

Signed-off-by: markoburcul <marko@status.im>
Co-authored-by: markoburcul <marko@status.im>
2026-03-30 12:34:20 +02:00

71 lines
2.1 KiB
JSON

{
"name": "bridge-ui",
"version": "1.0.0",
"packageManager": "yarn@4.6.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"clean": "rimraf node_modules .next .next-env.d.ts",
"install:playwright": "playwright install --with-deps",
"build:cache": "synpress",
"build:cache:force": "synpress --force",
"build:cache:headless": "synpress --headless",
"test:e2e:headful": "playwright test",
"test:e2e:headless": "HEADLESS=true playwright test",
"test:e2e:headless:ui": "HEADLESS=true playwright test --ui"
},
"dependencies": {
"@consensys/linea-sdk": "patch:@consensys/linea-sdk@npm%3A0.3.0#~/.yarn/patches/@consensys-linea-sdk-npm-0.3.0-267ccb32e6.patch",
"@headlessui/react": "2.1.9",
"@reown/appkit": "1.6.3",
"@reown/appkit-adapter-wagmi": "1.6.3",
"@tanstack/react-query": "5.62.16",
"@wagmi/connectors": "5.1.15",
"@wagmi/core": "2.16.7",
"clsx": "^2.1.1",
"compare-versions": "6.1.1",
"date-fns": "4.1.0",
"framer-motion": "11.11.4",
"hash-wasm": "^4.12.0",
"joi": "17.13.3",
"loglevel": "1.9.2",
"next": "14.2.15",
"next-seo": "6.6.0",
"pino-pretty": "11.2.2",
"react": "18.3.1",
"react-device-detect": "2.2.3",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-icons": "5.3.0",
"react-toastify": "10.0.5",
"sharp": "0.33.5",
"swiper": "11.1.14",
"tailwind-merge": "^2.5.3",
"viem": "^2.47.6",
"wagmi": "2.14.6",
"zustand": "4.5.4"
},
"devDependencies": {
"@playwright/test": "1.45.3",
"@svgr/webpack": "^8.1.0",
"@synthetixio/synpress": "4.0.0-alpha.7",
"@types/fs-extra": "11.0.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"daisyui": "4.12.12",
"dotenv": "16.4.5",
"eslint-config-next": "14.2.15",
"eslint-plugin-tailwindcss": "3.17.4",
"postcss": "8.4.47",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.13",
"typescript": "5.6.3"
}
}