-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.7 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.7 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
57
58
59
60
61
62
63
{
"name": "smartdisperse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@covalenthq/client-sdk": "^0.8.9",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@nextui-org/react": "^2.4.0",
"@nextui-org/tooltip": "^2.0.34",
"@rainbow-me/rainbowkit": "^2.0.4",
"@tanstack/query-core": "^5.28.9",
"@tanstack/react-query": "^5.28.9",
"antd": "^5.19.4",
"axios": "^1.6.7",
"canvas-confetti": "^1.9.2",
"dotenv": "^16.4.5",
"driver.js": "^1.3.1",
"embla-carousel": "^8.1.3",
"embla-carousel-react": "^8.1.3",
"ethers": "^5.7.2",
"framer-motion": "^11.2.9",
"graphql": "^16.8.1",
"gsap": "^3.12.5",
"install": "^0.13.0",
"jose": "^5.2.3",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^8.5.1",
"moment": "^2.30.1",
"mongoose": "^8.2.1",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"nextjs-google-analytics": "^2.3.7",
"npm": "^10.8.1",
"react": "^18",
"react-date-picker": "^10.6.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.2",
"react-modal": "^3.16.1",
"react-reveal": "^1.2.2",
"react-toastify": "^10.0.5",
"react-transition-group": "^4.4.5",
"slick-carousel": "^1.8.1",
"universal-cookie": "^7.1.0",
"urql": "^4.0.6",
"viem": "^2.8.12",
"wagmi": "^2.5.11"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}