-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.81 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
{
"name": "carbonio-files-ui",
"version": "2.10.0",
"description": "Files module",
"main": "src/app.tsx",
"scripts": {
"build": "sdk build",
"start": "sdk watch",
"deploy": "sdk install",
"test": "jest --maxWorkers=2",
"prepare": "is-ci || husky",
"test:watch": "jest --watch",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.graphql --resolve-plugins-relative-to node_modules/@zextras/carbonio-ui-configs src",
"generate": "graphql-codegen",
"build:dev": "sdk build --dev --pkgRel $(date +%s)",
"update-zextras-dependencies": "git checkout -b update-zextras-deps/$(date '+%Y-%m-%d') && ncu @zextras/carbonio-design-system @zextras/carbonio-shell-ui @zextras/carbonio-ui-preview -u && npm install"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0-only",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@faker-js/faker": "^9.0.3",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/schema-ast": "^4.1.0",
"@graphql-codegen/typed-document-node": "^5.0.12",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@graphql-codegen/typescript-resolvers": "^4.4.1",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@graphql-tools/jest-transform": "^2.0.0",
"@graphql-tools/mock": "^9.0.4",
"@graphql-tools/schema": "^10.0.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/core-js": "^2.5.8",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.10",
"@types/node": "^18.19.54",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"@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.10",
"babel-plugin-styled-components": "^2.1.4",
"babel-plugin-transform-import-meta": "^2.3.2",
"dotenv": "^16.4.5",
"eslint-plugin-no-autofix": "^2.1.0",
"eslint-plugin-notice": "^1.0.0",
"graphql-tag": "^2.12.6",
"history": "^5.3.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"is-ci": "^3.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fail-on-console": "^3.3.1",
"jest-junit": "^16.0.0",
"jest-styled-components": "^7.2.0",
"msw": "^2.7.0",
"npm-check-updates": "^17.1.13",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@apollo/client": "3.10.8",
"@zextras/carbonio-design-system": "9.0.0-devel.13",
"@zextras/carbonio-shell-ui": "9.0.0-devel.1736251123989",
"@zextras/carbonio-ui-preview": "^3.1.0",
"core-js": "^3.38.1",
"date-fns": "^4.1.0",
"graphql": "^16.9.0",
"i18next": "^22.5.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^12.3.1",
"react-router-dom": "^5.3.4",
"styled-components": "^6.1.13",
"uuid": "^10.0.0"
},
"browserslist": [
">1%",
"last 3 version",
"Firefox ESR",
"not dead"
],
"carbonio": {
"name": "carbonio-files-ui",
"display": "Files",
"priority": 9,
"attrKey": "carbonioFeatureFilesEnabled",
"icon": "DriveOutline",
"type": "carbonio",
"sentryDsn": "https://[email protected]/11",
"translations_repository": "[email protected]:Zextras/carbonio-files-ui-i18n.git"
},
"config": {
"translations_repository": "[email protected]:Zextras/carbonio-files-ui-i18n.git"
}
}