-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·61 lines (61 loc) · 1.74 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
57
58
59
60
61
{
"name": "try-aut",
"version": "0.0.1",
"private": true,
"description": "Try Āut",
"author": "Āut Labs",
"scripts": {
"build": "next build",
"start": "next"
},
"dependencies": {
"@aut-labs/abi-types": "^0.0.39",
"@aut-labs/d-aut": "^1.0.58-dev",
"@aut-labs/sdk-biconomy": "^0.0.2",
"@leenguyen/react-flip-clock-countdown": "^1.4.0",
"@lottiefiles/lottie-player": "^1.5.7",
"@lottiefiles/react-lottie-player": "^3.4.7",
"@redq/reuse-modal": "^2.0.0",
"@styled-system/theme-get": "^5.1.2",
"animate.css": "^4.1.1",
"axios": "^0.26.1",
"dateformat": "^5.0.3",
"eslint-config-next": "^13.0.6",
"ethers": "^5.7.0",
"html-entities": "^2.3.2",
"next": "^13.4.6",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"polished": "^4.0.3",
"prop-types": "^15.7.2",
"rc-collapse": "^3.1.1",
"rc-drawer": "^4.1.0",
"rc-tooltip": "^5.2.2",
"react": "^18.2.0",
"react-accessible-accordion": "3.3.5",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-aria-menubutton": "^7.0.2",
"react-collapsible": "^2.8.4",
"react-cookie-consent": "^8.0.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.26.0",
"react-icons-kit": "^2.0.0",
"react-image": "^4.0.3",
"react-mailchimp-subscribe": "^2.1.3",
"react-perfect-scrollbar": "^1.5.8",
"react-reveal": "^1.2.2",
"react-scrollspy": "^3.4.3",
"react-slick": "^0.28.1",
"react-stickynode": "4.0.0",
"sharp": "^0.31.3",
"styled-components": "^5.2.1",
"styled-system": "5.1.5",
"viem": "^1.5.3",
"wagmi": "^1.3.9",
"web3modal": "^1.9.12"
},
"devDependencies": {
"eslint": "8.29.0"
}
}