-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.09 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.09 KB
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
{
"name": "usupport-client-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --port 5173",
"staging": "vite build --mode staging && node scripts/generate-lang-indexes.mjs",
"build": "vite build && node scripts/generate-lang-indexes.mjs",
"preview": "vite preview",
"lint": "eslint --ext .js,.jsx src",
"lint-fix": "eslint --ext .js,.jsx src --fix"
},
"dependencies": {
"@jitsi/react-sdk": "^1.4.4",
"@react-pdf/renderer": "^3.1.11",
"@stripe/react-stripe-js": "^1.16.3",
"@stripe/stripe-js": "^1.46.0",
"@tanstack/react-query": "^4.13.4",
"@tanstack/react-query-devtools": "^4.14.1",
"aos": "^2.3.4",
"axios": "^1.7.2",
"classnames": "^2.3.2",
"html2pdf.js": "^0.14.0",
"i18next": "^21.10.0",
"joi": "^17.9.2",
"jwt-decode": "^3.1.2",
"marked": "^15.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-google-recaptcha": "^3.1.0",
"react-i18next": "^11.18.6",
"react-idle-timer": "^5.6.2",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^8.0.3",
"react-outside-click-handler": "^1.3.0",
"react-pin-input": "^1.3.1",
"react-router-dom": "^6.4.1",
"react-share": "^4.4.1",
"react-toastify": "^9.1.1",
"socket.io-client": "^4.5.4",
"twilio-video": "^2.18.1",
"usupport-components-library": "file:USupport-components-library"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.7.0",
"babel-loader": "^8.2.5",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"sass": "^1.55.0",
"typescript": "^4.8.4",
"vite": "^6.4.1"
},
"overrides": {
"remark-parse": "9.0.0",
"glob-parent": "5.1.2",
"trim-newlines": "3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"dompurify": "^3.2.10",
"jspdf": "^4.2.0",
"serialize-javascript": "^7.0.3",
"react-multi-carousel": {
"npm": "npm:empty-npm-package@1.0.0"
}
}
}