-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.62 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
{
"name": "@magicul/next-google-tag-manager",
"description": "A lightweight Next 13 compatible Google Tag Manager package.",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/XD2Sketch/next-google-tag-manager#readme",
"repository": {
"type": "git",
"url": "https://github.com/XD2Sketch/next-google-tag-manager.git"
},
"bugs": {
"url": "https://github.com/XD2Sketch/next-google-tag-manager/issues"
},
"keywords": [
"analytics",
"googletagmanager",
"gtm",
"lightweight",
"next",
"nextjs",
"next 13",
"react",
"tagmanager",
"typescript"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn build"
},
"author": "Magicul",
"license": "MIT",
"peerDependencies": {
"next": ">=13.0.0",
"react": ">=17.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.61.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"eslint": "8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "13.4.16",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"next": "^13.0.7",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.6"
}
}