-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.61 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
{
"name": "aut-landing",
"version": "0.0.1",
"private": true,
"description": "Aut",
"author": "Aut",
"scripts": {
"build": "next build",
"lint": "next lint",
"start": "next"
},
"dependencies": {
"@leenguyen/react-flip-clock-countdown": "^1.4.0",
"@lottiefiles/lottie-player": "^1.7.1",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@redq/reuse-modal": "^2.0.0",
"@styled-system/theme-get": "^5.1.2",
"@typeform/embed-react": "^3.8.0",
"@walletconnect/ethereum-provider": "^2.7.7",
"@web3-react/core": "8.2.0",
"@web3-react/metamask": "8.2.1",
"@web3-react/walletconnect": "8.2.0",
"animate.css": "^4.1.1",
"axios": "^1.4.0",
"dateformat": "^5.0.3",
"eslint-config-next": "^13.4.4",
"ethers": "^6.4.0",
"framer-motion": "^10.16.4",
"html-entities": "^2.3.3",
"next": "^13.4.4",
"next-videos": "^1.4.1",
"polished": "^4.2.2",
"prop-types": "^15.8.1",
"rc-collapse": "^3.7.0",
"rc-drawer": "^6.2.0",
"rc-tooltip": "^6.0.1",
"react": "^18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-collapsible": "^2.10.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.2",
"react-icons-kit": "^2.0.0",
"react-image": "^4.1.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-perfect-scrollbar": "^1.5.8",
"react-scrollspy": "^3.4.3",
"react-slick": "^0.29.0",
"react-stickynode": "4.1.0",
"sharp": "^0.32.1",
"styled-components": "^5.3.11",
"styled-system": "5.1.5"
},
"devDependencies": {
"eslint": "8.41.0"
}
}