-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
71 lines (71 loc) · 2.33 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
{
"name": "@s-group/react-usercentrics",
"version": "1.7.3",
"description": "React utils for interacting with the Usercentrics Browser CMP",
"author": "Iiro Jäppinen <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/s-group-dev/react-usercentrics.git"
},
"bugs": "https://github.com/s-group-dev/react-usercentrics/issues",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"files": [
"dist",
"augmented.d.ts"
],
"sideEffects": false,
"scripts": {
"prepare": "husky",
"lint": "eslint",
"test": "jest",
"typecheck": "tsc --project tsconfig.json",
"build": "tsc --project tsconfig.build.json"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@eslint/js": "9.15.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@swc/core": "1.9.2",
"@swc/jest": "0.2.37",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.14",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "15.12.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"semantic-release": "24.2.0",
"typescript": "5.6.3",
"typescript-eslint": "8.15.0"
}
}