-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.45 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "loopso-swap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@erc725/erc725.js": "^0.21.2",
"@ffmpeg/core": "^0.12.4",
"@ffmpeg/ffmpeg": "^0.12.7",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.2",
"@lukso/eip191-signer.js": "^0.2.2",
"@lukso/lsp-smart-contracts": "^0.12.1",
"@lukso/web3-onboard-config": "^1.0.3",
"@moralisweb3/common-evm-utils": "^2.23.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/jquery": "^3.5.28",
"@web3-onboard/cede-store": "^2.1.0",
"@web3-onboard/common": "^2.3.3",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/injected-wallets": "^2.10.9",
"@web3-onboard/react": "^2.8.13",
"axios": "^1.6.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"ethers": "^6.8.1",
"gsap": "^3.12.2",
"loopso-bridge-sdk": "^1.0.32",
"lucide-react": "^0.292.0",
"maath": "^0.10.4",
"moralis": "^2.23.2",
"next": "14.0.1",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-router-dom": "^6.18.0",
"react-slick": "^0.29.0",
"react-slideshow-image": "^4.3.0",
"react-spinners": "^0.13.8",
"react-tilt": "^1.0.2",
"siwe": "^2.1.4",
"slick-carousel": "^1.8.1",
"sonner": "^1.2.3",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"web3": "^4.2.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@react-three/drei": "^9.88.16",
"@react-three/fiber": "^8.15.11",
"@types/node": "^20",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/three": "^0.158.2",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"framer-motion": "^10.16.5",
"postcss": "^8",
"react-intersection-observer": "^9.5.3",
"tailwindcss": "^3.3.0",
"three": "^0.158.0",
"typescript": "^5.3.2"
},
"engines": {
"npm": ">=9.6.7",
"node": ">=18.17.1"
}
}