-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
124 changed files
with
5,201 additions
and
2,802 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
extends: yoast | ||
root: true | ||
|
||
settings: | ||
react: { version: detect } | ||
|
||
rules: | ||
require-jsdoc: 0 | ||
react/prop-types: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
lts/gallium | ||
18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
presets: [ "@babel/preset-env" ], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,88 @@ | ||
{ | ||
"name": "@yoast/content-analysis-app", | ||
"version": "0.10.0", | ||
"private": true, | ||
"dependencies": { | ||
"@babel/core": "^7.24.0", | ||
"@babel/eslint-parser": "^7.23.10", | ||
"@svgr/webpack": "^8.1.0", | ||
"@wordpress/i18n": "^3.1.1", | ||
"@yoast/analysis-report": "^1.21.0", | ||
"@yoast/components": "^2.19.0", | ||
"@yoast/style-guide": "^0.13.0", | ||
"babel-loader": "8.0.6", | ||
"babel-plugin-named-asset-import": "^0.3.5", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-react-app": "^10.0.1", | ||
"benchmark": "^2.1.4", | ||
"bfj": "7.0.1", | ||
"case-sensitive-paths-webpack-plugin": "2.2.0", | ||
"chalk": "3.0.0", | ||
"css-loader": "3.2.1", | ||
"dotenv": "8.2.0", | ||
"dotenv-expand": "5.1.0", | ||
"eslint": "^6.7.2", | ||
"eslint-config-react-app": "^5.1.0", | ||
"eslint-config-yoast": "^5.0.17", | ||
"eslint-loader": "3.0.2", | ||
"file-loader": "5.0.2", | ||
"fork-ts-checker-webpack-plugin-alt": "0.4.14", | ||
"fs-extra": "8.1.0", | ||
"html-loader": "^0.5.5", | ||
"html-webpack-plugin": "4.0.0-alpha.2", | ||
"identity-obj-proxy": "3.0.0", | ||
"lodash-es": "^4.17.15", | ||
"material-ui": "^0.20.2", | ||
"mini-css-extract-plugin": "0.8.0", | ||
"optimize-css-assets-webpack-plugin": "5.0.3", | ||
"pnp-webpack-plugin": "1.5.0", | ||
"postcss-flexbugs-fixes": "4.1.0", | ||
"postcss-loader": "3.0.0", | ||
"postcss-normalize": "^8.0.1", | ||
"postcss-preset-env": "6.7.0", | ||
"postcss-safe-parser": "4.0.1", | ||
"prop-types": "^15.6.2", | ||
"react": "^16.12.0", | ||
"react-app-polyfill": "^1.0.5", | ||
"react-dev-utils": "^11.0.4", | ||
"react-dom": "^16.12.0", | ||
"react-json-view": "^1.21.3", | ||
"react-redux": "^7.1.3", | ||
"react-select": "^3.0.8", | ||
"react-table": "^6.8.6", | ||
"redux": "^4.0.4", | ||
"redux-localstorage-simple": "^2.1.4", | ||
"redux-thunk": "^2.3.0", | ||
"resolve": "1.13.1", | ||
"resolve-url-loader": "^3.1.1", | ||
"sass-loader": "8.0.0", | ||
"style-loader": "1.0.1", | ||
"styled-components": "^4.4.1", | ||
"terser-webpack-plugin": "2.2.1", | ||
"url-loader": "3.0.0", | ||
"webpack": "4.41.2", | ||
"webpack-dev-server": "3.9.0", | ||
"webpack-manifest-plugin": "2.2.0", | ||
"workbox-webpack-plugin": "4.3.1", | ||
"worker-loader": "^2.0.0", | ||
"yoastseo": "../../packages/yoastseo", | ||
"yoastspec": "../../packages/yoastseo/spec" | ||
}, | ||
"scripts": { | ||
"start": "node scripts/start.js", | ||
"start-recalibration": "YOAST_RECALIBRATION=enabled node scripts/start.js", | ||
"build": "node scripts/build.js", | ||
"lint": "eslint src" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not ie <= 11", | ||
"not op_mini all" | ||
], | ||
"babel": { | ||
"presets": [ | ||
"react-app" | ||
] | ||
} | ||
"name": "@yoast/content-analysis-app", | ||
"version": "0.10.0", | ||
"private": true, | ||
"dependencies": { | ||
"@babel/core": "^7.25.8", | ||
"@babel/eslint-parser": "^7.25.8", | ||
"@babel/preset-env": "^7.25.8", | ||
"@svgr/webpack": "^8.1.0", | ||
"@wordpress/i18n": "^3.1.1", | ||
"@yoast/analysis-report": "^1.21.0", | ||
"@yoast/components": "^2.19.0", | ||
"@yoast/style-guide": "^0.14.0-alpha.0", | ||
"babel-loader": "8.0.6", | ||
"babel-plugin-named-asset-import": "^0.3.5", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-react-app": "^10.0.1", | ||
"benchmark": "^2.1.4", | ||
"bfj": "7.0.1", | ||
"case-sensitive-paths-webpack-plugin": "2.2.0", | ||
"chalk": "3.0.0", | ||
"css-loader": "3.2.1", | ||
"dotenv": "8.2.0", | ||
"dotenv-expand": "5.1.0", | ||
"eslint": "^6.7.2", | ||
"eslint-config-react-app": "^5.1.0", | ||
"eslint-config-yoast": "^5.0.17", | ||
"eslint-loader": "3.0.2", | ||
"file-loader": "5.0.2", | ||
"fork-ts-checker-webpack-plugin-alt": "0.4.14", | ||
"fs-extra": "8.1.0", | ||
"html-loader": "^0.5.5", | ||
"html-webpack-plugin": "4.0.0-alpha.2", | ||
"identity-obj-proxy": "3.0.0", | ||
"lodash-es": "^4.17.21", | ||
"material-ui": "^0.20.2", | ||
"mini-css-extract-plugin": "0.8.0", | ||
"optimize-css-assets-webpack-plugin": "5.0.3", | ||
"pnp-webpack-plugin": "1.5.0", | ||
"postcss-flexbugs-fixes": "4.1.0", | ||
"postcss-loader": "3.0.0", | ||
"postcss-normalize": "^8.0.1", | ||
"postcss-preset-env": "6.7.0", | ||
"postcss-safe-parser": "4.0.1", | ||
"prop-types": "^15.6.2", | ||
"react": "^16.14.0", | ||
"react-app-polyfill": "^1.0.5", | ||
"react-dev-utils": "^11.0.4", | ||
"react-dom": "^16.14.0", | ||
"react-json-view": "^1.21.3", | ||
"react-redux": "^7.2.9", | ||
"react-select": "^3.0.8", | ||
"react-table": "^6.8.6", | ||
"redux": "^4.0.4", | ||
"redux-localstorage-simple": "^2.1.4", | ||
"redux-thunk": "^2.3.0", | ||
"resolve": "1.13.1", | ||
"resolve-url-loader": "^3.1.1", | ||
"sass-loader": "8.0.0", | ||
"style-loader": "1.0.1", | ||
"styled-components": "^4.4.1", | ||
"terser-webpack-plugin": "2.2.1", | ||
"url-loader": "3.0.0", | ||
"webpack": "^4.47.0", | ||
"webpack-dev-server": "^3.11.3", | ||
"webpack-manifest-plugin": "2.2.0", | ||
"workbox-webpack-plugin": "4.3.1", | ||
"worker-loader": "^2.0.0", | ||
"yoastseo": "../../packages/yoastseo", | ||
"yoastspec": "../../packages/yoastseo/spec" | ||
}, | ||
"scripts": { | ||
"start": "node --openssl-legacy-provider scripts/start.js", | ||
"start-recalibration": "YOAST_RECALIBRATION=enabled node --openssl-legacy-provider scripts/start.js", | ||
"build": "node --openssl-legacy-provider scripts/build.js", | ||
"lint": "eslint src" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"babel": { | ||
"presets": [ | ||
"react-app" | ||
] | ||
} | ||
} |
Oops, something went wrong.