-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "@summercash/react-summercash",
"version": "0.1.0",
"private": false,
"dependencies": {
"@material-ui/core": "^3.9.3",
"dom-to-image": "^2.6.0",
"firebase": "^6.0.2",
"grommet": "^2.6.5",
"grommet-icons": "^4.2.0",
"grommet-styles": "^0.2.0",
"js-sha3": "^0.8.0",
"material-ui": "^0.20.2",
"polished": "^3.2.0",
"print-js": "^1.0.55",
"qrcode.react": "^0.9.3",
"react": "^16.8.6",
"react-blockies": "^1.4.1",
"react-cookie-banner": "^4.0.0",
"react-desktop": "^0.3.9",
"react-dom": "^16.8.6",
"react-media": "^1.9.2",
"react-print": "^1.3.1",
"react-qr-reader": "^2.2.1",
"react-redux": "^6.0.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-router-redux": "^4.0.8",
"react-scripts": "^3.0.0",
"react-toastify": "^5.0.0-rc.6",
"redux": "^4.0.1",
"reflexbox": "^3.0.1",
"styled-components": "^4.2.0",
"universal-cookie": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "https://localhost:3033",
"homepage": "https://summer.cash"
}