-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 KB
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
42
43
{
"name": "trinity-cms",
"private": true,
"version": "0.1.0",
"description": "Trinity Life Ministry CMS",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@_sh/strapi-plugin-ckeditor": "^2.0.4",
"@strapi/plugin-i18n": "4.12.6",
"@strapi/plugin-seo": "^1.9.2",
"@strapi/plugin-users-permissions": "4.12.6",
"@strapi/provider-email-sendgrid": "^4.15.0",
"@strapi/provider-upload-cloudinary": "4.12.6",
"@strapi/strapi": "4.12.6",
"better-sqlite3": "8.5.0",
"dotenv": "^16.3.1",
"pg": "^8.11.3",
"pg-connection-string": "^2.6.2",
"strapi-content-type-explorer": "^0.1.1",
"strapi-plugin-config-sync": "^1.1.3",
"strapi-plugin-duplicate-button": "^1.1.13",
"strapi-plugin-import-export-entries": "^1.21.0",
"strapi-plugin-oembed": "^1.1.0",
"strapi-plugin-preview-button": "^2.0.0",
"strapi-plugin-slugify": "^2.3.3"
},
"author": {
"name": "buddhabeard <admin@buddhabeard.com>"
},
"strapi": {
"uuid": "94db05b8-50a4-42a5-ac5e-5e5bf3a15832"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}