forked from the-dusky/strapiV4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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": "strapi-postgres",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"local": "strapi develop",
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@stakeordie/strapi-plugin-populate-deep-extended": "^0.0.1",
"@strapi/plugin-graphql": "^4.9.2",
"@strapi/plugin-i18n": "4.9.2",
"@strapi/plugin-users-permissions": "4.9.2",
"@strapi/provider-email-mailgun": "^4.9.2",
"@strapi/strapi": "4.9.2",
"bcrypt": "^5.0.1",
"pg": "^8.7.3",
"pg-connection-string": "^2.5.0",
"sqlite3": "^5.0.2",
"strapi-plugin-custom-api": "^1.0.3",
"strapi-plugin-import-export-entries": "^1.14.1",
"strapi-plugin-sitemap": "^2.0.9",
"strapi-plugin-website-builder": "^2.2.1",
"strapi-provider-upload-imagekit": "^4.0.2"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "fd1159cd-5981-4881-877c-3cacd7f6dbf9"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT"
}