Files
linea-monorepo/bridge-ui/package.json
Alain Nicolas 06294fda72 feat(bridge-ui): Simplify the wallet connection modal (#509)
* feat(bridge-ui): Simplify the wallet connection modal

* Fix copy on metadata

Co-authored-by: The Dark Jester <thedarkjester@users.noreply.github.com>
Signed-off-by: Alain Nicolas <alainncls@users.noreply.github.com>

---------

Signed-off-by: Alain Nicolas <alainncls@users.noreply.github.com>
Co-authored-by: The Dark Jester <thedarkjester@users.noreply.github.com>
2025-01-09 18:37:34 +01:00

69 lines
2.0 KiB
JSON

{
"name": "bridge-ui",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "pnpm run lint:ts:fix",
"lint:ts: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": "0.3.0",
"@headlessui/react": "2.1.9",
"@tanstack/react-query": "5.62.16",
"@wagmi/connectors": "5.1.15",
"@wagmi/core": "2.16.3",
"@reown/appkit": "1.6.3",
"@reown/appkit-adapter-wagmi": "1.6.3",
"clsx": "^2.1.1",
"compare-versions": "6.1.1",
"date-fns": "4.1.0",
"framer-motion": "11.11.4",
"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.22.4",
"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"
}
}