-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
{
"name": "@tl-its-umich-edu/react-ga-onetrust-consent",
"version": "1.1.1",
"description": "React implementation of OneTrust consent banner integrated with Google Analytics signals.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"test": "ts-jest --clearCache && jest"
},
"files": ["dist/*", "src/*"],
"keywords": [],
"author": "jaydonkrooss",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/tl-its-umich-edu/react-ga-onetrust-consent.git"
},
"publishConfig": {
"@tl-its-umich-edu:registry": "https://npm.pkg.github.com"
},
"bugs": {
"url": "https://github.com/tl-its-umich-edu/react-ga-onetrust-consent/issues"
},
"homepage": "https://github.com/tl-its-umich-edu/react-ga-onetrust-consent#readme",
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"dependencies": {
"jest-environment-jsdom": "29.7.0",
"js-cookie": "3.0.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-ga4": "2.1.0",
"react-router-dom": "6.25.1"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-react": "7.24.7",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.14",
"@types/js-cookie": "3.0.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
}
}