Initial commit: add .gitignore and README
Some checks failed
CI / lint-and-test (push) Has been cancelled
Some checks failed
CI / lint-and-test (push) Has been cancelled
This commit is contained in:
46
frontend/package.json
Normal file
46
frontend/package.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user