dmed-voice-assistant 1.1.4 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -6
package/package.json
CHANGED
@@ -1,21 +1,23 @@
|
|
1
1
|
{
|
2
2
|
"name": "dmed-voice-assistant",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.6",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
7
7
|
],
|
8
|
+
"peerDependencies": {
|
9
|
+
"react": "^18.3.1",
|
10
|
+
"react-dom": "^18.3.1",
|
11
|
+
"@mui/material": "^6.3.0",
|
12
|
+
"@emotion/react": "^11.14.0",
|
13
|
+
"@emotion/styled": "^11.14.0"
|
14
|
+
},
|
8
15
|
"dependencies": {
|
9
|
-
"@emotion/react": "^11.13.5",
|
10
|
-
"@emotion/styled": "^11.13.5",
|
11
|
-
"@mui/material": "^6.1.10",
|
12
16
|
"@mui/x-date-pickers": "^7.23.1",
|
13
17
|
"@testing-library/jest-dom": "^5.17.0",
|
14
18
|
"@testing-library/react": "^13.4.0",
|
15
19
|
"@testing-library/user-event": "^13.5.0",
|
16
20
|
"dayjs": "^1.11.13",
|
17
|
-
"react": "^18.3.1",
|
18
|
-
"react-dom": "^18.3.1",
|
19
21
|
"react-scripts": "5.0.1",
|
20
22
|
"recorder-js": "^1.0.7",
|
21
23
|
"web-vitals": "^2.1.4"
|