mirror of
https://github.com/placeholder-soft/web.git
synced 2026-05-20 07:34:44 +08:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@app/bridge",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "next start",
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@bugsnag/js": "^7.20.2",
|
|
"@bugsnag/plugin-react": "^7.19.0",
|
|
"@eth-optimism/contracts-ts": "^0.16.2",
|
|
"@eth-optimism/indexer-api": "^0.0.4",
|
|
"@headlessui/react": "latest",
|
|
"@heroicons/react": "^2.0.13",
|
|
"@rainbow-me/rainbowkit": "^1",
|
|
"@types/react-copy-to-clipboard": "^5.0.4",
|
|
"base-ui": "0.1.1",
|
|
"clsx": "^1.2.1",
|
|
"framer-motion": "^9.0.4",
|
|
"moment": "^2.29.4",
|
|
"next": "^13.2.0",
|
|
"react": "^18.2.0",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-intl": "^6.2.1",
|
|
"react-query": "^3.39.3",
|
|
"typescript": "next",
|
|
"usehooks-ts": "^3.1.0",
|
|
"viem": "latest",
|
|
"wagmi": "^1.4.12",
|
|
"webpack-bugsnag-plugins": "^1.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint-config-next": "^13.1.6",
|
|
"postcss": "^8.4.20",
|
|
"prettier-plugin-tailwindcss": "^0.2.3",
|
|
"tailwindcss": "^3.2.4"
|
|
}
|
|
}
|