-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 890 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 890 Bytes
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
{
"name": "moneytracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.5",
"@nextui-org/react": "^1.0.0-beta.9",
"@types/node": "^18.0.0",
"@web3-react/coinbase-wallet": "8.0.31-beta.0",
"@web3-react/core": "8.0.30-beta.0",
"ethers": "^5.6.9",
"next": "12.1.6",
"next-connect": "^0.10.2",
"react": "18.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.1.0",
"react-material-ui-carousel": "^3.4.2",
"swr": "^1.3.0",
"typescript": "^4.7.4",
"web3modal": "^1.9.8"
},
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-next": "12.1.6"
}
}