-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
95 lines (95 loc) · 2.44 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
89
90
91
92
93
94
95
{
"name": "apollo-web-wallet",
"version": "2.12.15",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "5.13.0",
"apl-web-crypto": "1.0.2",
"axios": "0.19.2",
"bignumber.js": "9.1.0",
"bootstrap": "4.4.1",
"chart.js": "2.9.3",
"classnames": "2.2.6",
"core-js": "3.6.5",
"crypto-js": "4.0.0",
"express": "4.17.1",
"formik": "2.1.4",
"http-proxy-middleware": "1.3.0",
"i18next": "19.4.4",
"i18next-browser-languagedetector": "4.1.1",
"i18next-xhr-backend": "3.2.2",
"isomorphic-fetch": "2.2.1",
"jquery": "3.5.0",
"js-sha256": "0.9.0",
"jsbn": "1.1.0",
"jspdf": "1.5.3",
"loaders.css": "0.1.2",
"material-design-iconic-font": "2.2.0",
"pako": "1.0.11",
"parse-domain": "4.1.0",
"qrcode": "1.4.4",
"qrcode.react": "1.0.0",
"query-string": "6.12.1",
"react": "16.13.1",
"react-accessible-accordion": "3.0.1",
"react-circular-progressbar": "2.0.3",
"react-copy-to-clipboard": "5.0.2",
"react-custom-scrollbars": "4.2.1",
"react-dom": "16.13.1",
"react-dropzone": "11.0.1",
"react-form": "3.5.7",
"react-hint": "3.2.0",
"react-i18next": "11.4.0",
"react-input-mask": "2.0.4",
"react-notifications": "1.6.0",
"react-redux": "7.2.0",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-scripts": "3.4.1",
"react-select": "3.1.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"regenerator-runtime": "0.13.5",
"secure-web-storage": "1.0.2",
"universal-cookie": "4.0.4",
"uuid": "8.0.0"
},
"homepage": "/",
"main": "src/index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"react-start": "BROWSER=none react-scripts start",
"pack": "build --dir",
"dist": "npm run build && build",
"prezip": "npm run build",
"zip": "mkdir -p target && node ./npm-pack-zip.js",
"lint": "eslint ./src"
},
"devDependencies": {
"archiver-promise": "1.0.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "4.0.2",
"node-sass": "4.13.0",
"path": "0.12.7",
"sanitize-filename": "1.6.3"
},
"build": {
"directories": {
"buildResources": "public"
}
},
"babel": {
"presets": [
"react-app"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}