forked from Yoast/wordpress-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.03 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
{
"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 --no-sort --",
"test": "lerna run test --no-sort --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",
"build:css": "cross-env NODE_ENV=production postcss css/dist/*.css --verbose --replace",
"build:css:dev": "cross-env NODE_ENV=development postcss css/dist/*.css --verbose --replace",
"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": {
"inherits":"^2.0.4",
"@wordpress/i18n":"^4.3.0",
"error-polyfill": "^0.1.3"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@slack/webhook": "^5.0.2",
"@tailwindcss/forms": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@wordpress/dependency-extraction-webpack-plugin": "^3.1.0",
"@wordpress/scripts": "^17.1.0",
"@yoast/babel-preset": "^1.1.0",
"@yoast/browserslist-config": "^1.2.2",
"@yoast/grunt-plugin-tasks": "^2.4",
"@yoast/postcss-preset": "^1.2.0",
"@yoast/tailwindcss-preset": "^2.2.0",
"@yoast/ui-library": "^3.1.0",
"autoprefixer": "^10.4.7",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"colors": "1.4.0",
"core-js": "^2.6.12",
"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": "^7.32.0",
"eslint-config-yoast": "^5.1.0",
"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": "^6.4.1",
"node-fetch": "^2.6.1",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"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": "20.6-RC1"
},
"version": "0.0.0"
}