-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "aura-frontend",
"private": true,
"packageManager": "pnpm@9.15.4",
"engines": {
"node": ">=20.0.0"
},
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy:unity": "node scripts/deploy-unity-build.mjs"
},
"dependencies": {
"@farcaster/miniapp-sdk": "^0.3.0",
"@privy-io/react-auth": "^3.19.0",
"@privy-io/wagmi": "^4.0.2",
"@rainbow-me/rainbowkit": "2.2.10",
"@tailwindcss/postcss": "^4.2.2",
"@tanstack/react-query": "^5.96.2",
"@vanilla-extract/css": "^1.20.1",
"@vanilla-extract/sprinkles": "^1.6.5",
"clsx": "^2.1.1",
"i18next": "^26.2.0",
"lucide-react": "^1.7.0",
"next": "^15.5.14",
"postcss": "^8.5.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-i18next": "^17.0.8",
"react-unity-webgl": "^10.1.6",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"viem": "^2.47.10",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"eslint": "^9",
"eslint-config-next": "^15.5.14",
"typescript": "5.9.3"
}
}