2019-04-05 16:11:09 +02:00
|
|
|
{
|
|
|
|
|
"name": "getstarted",
|
|
|
|
|
"private": true,
|
2021-08-24 11:00:41 +02:00
|
|
|
"version": "3.6.8",
|
2019-04-05 16:11:09 +02:00
|
|
|
"description": "A Strapi application.",
|
|
|
|
|
"scripts": {
|
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-25 12:34:55 +02:00
|
|
|
"build": "strapi build",
|
2020-07-17 10:48:51 +02:00
|
|
|
"build:ce": "STRAPI_DISABLE_EE=true strapi build",
|
2019-04-30 18:01:59 +02:00
|
|
|
"strapi": "strapi"
|
2019-04-05 16:11:09 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-08-25 14:44:32 +02:00
|
|
|
"@strapi/admin": "3.6.8",
|
|
|
|
|
"@strapi/plugin-documentation": "3.6.8",
|
2021-09-29 10:47:10 +02:00
|
|
|
"@strapi/plugin-sentry": "3.6.8",
|
2021-08-25 14:44:32 +02:00
|
|
|
"@strapi/plugin-graphql": "3.6.8",
|
|
|
|
|
"@strapi/plugin-i18n": "3.6.8",
|
|
|
|
|
"@strapi/plugin-users-permissions": "3.6.8",
|
2021-09-23 11:24:15 +02:00
|
|
|
"@strapi/plugin-sentry": "3.6.8",
|
2021-08-25 14:44:32 +02:00
|
|
|
"@strapi/provider-email-mailgun": "3.6.8",
|
|
|
|
|
"@strapi/provider-upload-aws-s3": "3.6.8",
|
|
|
|
|
"@strapi/provider-upload-cloudinary": "3.6.8",
|
|
|
|
|
"@strapi/strapi": "3.6.8",
|
|
|
|
|
"@strapi/utils": "3.6.8",
|
2021-06-29 16:27:35 +02:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
"mysql": "2.18.1",
|
2021-08-06 17:31:02 +02:00
|
|
|
"passport-google-oauth2": "0.2.0",
|
2021-06-29 16:27:35 +02:00
|
|
|
"pg": "8.6.0",
|
2021-09-24 11:33:14 +02:00
|
|
|
"sqlite3": "5.0.2"
|
2019-04-05 16:11:09 +02:00
|
|
|
},
|
2019-06-13 16:47:05 +02:00
|
|
|
"strapi": {
|
|
|
|
|
"uuid": "getstarted"
|
|
|
|
|
},
|
2019-04-05 16:11:09 +02:00
|
|
|
"engines": {
|
2021-06-23 07:55:40 +02:00
|
|
|
"node": ">=12.x.x <=16.x.x",
|
2019-07-15 11:16:38 +02:00
|
|
|
"npm": ">=6.0.0"
|
2019-04-05 16:11:09 +02:00
|
|
|
},
|
2020-07-20 18:07:48 +02:00
|
|
|
"license": "SEE LICENSE IN LICENSE"
|
2021-09-03 09:32:01 +02:00
|
|
|
}
|