forked from Yoast/Yoast-SEO-for-TYPO3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.23 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
62
63
64
65
66
67
68
{
"name": "t3ext-yoast-seo",
"version": "1.0.0",
"description": "Yoast SEO for TYPO3",
"main": "plugin.js",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"grunt-contrib-copy": "^1.0.0",
"grunt-glotpress": "git+https://github.com/markoheijnen/grunt-glotpress.git#05a38906b357d5a4785bc57e6287fb6479e674b7",
"grunt-po2json": "git+https://github.com/atimmer/grunt-po2json.git#f26c05653af89ef0f7a72456dbe141eb56bf5471",
"react-intl": "^2.9.0",
"redux-thunk": "^2.3.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
},
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack --config webpack.config.js",
"i18n-wordpress-seo": "cross-env NODE_ENV=production babel Resources/Public/Javascript --plugins=@wordpress/babel-plugin-makepot | shusher"
},
"plugin": {
"glotpress": "http://translate.wordpress.org",
"textdomain": "wordpress-seo"
},
"pot": {
"reportmsgidbugsto": "https://github.com/YoastSeoForTypo3/t3ext-yoast-seo/issues",
"languageteam": "Yoast Translate <[email protected]>",
"lasttranslator": "Yoast Translate Team <[email protected]>"
},
"dependencies": {
"@babel/polyfill": "^7.6.0",
"@wordpress/babel-plugin-makepot": "^3.2.0",
"@yoast/components": "^0.6.0",
"@yoast/grunt-plugin-tasks": "^1.4.2",
"@yoast/search-metadata-previews": "^1.8.0",
"cross-env": "^5.2.1",
"fstream": "^1.0.12",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-sass": "^2.1.0",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-config": "^1.0.2",
"lodash": "^4.17.15",
"material-ui": "^0.20.2",
"react-dom": "^16.9.0",
"time-grunt": "^2.0.0",
"yoast-components": "^4.32.0",
"yoastseo": "^1.59.0"
},
"repository": {
"type": "git",
"url": "https://github.com/YoastSeoForTypo3/t3ext-yoast-seo.git"
},
"keywords": [
"Yoast",
"TYPO3"
],
"author": "Frank Baak <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/YoastSeoForTypo3/t3ext-yoast-seo/issues"
},
"homepage": "https://github.com/YoastSeoForTypo3/t3ext-yoast-seo"
}