-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.5 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": "eschernode",
"version": "5.0.0",
"description": "Eschernode - Messaging Automation",
"private": true,
"dependencies": {
"@glidejs/glide": "^3.4.1",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.8.0",
"availity-reactstrap-validation": "^2.6.1",
"axios": "^0.19.2",
"chart.js": "2.9.3",
"classnames": "2.2.6",
"firebase": "^7.14.6",
"formik": "^2.1.4",
"moment": "2.26.0",
"mousetrap": "^1.6.5",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"rc-slider": "^9.3.0",
"rc-switch": "^3.2.0",
"react": "^16.13.1",
"react-albus": "^2.0.0",
"react-autosuggest": "^10.0.2",
"react-big-calendar": "^0.25.0",
"react-circular-progressbar": "^2.0.3",
"react-contextmenu": "^2.13.0",
"react-datepicker": "^2.16.0",
"react-dom": "^16.13.1",
"react-dropzone-component": "^3.2.0",
"react-ga": "^3.0.0",
"react-google-maps": "^9.4.5",
"react-image-lightbox": "^5.1.1",
"react-intl": "4.6.3",
"react-lines-ellipsis": "^0.14.1",
"react-perfect-scrollbar": "^1.5.8",
"react-quill": "^1.3.5",
"react-rater": "^5.1.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-select": "^3.1.0",
"react-sortablejs": "^2.0.11",
"react-table": "7.1.0",
"react-tagsinput": "^3.19.0",
"react-transition-group": "^4.4.1",
"react-yandex-maps": "^4.4.0",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"sortablejs": "^1.10.2",
"video.js": "^7.8.2",
"yup": "^0.29.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"precommit": "lint-staged"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/.js": [
"eslint --fix",
"git add"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"firebase-tools": "^8.4.3",
"husky": "^4.2.5",
"lint-staged": "^10.2.7",
"node-sass": "^4.14.1",
"prettier": "^2.0.5"
}
}