Files
strapi/examples/getstarted/package.json
Ben Irvin 6ed22b5cfa security(deps): upgrade multiple dependencies (#26326)
* chore: upgrade simple-git

* chore: upgrade axios

* chore: upgrade docusaurus

* chore: upgrade docusaurus family

* chore: yarn.lock

* chore: upgrade styled-components

* chore: upgrade yaml

* chore: bump fast-uri in pinned deps

* chore: bump axios in cloud plugin

* chore: remove unnecessary ts error suppression

* chore: align docusaurus packages

* chore: yarn.lock

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Jamie Howard <jhoward1994@gmail.com>
2026-05-15 08:52:31 +01:00

47 lines
1.4 KiB
JSON

{
"name": "getstarted",
"version": "0.0.0",
"private": true,
"description": "A Strapi application.",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"build": "strapi build",
"build:ce": "STRAPI_DISABLE_EE=true strapi build",
"develop": "strapi develop",
"develop:ce": "STRAPI_DISABLE_EE=true strapi develop",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi/blocks-react-renderer": "1.0.2",
"@strapi/icons": "2.2.0",
"@strapi/plugin-color-picker": "workspace:*",
"@strapi/plugin-documentation": "workspace:*",
"@strapi/plugin-graphql": "workspace:*",
"@strapi/plugin-sentry": "workspace:*",
"@strapi/plugin-users-permissions": "workspace:*",
"@strapi/provider-email-mailgun": "workspace:*",
"@strapi/provider-upload-aws-s3": "workspace:*",
"@strapi/provider-upload-cloudinary": "workspace:*",
"@strapi/strapi": "workspace:*",
"better-sqlite3": "12.8.0",
"lodash": "4.18.1",
"mysql2": "3.20.0",
"passport-google-oauth2": "0.2.0",
"pg": "8.20.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.6.2",
"react-router-dom": "6.30.3",
"strapi-plugin-workspace-plugin": "workspace:*",
"styled-components": "6.4.1"
},
"engines": {
"node": ">=20.0.0 <=24.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"uuid": "getstarted"
}
}