Files
linea-monorepo/bridge-ui/package.json
kyzooghost d27699e452 [WIP - Tech Debt] Typescript config cleanup (#1073)
* initial tsconfig.json consolidation

* consolidate skipLibCheck

* more consolidate tsconfig.json

* remove strict duplicates

* remove strict duplicates

* removed lib

* more changes

* more changes

* more changes

* centralize noEmit

* run pnpm dedupe

* catalog for ethers and dotenv

* Revert "catalog for ethers and dotenv"

This reverts commit 8fc18db1c6f754ecbf1b175b34f6ebf08837068a.

* first catalog

* added more dependencies to catalog

* apply catalog to many dev dependencies

* ethers in catalog

* finetune ethers version

* fixes

* empty
2025-06-03 17:33:42 +10:00

70 lines
2.2 KiB
JSON

{
"name": "bridge-ui",
"version": "2.4.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && pnpm run lint:test",
"lint:test": "npx eslint 'test/**/*.{js,ts}'",
"lint:fix": "pnpm run lint:ts:fix && pnpm run lint:test:ts:fix",
"lint:ts:fix": "next lint --fix",
"lint:test:ts:fix": "npx eslint --fix 'test/**/*.{js,ts}'",
"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:unit": "HEADLESS=true playwright test src",
"test:e2e:headful": "playwright test test/e2e",
"test:e2e:headless": "HEADLESS=true playwright test test/e2e",
"test:e2e:headless:ui": "HEADLESS=true playwright test test/e2e --ui"
},
"dependencies": {
"@consensys/linea-sdk": "0.3.0",
"@dynamic-labs/ethereum": "4.10.2",
"@dynamic-labs/sdk-react-core": "4.10.2",
"@dynamic-labs/solana": "4.10.2",
"@dynamic-labs/wagmi-connector": "4.10.2",
"@headlessui/react": "2.1.9",
"@layerswap/widget": "0.1.16",
"@lifi/widget": "3.18.2",
"@solana/wallet-adapter-base": "0.9.24",
"@solana/wallet-adapter-react": "0.15.36",
"@solana/web3.js": "1.98.0",
"@tanstack/react-query": "5.71.5",
"@wagmi/connectors": "5.7.12",
"@wagmi/core": "2.16.7",
"auto-zustand-selectors-hook": "3.0.1",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"loglevel": "1.9.2",
"motion": "12.10.1",
"next": "14.2.25",
"pino-pretty": "13.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "0.33.5",
"viem": "2.25.0",
"wagmi": "2.14.16",
"zod": "3.24.2",
"zustand": "4.5.4"
},
"devDependencies": {
"@playwright/test": "1.51.1",
"@svgr/webpack": "8.1.0",
"@synthetixio/synpress": "4.1.0",
"@types/fs-extra": "11.0.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.21",
"dotenv": "catalog:",
"eslint-config-next": "14.2.15",
"nock": "14.0.1",
"postcss": "8.5.3",
"sass": "1.86.0"
}
}