-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.6 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "retro-space-invaders",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@magic-ext/auth": "^4.2.0",
"@magic-ext/oauth": "^15.2.0",
"@magic-ext/solana": "^17.2.0",
"@raindrop-studios/events-client": "^0.14.0",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-adapter-react": "^0.15.33",
"@solana/wallet-adapter-react-ui": "^0.9.32",
"@solana/wallet-adapter-wallets": "^0.19.19",
"@solana/web3.js": "^1.78.2",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.31.0",
"@tanstack/react-query": "^5.0.5",
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.1.1",
"dayjs": "^1.11.9",
"eslint": "^8.46.0",
"eslint-config-next": "13.4.12",
"framer-motion": "^10.15.0",
"ipify": "^6.0.0",
"magic-sdk": "^23.0.0",
"next": "13.4.12",
"next-ga": "^2.3.4",
"phaser": "^3.60.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-query": "^3.39.3",
"typescript": "5.1.6",
"webfontloader": "^1.6.28",
"zod": "^3.21.4",
"zustand": "^4.4.0"
},
"devDependencies": {
"@types/webfontloader": "^1.6.36",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0"
}
}