forked from Yoast/duplicate-post
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.74 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
{
"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": {
"@wordpress/data": "^4.25.0",
"@wordpress/dependency-extraction-webpack-plugin": "^2.8.0",
"@yoast/grunt-plugin-tasks": "^1.7.2",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "7",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^10.0.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-shell": "^3.0.1",
"grunt-webpack": "^4.0.2",
"load-grunt-config": "^3.0.1",
"webpack": "^4.20.2"
},
"dependencies": {
"@wordpress/edit-post": "^3.25.2",
"@wordpress/plugins": "^2.23.0"
},
"yoast": {
"pluginVersion": "4.0.2"
}
}