-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.22 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
46
{
"name": "snapvox-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.10.17",
"@ramonak/react-progress-bar": "^5.0.3",
"@types/draft-js": "^0.11.9",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@uiw/react-markdown-preview": "^4.1.6",
"@uiw/react-md-editor": "^3.19.8",
"axios": "^1.2.1",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"ethers": "^5.7.2",
"fs": "^0.0.1-security",
"next": "13.0.4",
"next-remove-imports": "^1.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.4",
"react-notifications": "^1.7.4",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",
"sass": "^1.56.1",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.4",
"typescript": "4.9.3",
"web3": "1.7.1",
"web3-eth-contract": "1.7.1",
"web3-utils": "1.7.1",
"web3modal": "^1.9.10",
"xdcpay-connect": "^1.0.3"
}
}