-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.25 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
47
48
{
"name": "yourjustice-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.5.0",
"@mui/x-data-grid": "^5.9.0",
"@rjsf/core": "^4.1.0",
"@rjsf/material-ui": "^4.1.0",
"@walletconnect/web3-provider": "^1.7.8",
"axios": "^0.26.1",
"ethers": "^5.6.0",
"ipfs-http-client": "^56.0.1",
"lodash": "^4.17.21",
"next": "12.1.0",
"next-i18next": "^11.0.0",
"nextjs-progressbar": "^0.0.14",
"notistack": "^2.0.3",
"posthog-js": "^1.21.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^12.0.5",
"react-google-recaptcha": "^2.1.0",
"react-player": "^2.10.0",
"sass": "^1.49.11",
"typescript": "^4.8.4",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"prettier": "^2.6.1"
}
}