-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 995 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@ethersproject/contracts": "^5.6.0",
"@ethersproject/providers": "^5.6.2",
"@fontsource/roboto": "^4.5.5",
"@mui/icons-material": "^5.6.0",
"@mui/lab": "^5.0.0-alpha.76",
"@mui/material": "^5.6.0",
"@mui/styled-engine-sc": "^5.5.2",
"@nuxtjs/style-resources": "^1.2.1",
"@react-spring/parallax": "^9.4.4",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scroll-parallax": "^3.0.5",
"react-spring": "^9.4.4",
"styled-components": "^5.3.5",
"web3": "^1.7.1"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.1.0"
}
}