Files
smom-dbis-138/frontend-dapp/package.json
2026-03-02 12:14:09 -08:00

57 lines
1.7 KiB
JSON

{
"name": "bridge-dapp",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "NODE_OPTIONS='--max-old-space-size=4096' vite build",
"build:check": "tsc && NODE_OPTIONS='--max-old-space-size=4096' vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage"
},
"dependencies": {
"@safe-global/api-kit": "^4.0.1",
"@safe-global/protocol-kit": "^1.3.0",
"@tanstack/react-query": "^5.90.21",
"@thirdweb-dev/react": "^4.9.4",
"@thirdweb-dev/sdk": "^4.0.99",
"@wagmi/core": "^3.3.4",
"@walletconnect/ethereum-provider": "^2.23.5",
"autoprefixer": "^10.4.24",
"ethers": "^5.8.0",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^6.30.3",
"tailwindcss": "^3.4.19",
"thirdweb": "^5.29.6",
"viem": "^2.46.1",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/ui": "^1.6.1",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.26",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^23.2.0",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vite-plugin-node-polyfills": "^0.24.0",
"vitest": "^1.6.1"
}
}