-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.64 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
{
"name": "react-redux-firebase-starter",
"version": "0.0.1",
"private": true,
"engines": {
"node": "16"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@reduxjs/toolkit": "^1.5.1",
"@sendgrid/mail": "^7.7.0",
"@stripe/react-stripe-js": "^1.9.0",
"@stripe/stripe-js": "^1.32.0",
"bootstrap": "^4.6.0",
"date-fns": "^2.28.0",
"firebase": "^8.3.3",
"firebase-encode": "^0.0.5",
"history": "^4.10.1",
"jsonwebtoken": "^8.5.1",
"jspdf": "^2.5.1",
"react": "^17.0.0",
"react-avatar": "^3.10.0",
"react-calendar": "^3.7.0",
"react-datepicker": "^4.8.0",
"react-dom": "^17.0.0",
"react-firebaseui": "^5.0.2",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.0.5",
"react-redux": "^7.2.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-signature-canvas": "^1.0.6",
"react-table": "^7.8.0",
"react-use-wizard": "^2.2.0",
"reactstrap": "^8.9.0",
"redux": "^4.0.5",
"uniqid": "^5.4.0"
},
"resolutions": {
"//": "See https://stackoverflow.com/questions/70368760/react-uncaught-referenceerror-process-is-not-defined",
"react-error-overlay": "6.0.9"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn build && firebase deploy"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}