-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.15 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
93
94
95
96
97
98
{
"name": "carbonio-ws-collaboration-ui",
"version": "0.9.13",
"description": "Chats Module for Zextras Carbonio",
"main": "src/app.jsx",
"scripts": {
"build": "sdk build",
"deploy": "sdk deploy",
"sdk-install": "sdk install",
"start": "sdk watch",
"test": "jest",
"postinstall": "is-ci || husky",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"test:watch": "jest --watch",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --resolve-plugins-relative-to node_modules/@zextras/carbonio-ui-configs ./src",
"lint:noWarning": "eslint --quiet --ext .js,.jsx,.ts,.tsx --resolve-plugins-relative-to node_modules/@zextras/carbonio-ui-configs ./src",
"build:dev": "sdk build --dev --pkgRel $(date +%s)"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.26.7",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.7",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/lodash": "4.14.202",
"@types/react": "^18.3.2",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@zextras/carbonio-ui-configs": "^1.0.3",
"@zextras/carbonio-ui-sdk": "1.7.12",
"babel-eslint": "10.1.0",
"babel-jest": "29.7.0",
"babel-plugin-transform-import-meta": "^2.3.2",
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-notice": "^0.9.10",
"history": "4.9.0",
"husky": "^9.1.7",
"is-ci": "^3.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fail-on-console": "^3.3.0",
"jest-junit": "^16.0.0",
"jest-styled-components": "7.2.0",
"ts-node": "^10.9.2"
},
"dependencies": {
"@emoji-mart/data": "1.2.1",
"@mediapipe/selfie_segmentation": "^0.1.1632777926",
"@zextras/carbonio-design-system": "9.0.0",
"@zextras/carbonio-shell-ui": "devel",
"@zextras/carbonio-ui-preview": "3.1.0-devel.2",
"emoji-mart": "5.6.0",
"identity-obj-proxy": "^3.0.0",
"immer": "^10.0.3",
"lodash": "4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"polished": "^4.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "12.3.1",
"react-router-dom": "5.3.4",
"strophe.js": "1.6.2",
"styled-components": "^6.1.13",
"uuid": "10.0.0",
"zustand": "^4.5.5"
},
"carbonio": {
"name": "carbonio-ws-collaboration-ui",
"display": "Chats",
"priority": 404,
"attrKey": "carbonioFeatureChatsEnabled",
"type": "carbonio",
"translations_repository": "[email protected]:Zextras/carbonio-ws-collaboration-ui-i18n.git"
},
"config": {
"translations_repository": "[email protected]:Zextras/carbonio-ws-collaboration-ui-i18n.git"
}
}