-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "scavenger-hunt-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/auth0-react": "^2.3.0",
"@coinbase/wallet-sdk": "^4.3.2",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@react-oauth/google": "^0.12.1",
"@web3modal/ethers": "^4.2.2",
"@web3modal/react": "^2.7.1",
"autoprefixer": "^10.4.21",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.5.2",
"ethers": "^6.13.5",
"formik": "^2.4.6",
"framer-motion": "^12.9.4",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.1",
"lucide-react": "^0.483.0",
"next": "^14.2.24",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-slick": "^0.30.3",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.24",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17"
}
}