2019-04-05 16:11:09 +02:00
|
|
|
{
|
|
|
|
|
"name": "getstarted",
|
|
|
|
|
"private": true,
|
2023-07-19 16:39:46 +02:00
|
|
|
"version": "4.11.7",
|
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": {
|
2023-07-11 10:20:09 +01:00
|
|
|
"@strapi/icons": "1.8.2",
|
2023-07-19 16:39:46 +02:00
|
|
|
"@strapi/plugin-color-picker": "4.11.7",
|
|
|
|
|
"@strapi/plugin-documentation": "4.11.7",
|
|
|
|
|
"@strapi/plugin-graphql": "4.11.7",
|
|
|
|
|
"@strapi/plugin-i18n": "4.11.7",
|
|
|
|
|
"@strapi/plugin-sentry": "4.11.7",
|
|
|
|
|
"@strapi/plugin-users-permissions": "4.11.7",
|
|
|
|
|
"@strapi/provider-email-mailgun": "4.11.7",
|
|
|
|
|
"@strapi/provider-upload-aws-s3": "4.11.7",
|
|
|
|
|
"@strapi/provider-upload-cloudinary": "4.11.7",
|
|
|
|
|
"@strapi/strapi": "4.11.7",
|
2023-04-28 08:42:04 +02:00
|
|
|
"better-sqlite3": "8.3.0",
|
2021-06-29 16:27:35 +02:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
"mysql": "2.18.1",
|
2023-07-16 22:23:12 +00:00
|
|
|
"mysql2": "3.5.1",
|
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",
|
|
|
|
|
"sqlite3": "5.1.2",
|
|
|
|
|
"styled-components": "5.3.3"
|
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": {
|
2023-05-09 18:40:30 +02:00
|
|
|
"node": ">=16.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
|
|
|
},
|
2020-07-20 18:07:48 +02:00
|
|
|
"license": "SEE LICENSE IN LICENSE"
|
2021-09-03 09:32:01 +02:00
|
|
|
}
|