-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "@celo-composer/react-app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@babel/core": "^7.19.6",
"@celo/contractkit": "^2.3.0",
"@celo/react-celo": "^4.2.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.11",
"@reduxjs/toolkit": "^1.8.6",
"@types/react-redux": "^7.1.24",
"autoprefixer": "^10.4.13",
"bignumber.js": "^9.1.0",
"dayjs": "^1.11.6",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"next": "^12.0.10",
"next-pwa": "^5.6.0",
"notistack": "^2.0.8",
"postcss": "^8.4.18",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^8.0.4",
"react-transition-group": "^4.4.5",
"redstone-api": "^0.4.11",
"typescript": "^4.8.4",
"web3": "^1.8.0"
},
"devDependencies": {
"@types/react": "18.0.1",
"eslint": "8.6.0",
"eslint-config-next": "12.0.10",
"eslint-plugin-react-hooks": "^4.3.0"
}
}