mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 11:45:51 +00:00
Updated README docs & package.json `engine` versions to bump up the minimum required Node version from `10.10` to `10.16` (or `10.16.0+`) Strapi no longer supports `10.10` since it updated `sharp` to `0.26.0` ( https://github.com/strapi/strapi/pull/7729 ) which requires Node 10.16.0+ (See https://github.com/lovell/sharp/blob/master/docs/changelog.md#v0260---25th-august-2020 ) ` yarn create strapi-app my-project --quickstart` on 10.10 fails with error ``` error sharp@0.26.0: The engine "node" is incompatible with this module. Expected version ">=10.16.0". Got "10.10.0" error Found incompatible module. ``` Signed-off-by: Peter Etelej <peter@etelej.com>
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "strapi-plugin-documentation",
|
|
"version": "3.1.5",
|
|
"description": "This is the description of the plugin.",
|
|
"strapi": {
|
|
"name": "Documentation",
|
|
"icon": "book",
|
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI."
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"fs-extra": "^9.0.1",
|
|
"immutable": "^3.8.2",
|
|
"koa-static": "^5.0.0",
|
|
"lodash": "4.17.19",
|
|
"moment": "^2.24.0",
|
|
"path-to-regexp": "^3.1.0",
|
|
"react": "^16.13.1",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-dom": "^16.9.0",
|
|
"react-intl": "4.5.0",
|
|
"react-redux": "^7.0.3",
|
|
"react-router": "^5.0.0",
|
|
"react-router-dom": "^5.0.0",
|
|
"reactstrap": "8.4.1",
|
|
"redux": "^4.0.1",
|
|
"redux-immutable": "^4.0.0",
|
|
"reselect": "^4.0.0",
|
|
"strapi-helper-plugin": "3.1.5",
|
|
"swagger-ui-dist": "3.24.3"
|
|
},
|
|
"author": {
|
|
"name": "soupette",
|
|
"email": "hi@strapi.io",
|
|
"url": "http://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi",
|
|
"email": "hi@strapi.io",
|
|
"url": "http://strapi.io"
|
|
},
|
|
{
|
|
"name": "soupette",
|
|
"email": "cyril@strapi.io"
|
|
},
|
|
{
|
|
"name": "lauriejim",
|
|
"email": "jim@strapi.io"
|
|
}
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "soupette"
|
|
},
|
|
{
|
|
"name": "Aurelsicoko",
|
|
"email": "aurelien@strapi.io"
|
|
},
|
|
{
|
|
"name": "lauriejim",
|
|
"email": "jim@strapi.io"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=10.16.0 <13",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
|
}
|