-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "token-payment",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.8.3",
"@reduxjs/toolkit": "^1.6.1",
"classnames": "^2.3.1",
"ethers": "^5.4.6",
"prop-types": "^15.8.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^7.31.3",
"react-redux": "^7.2.5",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.0",
"reactstrap": "^9.1.1",
"sass": "^1.39.0",
"sass-loader": "^12.1.0",
"spinners-react": "^1.0.7",
"styled-components": "5.2.1",
"use-wallet": "0.8.1",
"web3": "1.3.4"
},
"devDependencies": {
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}