mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "getstarted",
|
|
"version": "4.15.5",
|
|
"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/icons": "1.11.0",
|
|
"@strapi/plugin-color-picker": "4.15.5",
|
|
"@strapi/plugin-documentation": "4.15.5",
|
|
"@strapi/plugin-graphql": "4.15.5",
|
|
"@strapi/plugin-i18n": "4.15.5",
|
|
"@strapi/plugin-sentry": "4.15.5",
|
|
"@strapi/plugin-users-permissions": "4.15.5",
|
|
"@strapi/provider-email-mailgun": "4.15.5",
|
|
"@strapi/provider-upload-aws-s3": "4.15.5",
|
|
"@strapi/provider-upload-cloudinary": "4.15.5",
|
|
"@strapi/strapi": "4.15.5",
|
|
"better-sqlite3": "8.6.0",
|
|
"lodash": "4.17.21",
|
|
"mysql": "2.18.1",
|
|
"mysql2": "3.6.0",
|
|
"passport-google-oauth2": "0.2.0",
|
|
"pg": "8.11.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-intl": "6.4.1",
|
|
"react-router-dom": "5.3.4",
|
|
"sqlite3": "5.1.2",
|
|
"styled-components": "5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"strapi": {
|
|
"uuid": "getstarted"
|
|
}
|
|
}
|