Files
solace-bg-dubai/frontend/package.json
defiQUG a03417be98
All checks were successful
CI / lint-and-test (push) Successful in 9m52s
chore: consolidate local WIP (repo cleanup 20260707)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 09:41:38 -07:00

50 lines
1.2 KiB
JSON

{
"name": "@solace/frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^2.5.0",
"viem": "^2.0.0",
"@tanstack/react-query": "^5.17.0",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/ethereum-provider": "^2.9.0",
"gsap": "^3.12.2",
"@react-three/fiber": "^8.15.0",
"@react-three/drei": "^9.92.0",
"three": "^0.160.0",
"qrcode.react": "^3.1.0",
"date-fns": "^3.0.0",
"zod": "^3.22.4",
"clsx": "^2.1.0",
"tailwind-merge": "^2.2.0",
"maath": "^0.10.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/three": "^0.160.0",
"@types/qrcode.react": "^3.0.0",
"typescript": "^5.3.3",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.32",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"@playwright/test": "^1.49.0"
}
}