Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m18s
CI/CD Pipeline / Security Scanning (push) Successful in 2m53s
CI/CD Pipeline / Lint and Format (push) Failing after 49s
CI/CD Pipeline / Terraform Validation (push) Failing after 24s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 26s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 42s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 39s
Validation / validate-genesis (push) Successful in 33s
Validation / validate-terraform (push) Failing after 28s
Validation / validate-kubernetes (push) Failing after 12s
Validation / validate-smart-contracts (push) Failing after 13s
Validation / validate-security (push) Failing after 1m21s
Validation / validate-documentation (push) Failing after 22s
Verify Deployment / Verify Deployment (push) Failing after 1m0s
67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"name": "bridge-dapp",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"predev": "node scripts/sync-omnl-consoles.mjs",
|
|
"dev": "vite",
|
|
"prebuild": "node scripts/sync-omnl-consoles.mjs",
|
|
"build": "node --max-old-space-size=4096 ./node_modules/vite/bin/vite.js build",
|
|
"serve:portal": "node scripts/portal-serve.mjs",
|
|
"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": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@lit/reactive-element": "^2.1.2",
|
|
"@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",
|
|
"lit": "^3.3.3",
|
|
"lit-element": "^4.2.2",
|
|
"lit-html": "^3.3.3",
|
|
"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",
|
|
"serve": "^14.2.6",
|
|
"ts-jest": "^29.4.6",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^5.4.21",
|
|
"vite-plugin-node-polyfills": "^0.24.0",
|
|
"vitest": "^1.6.1"
|
|
}
|
|
}
|