-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "design-heist-sample",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.8.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.2",
"@mui/lab": "^5.0.0-alpha.70",
"@mui/material": "^5.4.3",
"@mui/styles": "^5.4.2",
"@walletconnect/web3-provider": "^1.7.1",
"@web3auth/web3auth": "^0.3.2",
"clsx": "^1.1.1",
"magic-sdk": "^8.0.1",
"moralis": "^1.3.2",
"muicss": "^0.10.3",
"next": "12.1.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-alice-carousel": "^2.5.1",
"react-dom": "17.0.2",
"react-elastic-carousel": "^0.11.5",
"react-hook-form": "^7.27.1",
"react-moralis": "^1.3.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.4.0"
}
}