-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.25 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
46
47
48
49
50
51
{
"name": "etherlinkcom",
"version": "1.0.0",
"description": "Etherlink's website",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "https://github.com/etherlinkcom/frontend"
},
"license": "ISC",
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@next/third-parties": "^15.0.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@typeform/embed-react": "^3.8.0",
"@vercel/analytics": "^1.1.2",
"@web3auth/base": "^7.3.1",
"@web3auth/modal": "^7.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"ethers": "^5",
"fathom-client": "^3.6.0",
"flowbite-react": "^0.9.0",
"next": "^14.2.35",
"next-themes": "^0.2.1",
"react": "^18",
"react-chrono": "^2.3.1",
"react-dom": "^18",
"react-google-recaptcha": "^3.1.0",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"thirdweb": "^5.108.1",
"web3": "^4.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"lorem-ipsum": "^2.0.8",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1"
},
"engines": {
"node": ">=20"
}
}