2019-04-05 16:11:09 +02:00
|
|
|
{
|
|
|
|
|
"name": "getstarted",
|
|
|
|
|
"private": true,
|
2022-04-13 16:45:31 +02:00
|
|
|
"version": "4.1.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": {
|
2022-04-13 16:45:31 +02:00
|
|
|
"@strapi/admin": "4.1.8",
|
|
|
|
|
"@strapi/plugin-documentation": "4.1.8",
|
|
|
|
|
"@strapi/plugin-graphql": "4.1.8",
|
|
|
|
|
"@strapi/plugin-i18n": "4.1.8",
|
|
|
|
|
"@strapi/plugin-sentry": "4.1.8",
|
|
|
|
|
"@strapi/plugin-users-permissions": "4.1.8",
|
|
|
|
|
"@strapi/provider-email-mailgun": "4.1.8",
|
|
|
|
|
"@strapi/provider-upload-aws-s3": "4.1.8",
|
|
|
|
|
"@strapi/provider-upload-cloudinary": "4.1.8",
|
|
|
|
|
"@strapi/strapi": "4.1.8",
|
|
|
|
|
"@strapi/utils": "4.1.8",
|
2022-03-30 15:34:12 +02:00
|
|
|
"@vscode/sqlite3": "5.0.8",
|
2022-03-31 17:46:11 +02:00
|
|
|
"better-sqlite3": "7.4.6",
|
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",
|
2022-03-25 09:02:19 +01: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": {
|
2022-01-03 11:55:52 +01:00
|
|
|
"node": ">=12.22.0 <=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
|
|
|
}
|