forked from Yoast/wordpress-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.45 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
{
"name": "wordpress-seo",
"license": "GPL-2.0+",
"description": "Development files for the Yoast SEO plugin",
"private": true,
"plugin": {
"glotpress": "http://translate.wordpress.org",
"textdomain": "wordpress-seo"
},
"pot": {
"reportmsgidbugsto": "https://github.com/yoast/wordpress-seo/issues",
"languageteam": "Yoast Translate <[email protected]>",
"lasttranslator": "Yoast Translate Team <[email protected]>"
},
"repository": {
"type": "git",
"url": "https://github.com/Yoast/wordpress-seo"
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/sassdash"
]
},
"scripts": {
"lint": "lerna run lint --",
"test": "lerna run test --stream --",
"build": "wp-scripts build --config config/webpack/webpack.config.js",
"build:dev": "cross-env NODE_ENV=development wp-scripts build --config config/webpack/webpack.config.js",
"webpack-analyze-bundle": "wp-scripts build --config config/webpack/webpack.config.js --webpack-bundle-analyzer",
"prestart": "grunt build:css && grunt copy:js-dependencies",
"start": "wp-scripts start --config config/webpack/webpack.config.js"
},
"dependencies": {},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.13.10",
"@slack/webhook": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@wordpress/dependency-extraction-webpack-plugin": "^3.1.0",
"@wordpress/scripts": "^14.1.1",
"@yoast/browserslist-config": "file:packages/browserslist-config",
"@yoast/grunt-plugin-tasks": "^2.2.1",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"colors": "1.4.0",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.1",
"eslint": "^6.8.0",
"eslint-config-yoast": "file:packages/eslint",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"grunt-git": "^1.0.14",
"grunt-prompt": "^1.3.3",
"grunt-shell": "^3.0.1",
"grunt-webpack": "^3.1.3",
"i18n-calypso": "^1.8.4",
"jest": "^23.6.0",
"jest-styled-components": "^7.0.3",
"lerna": "^4.0.0",
"node-fetch": "^2.6.1",
"react-test-renderer": "^16.14.0",
"readline-sync": "^1.4.9",
"shusher": "^0.1.1",
"tmp": "^0.1.0",
"typescript": "^4.2.4"
},
"yoast": {
"pluginVersion": "18.4-RC3"
},
"version": "0.0.0"
}