forked from Yoast/wordpress-seo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
153 lines (153 loc) · 6.65 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "wordpress-seo",
"license": "GPL-2.0+",
"description": "Development files for the Yoast SEO plugin",
"plugin": {
"glotpress": "http://translate.wordpress.org",
"textdomain": "wordpress-seo"
},
"pot": {
"reportmsgidbugsto": "https://github.com/yoast/wordpress-seo/issues",
"languageteam": "Yoast Translate <translations@yoast.com>",
"lasttranslator": "Yoast Translate Team <translations@yoast.com>"
},
"repository": {
"type": "git",
"url": "https://github.com/Yoast/wordpress-seo"
},
"scripts": {
"test": "jest -u",
"build": "cross-env NODE_ENV=production webpack --config ./config/webpack/webpack.config.js --progress",
"webpack-analyze-bundle": "cross-env BUNDLE_ANALYZER=1 NODE_ENV=production webpack --config ./config/webpack/webpack.config.js --progress",
"i18n-wordpress-seo": "cross-env NODE_ENV=production babel js/src --plugins=@wordpress/babel-plugin-makepot | shusher",
"i18n-yoast-components": "cross-env NODE_ENV=production babel node_modules/yoast-components --ignore node_modules/yoast-components/node_modules,tests/*Test.js --plugins=@wordpress/babel-plugin-makepot | shusher",
"i18n-yoast-js-analysis-report": "cross-env NODE_ENV=production babel node_modules/@yoast/analysis-report --ignore node_modules/@yoast/analysis-report/node_modules --plugins=@wordpress/babel-plugin-makepot | shusher",
"i18n-yoast-js-components": "cross-env NODE_ENV=production babel node_modules/yoast-components node_modules/@yoast/components --ignore node_modules/yoast-components/node_modules,node_modules/@yoast/components/node_modules,tests/*Test.js --plugins=@wordpress/babel-plugin-makepot | shusher",
"i18n-yoast-js-configuration-wizard": "cross-env NODE_ENV=production babel node_modules/@yoast/configuration-wizard --ignore node_modules/@yoast/configuration-wizard/node_modules --plugins=@wordpress/babel-plugin-makepot | shusher",
"i18n-yoast-js-helpers": "cross-env NODE_ENV=production babel node_modules/@yoast/helpers --ignore node_modules/@yoast/helpers/node_modules --plugins=@wordpress/babel-plugin-makepot | shusher",
"i18n-yoast-js-search-metadata-previews": "cross-env NODE_ENV=production babel node_modules/@yoast/search-metadata-previews --ignore node_modules/@yoast/search-metadata-previews/node_modules,__mocks__/*.js --plugins=@wordpress/babel-plugin-makepot | shusher",
"prestart": "grunt build:css && grunt copy:js-dependencies",
"start": "webpack-dev-server --config ./config/webpack/webpack.config.js --progress --env.environment=development",
"link-monorepo": "node config/yarn/link_monorepo_to_plugin.js",
"unlink-monorepo": "node config/yarn/unlink_monorepo.js",
"bump-monorepo-packages": "node config/yarn/bump_monorepo_packages.js"
},
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/js/tests/setupTests.js",
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\](?!yoast-components|yoastseo|lodash-es|@yoast).+\\.js$"
],
"testPathIgnorePatterns": [
"/js/tests/edit.test.js"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/js/tests/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/js/tests/__mocks__/styleMock.js",
"find-with-regex": "<rootDir>/node_modules/find-with-regex/lib/index.js"
},
"moduleDirectories": [
"<rootDir>/node_modules",
"node_modules"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"testURL": "http://localhost/"
},
"devDependencies": {
"@slack/webhook": "^5.0.2",
"@wordpress/babel-plugin-makepot": "^1.0.0",
"@wordpress/babel-preset-default": "^1.1.3",
"@wordpress/data": "^4.10.0",
"@wordpress/dependency-extraction-webpack-plugin": "^2.8.0",
"@wordpress/element": "^2.9.0",
"@yoast/grunt-plugin-tasks": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^18.0.0",
"babel-loader": "^7.1.1",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-async-generator-functions": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"colors": "^1.4.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"envify": "^3.4.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-to-json": "^3.3.3",
"grunt-git": "^1.0.14",
"grunt-po2json": "^0.3.0",
"grunt-prompt": "^1.3.3",
"grunt-webpack": "^3.1.3",
"i18n-calypso": "^1.8.4",
"jest": "^23.3.0",
"jest-styled-components": "^6.3.4",
"mini-css-extract-plugin": "^0.9.0",
"node-fetch": "^2.6.1",
"raf": "^3.4.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"readline-sync": "^1.4.9",
"shusher": "^0.1.1",
"svg-react-loader": "^0.4.6",
"tmp": "^0.1.0",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
"@wordpress/dom-ready": "^2.10.0",
"@yoast/analysis-report": "^1.16.0-rc.2",
"@yoast/components": "^2.14.0-rc.2",
"@yoast/configuration-wizard": "^2.17.0-rc.2",
"@yoast/feature-flag": "^0.5.2",
"@yoast/helpers": "^0.15.0",
"@yoast/replacement-variable-editor": "^1.12.0-rc.2",
"@yoast/schema-blocks": "^1.3.0-rc.0",
"@yoast/search-metadata-previews": "^2.19.0-rc.2",
"@yoast/social-metadata-forms": "^1.12.0-rc.2",
"@yoast/style-guide": "^0.13.0",
"a11y-speak": "git+https://github.com/Yoast/a11y-speak.git#master",
"babel-polyfill": "^6.26.0",
"draft-js": "^0.10.5",
"draft-js-mention-plugin": "^3.0.4",
"find-with-regex": "~1.0.2",
"interpolate-components": "^1.1.0",
"jed": "^1.1.1",
"marked": "^0.7.0",
"material-ui": "^0.20.0",
"moment": "2.22.2",
"moment-duration-format": "^2.2.2",
"postcss-import": "^12.0.1",
"prop-types": "^15.5.10",
"react-intl": "^2.4.0",
"react-redux": "^5.0.6",
"react-select": "^3.1.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"select2": "^4.0.5",
"styled-components": "^4.2.0",
"tokenizr": "^1.5.7",
"yoast-components": "^5.19.0-rc.2",
"yoastseo": "^1.90.0-rc.0"
},
"browserslist": [
"extends @yoast/browserslist-config"
],
"yoast": {
"pluginVersion": "15.8-RC6"
}
}