-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 2.75 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
{
"name": "lawfirm-front",
"version": "2.14.1",
"private": true,
"scripts": {
"start": "nps",
"test-build": "dotenv -e .env.test react-scripts build",
"prod-build": " dotenv -e .env.production react-scripts build",
"build": "nps build",
"test": "nps test"
},
"dependencies": {
"@auth0/auth0-react": "1.8.0",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@react-pdf-viewer/core": "^2.3.2",
"@react-pdf/renderer": "^1.6.12",
"@repay/react-credit-card": "^1.0.2",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.13.2",
"@tkrotoff/bootstrap-input-spinner": "0.10.2",
"antd": "^4.9.4",
"audiobuffer-to-wav": "^1.0.0",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"ciseaux": "^0.4.0",
"classnames": "^2.2.6",
"date-fns": "^2.11.0",
"docxtemplater": "^3.19.9",
"file-saver": "^2.0.5",
"google-libphonenumber": "^3.2.7",
"history": "^4.9.0",
"install": "^0.13.0",
"jwt-decode": "^3.0.0-beta.2",
"lamejs": "^1.2.0",
"lodash": "^4.17.21",
"microsoft-cognitiveservices-speech-sdk": "^1.19.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.31",
"perfect-scrollbar": "^1.4.0",
"pizzip": "^3.0.6",
"prop-types": "^15.7.2",
"query-string": "^6.13.8",
"react": "^16.12.0",
"react-big-calendar": "^0.23.0",
"react-bootstrap-sweetalert": "^5.2.0",
"react-bootstrap-switch": "^15.5.3",
"react-bootstrap-wizard": "^0.0.9",
"react-datepicker": "^4.6.0",
"react-datetime": "^3.0.4",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-h5-audio-player": "^3.7.4",
"react-human-timer": "^1.0.1",
"react-loading": "^2.0.3",
"react-notification-alert": "^0.0.13",
"react-pdf": "^5.1.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.0.8",
"react-speech-recognition": "^3.9.0",
"react-table": "^7.6.1",
"react-transition-group": "^2.6.1",
"reactstrap": "^7.1.0",
"web-speech-cognitive-services": "7.1.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.5",
"@types/testing-library__jest-dom": "^5.14.2",
"concurrently": "^4.1.0",
"dotenv-cli": "^3.1.0",
"eslint-config-react-app": "^7.0.0",
"node-sass": "^6.0.1",
"nps": "^5.10.0",
"nps-utils": "^1.7.0",
"react-scripts": "^4.0.3",
"sass": "1.41.1"
}
}