-
Notifications
You must be signed in to change notification settings - Fork 894
/
package.json
81 lines (81 loc) · 2.55 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
{
"name": "wordpress-seo",
"license": "GPL-2.0+",
"description": "Development files for the Yoast SEO plugin",
"private": true,
"plugin": {
"glotpress": "https://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/*"
]
},
"scripts": {
"build": "lerna run build",
"build:css": "postcss css/dist/*.css --verbose --replace",
"clean": "lerna run clean",
"lint": "yarn lint:packages && yarn lint:tooling",
"lint:packages": "lerna run lint",
"lint:tooling": "eslint . --max-warnings=0",
"start": "wp-scripts start --config config/webpack/webpack.config.js --webpack-src-dir=packages/**/src",
"sync:wp-deps": "node config/scripts/sync-wp-dependencies.js",
"test": "lerna run test",
"webpack-analyze-bundle": "wp-scripts build --config config/webpack/webpack.config.js --webpack-bundle-analyzer"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@slack/webhook": "^5.0.2",
"@tailwindcss/forms": "^0.5.3",
"@wordpress/dependency-extraction-webpack-plugin": "^4.28.0",
"@wordpress/scripts": "^26.16.0",
"@yoast/babel-preset": "^1.1.1",
"@yoast/browserslist-config": "^1.2.3",
"@yoast/grunt-plugin-tasks": "^2.4",
"@yoast/postcss-preset": "^1.2.0",
"@yoast/tailwindcss-preset": "^2.3.0",
"@yoast/ui-library": "^4.0.0",
"colors": "1.4.0",
"core-js": "^2.6.12",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"eslint": "^8.57.0",
"eslint-config-yoast": "^6.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-git": "^1.1.1",
"grunt-prompt": "^1.3.3",
"grunt-shell": "^3.0.1",
"lerna": "^8.1.2",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.5.1",
"node-fetch": "^2.6.1",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"readline-sync": "^1.4.9",
"tailwindcss": "^3.2.4",
"tmp": "^0.1.0",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1"
},
"yoast": {
"pluginVersion": "22.6-RC2"
},
"version": "0.0.0",
"packageManager": "[email protected]"
}