mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 19:52:15 +00:00
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.3.2 to 6.4.1. - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.3.2...react-intl@6.4.1) --- updated-dependencies: - dependency-name: react-intl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "getstarted",
|
|
"private": true,
|
|
"version": "4.10.1",
|
|
"description": "A Strapi application.",
|
|
"scripts": {
|
|
"develop": "strapi develop",
|
|
"develop:ce": "STRAPI_DISABLE_EE=true strapi develop",
|
|
"start": "strapi start",
|
|
"build": "strapi build",
|
|
"build:ce": "STRAPI_DISABLE_EE=true strapi build",
|
|
"strapi": "strapi"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/icons": "1.6.6",
|
|
"@strapi/plugin-color-picker": "4.10.1",
|
|
"@strapi/plugin-documentation": "4.10.1",
|
|
"@strapi/plugin-graphql": "4.10.1",
|
|
"@strapi/plugin-i18n": "4.10.1",
|
|
"@strapi/plugin-sentry": "4.10.1",
|
|
"@strapi/plugin-users-permissions": "4.10.1",
|
|
"@strapi/provider-email-mailgun": "4.10.1",
|
|
"@strapi/provider-upload-aws-s3": "4.10.1",
|
|
"@strapi/provider-upload-cloudinary": "4.10.1",
|
|
"@strapi/strapi": "4.10.1",
|
|
"@vscode/sqlite3": "5.1.2",
|
|
"better-sqlite3": "8.3.0",
|
|
"lodash": "4.17.21",
|
|
"mysql": "2.18.1",
|
|
"mysql2": "3.2.0",
|
|
"passport-google-oauth2": "0.2.0",
|
|
"pg": "8.8.0",
|
|
"react": "^17.0.2",
|
|
"react-intl": "6.4.1",
|
|
"sqlite3": "5.1.2"
|
|
},
|
|
"strapi": {
|
|
"uuid": "getstarted"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=18.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE"
|
|
}
|