-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.2 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.2 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
72
73
74
75
76
77
78
79
80
{
"name": "usupport-components-library",
"private": true,
"version": "1.0.0",
"description": "USupport Components Library",
"type": "module",
"author": {
"name": "7DIGIT Ltd."
},
"license": "MIT",
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-image": "^3.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.27",
"babel-loader": "^8.2.5",
"postcss": "^8.4.16",
"postcss-color-rebeccapurple": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-svg": "^2.0.0"
},
"peerDependencies": {
"classnames": "^2.3.2",
"joi": "^17.6.2",
"lottie-react": "^2.3.1",
"prop-types": "^15.8.1",
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"react-outside-click-handler": "^1.3.0",
"rollup": "^2.79.1"
},
"dependencies": {
"@react-google-maps/api": "^2.20.7",
"axios": "^1.1.2",
"chart.js": "^4.2.1",
"classnames": "^2.3.2",
"date-fns-tz": "^1.3.7",
"dompurify": "^3.2.10",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.33.0",
"i18n-iso-countries": "^7.5.0",
"joi": "^17.6.2",
"jwt-decode": "^3.1.2",
"lottie-react": "^2.3.1",
"prop-types": "^15.8.1",
"rc-slider": "^10.5.0",
"react": ">=18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": ">=18.2.0",
"react-hls-player": "^3.0.7",
"react-idle-timer": "^5.6.2",
"react-markdown": "^9.0.0",
"react-modal": "^3.15.1",
"react-multi-carousel": "^2.8.2",
"react-outside-click-handler": "^1.3.0",
"react-phone-input-2": "^2.15.1",
"react-player": "^2.11.0",
"react-router-dom": "^6.4.2",
"react-select": "^5.7.3",
"rehype-raw": "7.0.0",
"remark-gfm": "^4.0.1",
"rollup": "^2.79.1"
},
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vfile": "6.0.0",
"serialize-javascript": "^7.0.3",
"react-multi-carousel": {
"npm": "npm:empty-npm-package@1.0.0"
}
}
}