-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
{
"name": "GatorWallet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@arcana/auth": "^1.0.3",
"@biconomy/core-types": "^2.0.0",
"@biconomy/smart-account": "^2.0.0",
"@biconomy/web3-auth": "^2.0.0",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.17",
"@openzeppelin/network": "^0.4.3",
"@transak/transak-sdk": "^1.3.0",
"@types/node": "18.11.14",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"next": "13.0.6",
"next-pwa": "^5.6.0",
"pusher-js": "^8.0.2",
"react": "18.2.0",
"react-datepicker": "^4.10.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.9.0",
"redux": "^4.2.0",
"typescript": "4.9.4",
"web3.storage": "^4.5.4",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/react-datepicker": "^4.10.0",
"assert": "^2.0.0",
"autoprefixer": "^10.4.13",
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.20",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.2.4",
"url": "^0.11.0"
}
}