forked from spdrstar/POMPoarding-ETHTokyo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 992 Bytes
/
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
{
"name": "pompoarding-ethtokyo",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@magic-ext/oauth": "^0.7.0",
"@magic-sdk/admin": "1.3.0",
"@magiclabs/ui": "0.6.1",
"@nextui-org/react": "^1.0.0-beta.12",
"@pushprotocol/restapi": "^1.2.2",
"@quillforms/blocklib-date-block": "^3.0.21",
"@quillforms/react-renderer-utils": "5.2.0",
"@quillforms/renderer-core": "5.2.0",
"@safe-global/protocol-kit": "^0.1.1",
"@safe-global/safe-core-sdk-types": "^1.10.1",
"babel-loader": "^9.1.2",
"ethers": "^6.3.0",
"lottie-web": "^5.11.0",
"magic-sdk": "^4.0.0",
"mongodb": "^5.2.0",
"next": "latest",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.0"
},
"license": "MIT",
"devDependencies": {
"framer-motion": "^2.3.0",
"rxjs": "^6.6.2"
}
}