-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "dreambinar-api",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@exfabrica/strapi-plugin-awesome-help": "^1.0.8",
"@strapi/plugin-i18n": "4.2.3",
"@strapi/plugin-seo": "^1.7.4",
"@strapi/plugin-users-permissions": "4.2.3",
"@strapi/provider-email-nodemailer": "^4.2.3",
"@strapi/provider-upload-cloudinary": "^4.2.3",
"@strapi/strapi": "4.2.3",
"pg": "^8.6.0",
"pg-connection-string": "^2.5.0",
"strapi-plugin-config-sync": "^1.0.2",
"strapi-plugin-import-export-entries": "^1.6.4",
"strapi-plugin-local-image-sharp": "^1.1.0",
"strapi-plugin-rest-cache": "^4.2.4",
"strapi-plugin-slugify": "^2.2.2",
"strapi-plugin-transformer": "^2.0.2",
"strapi-provider-rest-cache-memory": "^4.2.4"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "3be796fe-2a47-442d-a554-10f1fce9912f"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}