-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 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
52
53
54
55
56
{
"name": "duplicate-post",
"description": "Duplicate Post plugin for WordPress",
"main": "duplicate-post.php",
"plugin": {
"glotpress": "http://translate.wordpress.org",
"textdomain": "duplicate-post"
},
"pot": {
"reportmsgidbugsto": "https://github.com/yoast/duplicate-post/issues",
"languageteam": "Yoast Translate <translations@yoast.com>",
"lasttranslator": "Yoast Translate Team <translations@yoast.com>"
},
"repository": {
"type": "git",
"url": "https://github.com/Yoast/duplicate-post.git"
},
"keywords": [
"duplicate",
"post",
"wordpress"
],
"author": "Enrico Battocchi <enrico.battocchi@gmail.com>",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/Yoast/duplicate-post/issues"
},
"homepage": "https://github.com/Yoast/duplicate-post#readme",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.5",
"@babel/preset-react": "^7.18.5",
"@babel/runtime": "^7.18.5",
"@wordpress/dependency-extraction-webpack-plugin": "^6.6.0",
"@wordpress/env": "^11.2.0",
"@wordpress/scripts": "^28.6.0",
"@yoast/grunt-plugin-tasks": "^2.5",
"babel-loader": "^9.1.3",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-git": "^1.0.14",
"grunt-shell": "^3.0.1",
"grunt-webpack": "^6.0.0",
"load-grunt-config": "^3.0.1",
"webpack": "^5.94.0"
},
"dependencies": {
"@wordpress/data": "^4.25.0",
"@wordpress/editor": "^9.25.0",
"@wordpress/plugins": "^2.23.0"
},
"yoast": {
"pluginVersion": "4.6"
}
}