-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.36 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
52
53
54
55
56
{
"name": "new-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@iconify/react": "^4.1.1",
"@nextui-org/react": "^2.4.2",
"@nextui-org/system": "^2.2.2",
"@nextui-org/theme": "^2.2.6",
"@rainbow-me/rainbowkit": "^2.0.5",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"aos": "^2.3.4",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"ethers": "^5.7.2",
"framer-motion": "^11.2.12",
"i": "^0.3.7",
"jotai": "^2.8.0",
"jquery": "^3.7.1",
"next": "14.1.4",
"npm": "^10.5.2",
"pino-pretty": "^11.0.0",
"react": "^18",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-fast-marquee": "^1.6.4",
"react-hot-toast": "^2.4.1",
"react-use": "^17.5.0",
"swiper": "^11.1.4",
"tailwind-merge": "^2.2.2",
"viem": "^2.9.9",
"wagmi": "^2.10.9",
"web3": "^4.7.0"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/jquery": "^3.5.29",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}