-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.41 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "lovelace-staking",
"version": "0.0.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.7.4",
"@date-io/core": "^2.10.7",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.53",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@walletconnect/client": "^1.6.5",
"@walletconnect/qrcode-modal": "^1.6.5",
"axios": "^0.21.1",
"bignumber": "^1.1.0",
"bignumber.js": "^9.0.1",
"clsx": "^1.1.1",
"customize-cra": "^0.9.1",
"history": "^5.0.0",
"lodash": "4.17.21",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"moment": "2.29.1",
"notistack": "^1.0.4",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "4.3.0",
"react-owl-carousel3": "^2.2.5",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-masonry-css": "^1.0.14",
"react-scripts": "4.0.3",
"react-virtualized": "^9.22.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"recompose": "^0.30.0",
"reselect": "^4.0.0",
"web3": "^1.5.2",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@testing-library/dom": "^7.29.6",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^5.1.1",
"react-app-rewired": "^2.1.5",
"typescript": "^4.2.2"
},
"scripts": {
"lint": "eslint --ext js,jsx,ts,tsx src/",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}