-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·37 lines (37 loc) · 1.01 KB
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",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@giantmachines/redux-websocket": "^1.5.1",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@mui/styled-engine-sc": "npm:@mui/styled-engine-sc@latest",
"@reduxjs/toolkit": "^1.3.6",
"ethereum-checksum-address": "^0.0.8",
"next": "latest",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"react": "^18.2.0",
"react-diff-viewer-continued": "^3.2.6",
"react-dom": "^18.2.0",
"react-redux": "^7.2.0",
"redux-persist": "^6.0.0",
"string-similarity": "^4.0.4",
"styled-components": "^6.0.0-rc.1",
"uuid": "^9.0.0",
"uuidv4": "^6.2.13"
},
"resolutions": {
"@mui/styled-engine-sc": "npm:@mui/styled-engine-sc@latest"
},
"devDependencies": {
"babel-plugin-import": "^1.13.6",
"babel-plugin-styled-components": "^2.0.7"
}
}