|
|
@@ -13,7 +13,7 @@
|
|
|
"pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_3TIYzlYYncZx7wRtfmzG2YUsNzKp vercel env pull",
|
|
|
"start:dev": "next dev --port 3001",
|
|
|
"start:prod": "next start --port 3001",
|
|
|
- "test:format": "jest --selectProjects format",
|
|
|
+ "test:format": "prettier --check .",
|
|
|
"test:lint": "jest --selectProjects lint",
|
|
|
"test:types": "tsc",
|
|
|
"test:unit": "jest --selectProjects unit"
|
|
|
@@ -34,34 +34,35 @@
|
|
|
"@solana/wallet-adapter-react-ui": "^0.9.35",
|
|
|
"@solana/wallet-adapter-wallets": "0.19.10",
|
|
|
"@solana/web3.js": "1.92.3",
|
|
|
+ "@vercel/functions": "^1.5.0",
|
|
|
"bcp-47": "^2.1.0",
|
|
|
"clsx": "^2.1.1",
|
|
|
"dnum": "^2.13.1",
|
|
|
- "framer-motion": "^11.3.8",
|
|
|
+ "framer-motion": "catalog:",
|
|
|
"ip-range-check": "^0.2.0",
|
|
|
- "next": "^14.2.5",
|
|
|
+ "next": "catalog:",
|
|
|
"pino": "^9.3.2",
|
|
|
"proxycheck-ts": "^0.0.11",
|
|
|
- "react": "^18.3.1",
|
|
|
+ "react": "catalog:",
|
|
|
"react-aria": "^3.34.3",
|
|
|
"react-aria-components": "^1.3.3",
|
|
|
- "react-dom": "^18.3.1",
|
|
|
- "recharts": "^2.12.7",
|
|
|
+ "react-dom": "catalog:",
|
|
|
+ "recharts": "^2.13.2",
|
|
|
"swr": "^2.2.5",
|
|
|
"zod": "^3.23.8"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@axe-core/react": "^4.9.1",
|
|
|
- "@cprussin/eslint-config": "^3.0.0",
|
|
|
- "@cprussin/jest-config": "^1.4.1",
|
|
|
- "@cprussin/prettier-config": "^2.1.1",
|
|
|
- "@cprussin/tsconfig": "^3.0.1",
|
|
|
+ "@cprussin/eslint-config": "catalog:",
|
|
|
+ "@cprussin/jest-config": "catalog:",
|
|
|
+ "@cprussin/prettier-config": "catalog:",
|
|
|
+ "@cprussin/tsconfig": "catalog:",
|
|
|
"@svgr/webpack": "^8.1.0",
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
|
"@types/jest": "^29.5.12",
|
|
|
"@types/node": "^22.0.0",
|
|
|
- "@types/react": "^18.3.3",
|
|
|
- "@types/react-dom": "^18.3.0",
|
|
|
+ "@types/react": "catalog:",
|
|
|
+ "@types/react-dom": "catalog:",
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
"eslint": "^9.8.0",
|
|
|
"jest": "^29.7.0",
|