-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.57 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.57 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "carbonio-auth-ui",
"version": "1.4.11",
"description": "Auth web module",
"main": "src/app.jsx",
"packageManager": "pnpm@10.32.1",
"engines": {
"node": "v22",
"pnpm": ">=10"
},
"scripts": {
"build": "sdk build",
"start": "sdk watch",
"deploy": "sdk deploy",
"sdkInstall": "sdk install",
"prepare": "is-ci || husky",
"type-check": "tsc --noEmit",
"type-check:watch": "pnpm run type-check -- --watch",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --resolve-plugins-relative-to node_modules/@zextras/carbonio-ui-configs src",
"test": "vitest run",
"test:watch": "vitest",
"build:dev": "sdk build --dev --pkgRel $(date +%s)"
},
"keywords": [],
"license": "ISC",
"devDependencies": {
"@babel/core": "7.26.8",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.26.8",
"@babel/runtime": "7.26.7",
"@babel/preset-env": "7.26.8",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@emotion/babel-plugin": "11.13.5",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@types/lodash": "4.17.24",
"@types/react": "18.3.18",
"@vitejs/plugin-react": "5.2.0",
"@vitest/coverage-v8": "3.2.3",
"@types/styled-components": "5.1.36",
"@zextras/carbonio-ui-configs": "1.0.4",
"@zextras/carbonio-ui-sdk": "2.2.6",
"eslint": "8.57.1",
"eslint-plugin-notice": "0.9.10",
"eslint-plugin-unused-imports": "2.0.0",
"husky": "9.1.7",
"is-ci": "3.0.1",
"sonarqube-scanner": "4.3.5",
"typescript": "5.7.3",
"jsdom": "26.1.0",
"vitest": "3.2.3",
"vitest-fetch-mock": "0.4.5"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@zextras/carbonio-design-system": "11.0.2",
"@zextras/carbonio-shell-ui": "13.0.0-devel.1766140356030",
"@zextras/carbonio-ui-commons": "2.0.0",
"@zextras/carbonio-ui-soap-lib": "1.0.4",
"buffer": "6.0.3",
"core-js": "3.45.1",
"i18next": "22.5.1",
"lodash": "4.17.21",
"qrcode.react": "4.2.0",
"react": "18.3.1",
"react-i18next": "12.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.30.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"core-js",
"esbuild",
"msw",
"protobufjs",
"unrs-resolver"
]
},
"browserslist": [
">1%",
"last 1 version",
"Firefox ESR",
"not dead"
],
"carbonio": {
"translations_repository": "git@github.com:zextras/carbonio-auth-ui-i18n.git",
"name": "carbonio-auth-ui",
"priority": 10,
"display": "Auth",
"icon": "AuthOutline",
"type": "carbonio"
}
}