-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 792 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 792 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
{
"name": "payments-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"ethers": "^6.6.0",
"keccak256": "^1.0.6",
"merkletreejs": "^0.3.10",
"next": "13.4.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.0",
"typescript": "5.1.3"
}
}