-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.15 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
{
"name": "athlos",
"version": "0.5.3",
"private": true,
"dependencies": {
"@cometchat-pro/chat": "^3.0.6",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@googlemaps/react-wrapper": "^1.1.30",
"@iconify/icons-mdi": "^1.0.105",
"@iconify/react": "^1.1.3",
"@mui/material": "^5.6.3",
"@mui/system": "^5.6.3",
"@paypal/react-paypal-js": "^7.6.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.1.3",
"dotenv": "^16.0.0",
"google-map-react": "^2.1.10",
"is-empty": "^1.2.0",
"jwt-decode": "^3.1.2",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-chat-widget": "^3.1.4",
"react-dom": "^17.0.2",
"react-google-login": "^5.2.2",
"react-google-places-autocomplete": "^3.3.4",
"react-input-mask": "^2.0.4",
"react-md-spinner": "^1.0.0",
"react-number-format": "^4.9.1",
"react-qr-code": "^2.0.5",
"react-rating-stars-component": "^2.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"react-speech-recognition": "^3.9.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"serve": "^14.1.1",
"uniqid": "^5.4.0",
"victory": "^36.3.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "serve -s build",
"dev": "PORT=3001 NODE_ENV=development react-scripts start",
"prod": "PORT=3001 serve -s build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"pretty": "prettier --write \"./**/*.{js,jsx,json,css,html,md}\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}