-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
79 lines (79 loc) · 2.11 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
{
"name": "cerebro-wallet",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@types/big.js": "^4.0.5",
"@types/file-saver": "^2.0.1",
"@types/jest": "24.0.22",
"@types/node": "12.12.6",
"@types/qrcode.react": "^1.0.0",
"@types/react": "16.9.11",
"@types/react-custom-scrollbars": "^4.0.6",
"@types/react-dom": "16.9.4",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.2",
"@types/react-select": "^3.0.8",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/recharts": "^1.8.10",
"@types/uuid": "^3.4.7",
"activity-detector": "^3.0.0",
"big.js": "^5.2.2",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.7",
"blockstack": "^21.0.0",
"connected-react-router": "^6.6.1",
"date-fns": "^2.8.1",
"file-saver": "^2.0.2",
"formik": "^2.0.4",
"immer": "^5.0.1",
"qrcode.react": "^1.0.0",
"react": "^16.11.0",
"react-custom-scrollbars": "^4.2.1",
"react-device-detect": "^1.9.10",
"react-dom": "^16.11.0",
"react-feather": "^2.0.3",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"react-scrollbars-custom": "^4.0.21",
"react-select": "3.0.4",
"react-spring": "^8.0.27",
"react-virtualized-auto-sizer": "^1.0.2",
"recharts": "^1.8.5",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"styled-components": "^4.4.1",
"typesafe-actions": "^5.1.0",
"typescript": "3.7.2",
"uuid": "^3.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-redux": "^7.1.5",
"@types/styled-components": "^4.4.1"
}
}