-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.45 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
{
"name": "whisper-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@craco/craco": "^5.8.0",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.23.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"antd": "^4.5.4",
"aos": "^2.3.4",
"apisauce": "^2.0.1",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"chart.js": "^3.6.2",
"craco-less": "^1.20.0",
"custom-react-accordion": "^1.0.4",
"dotenv": "^9.0.2",
"faker": "^5.5.3",
"google-maps-react": "^2.0.6",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-apple-login": "^1.1.3",
"react-chartjs-2": "^4.0.0",
"react-countdown-circle-timer": "^2.5.4",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.2.2",
"react-icons": "^4.3.1",
"react-loader-spinner": "^4.0.0",
"react-otp-input": "^2.4.0",
"react-phone-input-2": "^2.14.0",
"react-phone-number-input": "^3.1.44",
"react-places-autocomplete": "^7.3.0",
"react-redux": "^7.2.6",
"react-responsive": "^9.0.0-beta.4",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-stripe-checkout": "^2.6.3",
"react-toastify": "^7.0.4",
"react-webcam": "^7.0.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^4.4.1",
"uuid": "^8.3.2",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"build:uat": "env-cmd -f .env.uat npm run build",
"build:dev": "env-cmd -f .env.dev npm run build",
"eject": "react-scripts eject"
},
"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"
]
}
}