-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 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
60
61
62
63
64
{
"name": "Frontend",
"version": "3.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^4.1.0",
"@material-ui/icons": "^3.0.2",
"@microlink/react": "^4.0.1",
"auth0-js": "^9.10.2",
"auth0-lock": "^11.16.2",
"axios": "^0.18.0",
"dotenv": "^7.0.0",
"intro.js": "^2.9.3",
"jwt-decode": "^2.2.0",
"material-ui-flat-pagination": "^3.2.0",
"moment": "^2.24.0",
"phone-formatter": "^0.0.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-datepicker": "^2.5.0",
"react-dom": "^16.8.6",
"react-number-format": "^4.0.7",
"react-redux": "^7.0.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.0",
"react-scroll": "^1.7.11",
"react-stripe-elements": "^3.0.0",
"reactour": "^1.13.4",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"stripe": "^6.31.0",
"styled-components": "^4.2.0"
},
"resolutions": {
"babel-jest": "24.7.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-plugin-react-hooks": "^1.6.0",
"faker": "^4.1.0",
"jest-dom": "^3.1.3",
"react-test-renderer": "^16.8.6",
"react-testing-library": "^7.0.0"
}
}