-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
131 lines (131 loc) · 4.38 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "carbonio-mails-ui",
"version": "1.22.0",
"description": "Mails module",
"main": "src/app.tsx",
"engines": {
"node": "v18",
"npm": "v10"
},
"scripts": {
"build": "sdk build",
"deploy": "sdk deploy",
"start": "sdk 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-fix": "eslint --fix --ext .js,.jsx,.ts,.tsx --quiet --resolve-plugins-relative-to node_modules/@zextras/carbonio-ui-configs",
"lint-errors": "eslint --ext .js,.jsx,.ts,.tsx --quiet --resolve-plugins-relative-to node_modules/@zextras/carbonio-ui-configs src",
"lint-stats": "eslint --ext .js,.jsx,.ts,.tsx --format node_modules/eslint-stats/byErrorAndWarningStacked --resolve-plugins-relative-to node_modules/@zextras/carbonio-ui-configs src",
"lint-check": "npm run lint-errors; npm run type-check",
"test": "TZ=Europe/Rome jest --testTimeout=20000 --maxWorkers=50%",
"build:dev": "sdk build --dev --pkgRel $(date +%s)",
"dev-deploy": "sdk build && sdk deploy"
},
"files": [
"src/types/"
],
"types": "./src/types/index.d.ts",
"keywords": [],
"author": "Zextras Crab Onions Team <https://www.zextras.com/carbonio/>",
"maintainers": [
"Gabriele Marino <[email protected]>",
"Giuliano Caregnato <[email protected]>",
"Dhaval Dodiya <[email protected]>",
"Francesco Gottardi <[email protected]>",
"Luca Stauble <[email protected]>"
],
"license": "AGPL-3.0-only",
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@faker-js/faker": "^8.4.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.4",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.1",
"@types/react-redux": "^7.1.25",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^10.0.0",
"@zextras/carbonio-search-ui": "github:zextras/carbonio-search-ui#devel",
"@zextras/carbonio-ui-configs": "^2.0.1",
"@zextras/carbonio-ui-sdk": "^1.7.7",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-transform-import-meta": "^2.2.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-testing-library": "^5.10.1",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-stats": "^1.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fail-on-console": "^3.1.2",
"jest-fetch-mock": "^3.0.3",
"msw": "^2.2.3",
"npm": "^10.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.7.2"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@reduxjs/toolkit": "^1.9.3",
"@types/webpack": "^5.28.2",
"@types/webpack-env": "^1.18.1",
"@zextras/carbonio-design-system": "9.0.0-devel.7",
"@zextras/carbonio-shell-ui": "devel",
"@zextras/carbonio-ui-preview": "^3.1.0",
"axios": "^1.6.7",
"babel-jest": "^29.4.3",
"core-js": "^3.36.0",
"darkreader": "^4.9.79",
"eslint": "^8.57.0",
"i18next": "^22.4.13",
"immer": "^9.0.19",
"jest-junit": "^15.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-forge": "^1.3.1",
"pkijs": "^3.2.4",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.0",
"react-i18next": "^12.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^5.3.4",
"styled-components": "^6.1.13",
"uuid": "^9.0.0",
"zustand": "^4.5.2"
},
"browserslist": [
">1%",
"last 1 version",
"Firefox ESR",
"not dead"
],
"carbonio": {
"translations_repository": "[email protected]:Zextras/carbonio-mails-ui-i18n.git",
"name": "carbonio-mails-ui",
"priority": 5,
"type": "carbonio",
"attrKey": "zimbraFeatureMailEnabled",
"display": "Mails",
"icon": "MailModOutline",
"sentryDsn": "https://[email protected]/7"
}
}