This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 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
{
"name": "mvp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"0xsequence": "^0.40.5",
"@aws-sdk/client-cognito-identity-provider": "^3.154.0",
"@babel/eslint-parser": "^7.18.9",
"@coinbase/wallet-sdk": "^3.4.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@mui/material": "^5.10.0",
"@mui/x-date-pickers": "^5.0.0-beta.5",
"@trycourier/courier": "^3.15.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@walletconnect/web3-provider": "^1.8.0",
"amazon-cognito-identity-js": "^5.2.10",
"axios": "^0.27.2",
"babel": "^6.23.0",
"cookie-cutter": "^0.2.0",
"cookies-next": "^2.1.1",
"date-fns": "^2.29.1",
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"ethers": "^5.7.0",
"gun": "^0.2020.1237",
"jsonwebtoken": "^8.5.1",
"magic-sdk": "^9.0.0",
"mongoose": "^6.4.4",
"moralis-v1": "^1.11.0",
"next": "12.2.2",
"passport": "^0.6.0",
"passport-google-oauth2": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-moralis": "^1.4.1",
"sass": "^1.53.0",
"sharp": "^0.31.0",
"typescript": "^4.7.4",
"web3": "^1.7.4",
"web3.storage": "^4.3.0",
"web3modal": "^1.9.8"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.2.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react-hooks": "^4.5.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7"
}
}