-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
78 lines (78 loc) · 2.23 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
{
"name": "eoscrnotarize",
"version": "1.0",
"private": true,
"dependencies": {
"@eoscostarica/eoscr-components": "^2.0.1",
"@eoscostarica/eoscr-theme": "^1.0.3",
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.51",
"@reach/router": "^1.3.3",
"@react-pdf/renderer": "^2.0.0-beta.6",
"clsx": "^1.1.0",
"eosjs": "^21.0.2",
"html2canvas": "^1.0.0-rc.5",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^5.0.0",
"jspdf": "^1.5.3",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"mui-datatables": "^3.4.0",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.4.0",
"react-qr-scanner": "^0.0.9",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"text-encoding": "^0.7.0",
"ual-anchor": "^0.5.0",
"ual-ledger": "^0.3.0",
"ual-lynx": "^0.4.0",
"ual-meetone": "^0.1.1",
"ual-reactjs-renderer": "^0.3.1",
"ual-scatter": "^0.3.0",
"ual-token-pocket": "^0.3.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"eject": "react-scripts eject",
"format": "precise-commits --check-only",
"lint": "eslint --ext .jsx,.js src",
"test": "react-app-rewired test"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"husky": {
"hooks": {
"pre-commit": "yarn format && yarn lint && CI=true yarn test"
}
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"customize-cra": "^1.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"precise-commits": "^1.0.2",
"prettier": "^2.0.5",
"react-app-rewired": "^2.1.6"
}
}