-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"check-types": "tsc --noEmit --pretty",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@iconify/icons-eva": "^1.2.3",
"@iconify/react": "^4.0.0",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.11",
"@reduxjs/toolkit": "^1.8.6",
"next": "13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.4",
"wagmi": "^0.7.9"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/lodash": "^4.14.186",
"@types/node": "18.11.8",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"ethers": "^5.7.2",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"typescript": "4.8.4"
}
}