2019-04-05 16:11:09 +02:00
|
|
|
{
|
|
|
|
|
"name": "getstarted",
|
2024-03-27 16:53:59 +01:00
|
|
|
"version": "4.21.1",
|
2019-04-05 16:11:09 +02:00
|
|
|
"private": true,
|
|
|
|
|
"description": "A Strapi application.",
|
2023-10-11 14:31:53 +02:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2019-04-05 16:11:09 +02:00
|
|
|
"scripts": {
|
2023-10-11 14:31:53 +02:00
|
|
|
"build": "strapi build",
|
|
|
|
|
"build:ce": "STRAPI_DISABLE_EE=true strapi build",
|
2019-05-15 09:22:00 +02:00
|
|
|
"develop": "strapi develop",
|
2020-07-17 10:48:51 +02:00
|
|
|
"develop:ce": "STRAPI_DISABLE_EE=true strapi develop",
|
2019-04-26 16:19:08 +02:00
|
|
|
"start": "strapi start",
|
2019-04-30 18:01:59 +02:00
|
|
|
"strapi": "strapi"
|
2019-04-05 16:11:09 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-03-05 10:17:26 +00:00
|
|
|
"@strapi/icons": "1.16.0",
|
2024-03-27 16:53:59 +01:00
|
|
|
"@strapi/plugin-color-picker": "4.21.1",
|
|
|
|
|
"@strapi/plugin-documentation": "4.21.1",
|
|
|
|
|
"@strapi/plugin-graphql": "4.21.1",
|
|
|
|
|
"@strapi/plugin-i18n": "4.21.1",
|
|
|
|
|
"@strapi/plugin-sentry": "4.21.1",
|
|
|
|
|
"@strapi/plugin-users-permissions": "4.21.1",
|
|
|
|
|
"@strapi/provider-email-mailgun": "4.21.1",
|
|
|
|
|
"@strapi/provider-upload-aws-s3": "4.21.1",
|
|
|
|
|
"@strapi/provider-upload-cloudinary": "4.21.1",
|
|
|
|
|
"@strapi/strapi": "4.21.1",
|
2023-09-04 16:48:07 +00:00
|
|
|
"better-sqlite3": "8.6.0",
|
2021-06-29 16:27:35 +02:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
"mysql": "2.18.1",
|
2023-08-07 15:55:17 +02:00
|
|
|
"mysql2": "3.6.0",
|
2021-08-06 17:31:02 +02:00
|
|
|
"passport-google-oauth2": "0.2.0",
|
2023-07-11 09:46:58 +00:00
|
|
|
"pg": "8.11.1",
|
2023-01-24 15:59:44 +01:00
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
2023-04-30 23:56:52 +00:00
|
|
|
"react-intl": "6.4.1",
|
2023-01-24 15:59:44 +01:00
|
|
|
"react-router-dom": "5.3.4",
|
2023-07-31 12:46:06 +02:00
|
|
|
"sqlite3": "5.1.2",
|
2024-01-11 14:14:25 +00:00
|
|
|
"strapi-plugin-workspace-plugin": "workspace:*",
|
2023-01-24 15:59:44 +01:00
|
|
|
"styled-components": "5.3.3"
|
2019-04-05 16:11:09 +02:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2023-10-11 10:55:42 +02:00
|
|
|
"node": ">=18.0.0 <=20.x.x",
|
2019-07-15 11:16:38 +02:00
|
|
|
"npm": ">=6.0.0"
|
2019-04-05 16:11:09 +02:00
|
|
|
},
|
2023-10-11 14:31:53 +02:00
|
|
|
"strapi": {
|
|
|
|
|
"uuid": "getstarted"
|
|
|
|
|
}
|
2021-09-03 09:32:01 +02:00
|
|
|
}
|