Files
linea-monorepo/bridge-ui/package.json
Victorien Gauch 5b09005765 Feat: add lifi and small fixes (#798)
* fix: add gitattribute rules for woff2 files

* feat: add lifi widget + fixes minor issues

* fix: remove unused packages + clean constants declaration and config

* fix: update dockerfile and github ci workflows

* fix: env variable naming issue

* fix: bridge mode alt value issue + remove button component
2025-03-24 14:28:42 +01:00

63 lines
1.8 KiB
JSON

{
"name": "bridge-ui",
"version": "2.0.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",
"@dynamic-labs/ethereum": "4.9.5",
"@dynamic-labs/sdk-react-core": "4.9.5",
"@dynamic-labs/wagmi-connector": "4.9.5",
"@headlessui/react": "2.1.9",
"@lifi/widget": "3.18.1",
"@tanstack/react-query": "5.69.0",
"@wagmi/connectors": "5.7.11",
"@wagmi/core": "2.16.7",
"auto-zustand-selectors-hook": "3.0.1",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"framer-motion": "11.11.4",
"loglevel": "1.9.2",
"next": "14.2.24",
"next-seo": "6.6.0",
"pino-pretty": "13.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.5.0",
"sass": "1.86.0",
"sharp": "0.33.5",
"viem": "2.23.13",
"wagmi": "2.14.15",
"zod": "3.24.2",
"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.21",
"dotenv": "16.4.7",
"eslint-config-next": "14.2.15",
"postcss": "8.5.3"
}
}