forked from Yoast/wordpress-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 5.06 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 5.06 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
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
{
"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",
"build": "cross-env NODE_ENV=production webpack --config ./webpack/webpack.config.js --progress",
"webpack-analyze-bundle": "cross-env BUNDLE_ANALYZER=1 NODE_ENV=production webpack --config ./webpack/webpack.config.js --progress",
"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-wordpress-seo": "cross-env NODE_ENV=production babel js/src --plugins=@wordpress/babel-plugin-makepot | shusher",
"prestart": "grunt build:css && grunt webpack:buildDev",
"start": "webpack-dev-server --config ./webpack/webpack.config.js --progress --env.environment=development",
"link-monorepo": "node scripts/link_monorepo_to_plugin.js",
"unlink-monorepo": "node scripts/unlink_monorepo.js",
"bump-monorepo-packages": "node scripts/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>/__mocks__/styleMock.js",
"find-with-regex": "<rootDir>/node_modules/find-with-regex/lib/index.js"
},
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"testURL": "http://localhost/"
},
"devDependencies": {
"@wordpress/babel-plugin-makepot": "^1.0.0",
"@wordpress/babel-preset-default": "^1.1.3",
"@yoast/grunt-plugin-tasks": "^1.4.1",
"algoliasearch": "^3.16.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",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"envify": "^3.4.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-to-json": "^3.3.3",
"grunt-po2json": "^0.3.0",
"grunt-webpack": "^3.1.3",
"i18n-calypso": "^1.8.4",
"jest": "^23.3.0",
"jest-styled-components": "^6.3.1",
"raf": "^3.4.0",
"readline-sync": "^1.4.9",
"sassdash": "^0.9.0",
"shusher": "^0.1.1",
"svg-react-loader": "^0.4.6",
"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/api-fetch": "^3.1.2",
"@wordpress/components": "^7.2.2",
"@wordpress/compose": "^3.2.0",
"@wordpress/data": "^4.4.0",
"@wordpress/element": "^2.3.0",
"@wordpress/i18n": "^3.3.0",
"@wordpress/is-shallow-equal": "^1.2.0",
"@wordpress/rich-text": "^3.2.2",
"@wordpress/url": "^2.5.0",
"@yoast/algolia-search-box": "^1.5.0-rc.0",
"@yoast/analysis-report": "^0.6.0-rc.0",
"@yoast/components": "^0.6.0-rc.0",
"@yoast/configuration-wizard": "^1.5.0-rc.0",
"@yoast/helpers": "^0.4.0-rc.2",
"@yoast/search-metadata-previews": "^1.6.0-rc.0",
"@yoast/style-guide": "^0.4.0-rc.1",
"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",
"lodash": "^4.17.11",
"marked": "^0.6.1",
"material-ui": "^0.20.0",
"moment": "2.22.2",
"moment-duration-format": "^2.2.2",
"prop-types": "^15.5.10",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-intl": "^2.4.0",
"react-redux": "^5.0.6",
"react-select": "^2.4.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"select2": "^4.0.5",
"styled-components": "^4.2.0",
"yoast-components": "^4.30.0-rc.0",
"yoastseo": "^1.57.0-rc.0"
},
"yoast": {
"pluginVersion": "11.7-RC2"
}
}