-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.54 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
{
"name": "@zextras/carbonio-ui-configs",
"version": "0.0.0-semantically-released",
"description": "Zextras Web configs",
"scripts": {
"prepare": "is-ci || husky"
},
"files": [
"rules",
"THIRDPARTIES"
],
"keywords": [
"zapp",
"zextras",
"carbonio"
],
"author": "Zextras DL Team <https://www.zextras.com/carbonio/>",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/zextras/carbonio-ui-configs.git"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"husky": "^9.1.6",
"is-ci": "^3.0.1",
"semantic-release": "^24.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.0.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-plugin-testing-library": "^7.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.1",
"prettier-eslint": "^16.1.2",
"typescript": "^5.7.2"
},
"peerDependencies": {
"typescript": "^5.4"
}
}