-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.49 KB
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
{
"name": "gtm4wp",
"version": "2.0.0-beta2",
"description": "The first Google Tag Manager plugin for WordPress with business goals in mind",
"scripts": {
"build": "wp-scripts build",
"postbuild": "npm run lint:js",
"start": "wp-scripts start",
"test:unit": "wp-scripts test-unit-js --passWithNoTests",
"lint:js": "wp-scripts lint-js js",
"release": "node tools/build-release.js",
"check-branch": "node tools/check-branch.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duracelltomi/gtm4wp.git"
},
"keywords": [
"google tag manager",
"wordpress"
],
"author": "Thomas Geiger",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/duracelltomi/gtm4wp/issues"
},
"homepage": "https://github.com/duracelltomi/gtm4wp#readme",
"devDependencies": {
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.3",
"@wordpress/scripts": "^30.0.0",
"adm-zip": "^0.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "~5.3.3"
},
"overrides": {
"@babel/core": "^7.29.6",
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
"@opentelemetry/core": "^2.8.0",
"adm-zip": "^0.6.0",
"brace-expansion": "^5.0.8",
"linkify-it": "^5.0.2",
"markdown-it": "^14.2.0",
"minimatch": "^10.0.3",
"serialize-javascript": "^7.0.5",
"uuid": "^11.1.1",
"webpack-dev-server": "^6.0.0"
}
}