forked from SaraAlertVaccine/SaraAlert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.76 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
{
"name": "sara_alert",
"private": true,
"dependencies": {
"@amcharts/amcharts4": "^4.9.23",
"@amcharts/amcharts4-geodata": "^4.1.15",
"@babel/preset-react": "^7.8.3",
"@fortawesome/fontawesome-free": "^5.13.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^5.2.0",
"@sentry/browser": "^5.15.5",
"authy-form-helpers": "^2.4.4",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"base64toblob": "^0.0.2",
"bootstrap": "^4.4.1",
"core-js": "^3.6.4",
"datatables.net": "^1.10.20",
"datatables.net-bs4": "^1.10.20",
"devise-axios": "^1.0.24",
"dom-to-image": "^2.6.0",
"es6-shim": "^0.35.5",
"google-libphonenumber": "^3.2.8",
"identity-obj-proxy": "^3.0.0",
"imports-loader": "^0.8.0",
"jquery": "^3.5.0",
"js-file-download": "^0.4.11",
"jw-react-pagination": "^1.1.0",
"local-time": "^2.1.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"moment-timezone": "^0.5.31",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"rc-slider": "^9.2.2",
"react": "^16.12.0",
"react-bootstrap": "1.2.2",
"react-confirm": "^0.1.20",
"react-csv": "^2.0.3",
"react-datepicker": "3.1.3",
"react-dom": "^16.12.0",
"react-paginate": "6.3.2",
"react-select": "^3.1.0",
"react-switch": "^5.0.1",
"react-text-mask": "5.4.3",
"react-toastify": "^5.5.0",
"react-tooltip": "^4.2.6",
"react_ujs": "^2.6.1",
"recharts": "^2.0.0-beta.1",
"yup": "^0.28.1"
},
"version": "0.1.0",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.10.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"enzyme-to-json": "^3.5.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-security": "^1.4.0",
"husky": "^4.2.1",
"jest": "^26.4.0",
"prettier": "1.19.1",
"pretty-quick": "^2.0.1",
"react-test-renderer": "^16.13.1",
"webpack-dev-server": "^3.10.1"
},
"husky": {
"hooks": {
"pre-commit": "./node_modules/.bin/pretty-quick --staged --pattern \"**/components/**/*.*(js|jsx)\" && ./node_modules/.bin/eslint app/javascript/components/",
"pre-push": "./node_modules/.bin/pretty-quick --check --pattern \"**/components/**/*.*(js|jsx)\" && ./node_modules/.bin/eslint app/javascript/components/"
}
},
"scripts": {
"test": "jest --config jest.config.js"
}
}