forked from ryan-was/wpseo-news
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.46 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
{
"name": "wpseo-news",
"description": "Development files for the Yoast News SEO plugin",
"license": "GPL-2.0+",
"plugin": {
"glotpress": "https://translate.yoast.com",
"slug": "news-seo",
"textdomain": "wordpress-seo-news"
},
"pot": {
"reportmsgidbugsto": "https://github.com/yoast/wpseo-news/issues",
"languageteam": "Yoast Translate <[email protected]>",
"lasttranslator": "Yoast Translate Team <[email protected]>"
},
"repository": {
"type": "git",
"url": "https://github.com/Yoast/wpseo-news"
},
"devDependencies": {
"@wordpress/babel-plugin-makepot": "^4.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "^3.0.1",
"@yoast/grunt-plugin-tasks": "^2.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"dotenv": "^8.2.0",
"grunt-git": "^1.0.14",
"grunt-po2json": "^0.3.0",
"grunt-webpack": "^4.0.2",
"lodash": "^4.17.20",
"node-fetch": "^1.0.1",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8"
},
"scripts": {
"i18n-wordpress-seo-news": "NODE_ENV=production babel js/src --plugins=@wordpress/babel-plugin-makepot > /dev/null"
},
"yoast": {
"pluginVersion": "13.1"
},
"dependencies": {
"prop-types": "^15.7.2"
}
}