strapi/examples/kitchensink/package.json
2022-02-02 16:11:26 +01:00

36 lines
907 B
JSON

{
"name": "kitchensink",
"private": true,
"version": "4.0.7",
"description": "A Strapi application.",
"scripts": {
"develop": "strapi develop",
"develop:ce": "STRAPI_DISABLE_EE=true strapi develop",
"start": "strapi start",
"build": "strapi build",
"build:ce": "STRAPI_DISABLE_EE=true strapi build",
"strapi": "strapi"
},
"dependencies": {
"@strapi/admin": "4.0.7",
"@strapi/provider-email-mailgun": "4.0.7",
"@strapi/provider-upload-aws-s3": "4.0.7",
"@strapi/provider-upload-cloudinary": "4.0.7",
"@strapi/strapi": "4.0.7",
"@strapi/utils": "4.0.7",
"lodash": "4.17.21",
"mysql": "2.18.1",
"passport-google-oauth2": "0.2.0",
"pg": "8.6.0",
"sqlite3": "5.0.2"
},
"strapi": {
"uuid": "getstarted"
},
"engines": {
"node": ">=12.22.0 <=16.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE"
}