-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 918 Bytes
/
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
{
"name": "content-service",
"private": true,
"version": "0.1.0",
"description": "Core content service for client websites",
"scripts": {
"dev": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"svl": "serverless",
"tf": "cd terraform && terraform"
},
"devDependencies": {
"serverless-offline": "^12.0.4",
"serverless-plugin-utils": "^0.2.0"
},
"dependencies": {
"@_sh/strapi-plugin-ckeditor": "^2.0.4",
"@strapi/plugin-i18n": "^4.8.2",
"@strapi/plugin-users-permissions": "^4.8.2",
"@strapi/provider-upload-aws-s3": "^4.8.2",
"@strapi/strapi": "^4.8.2",
"pg": "^8.8.0",
"serverless-http": "^3.1.1",
"strapi-plugin-populate-deep": "^1.1.2"
},
"author": {
"name": "wilson-le"
},
"strapi": {
"uuid": "c6d3a27e-6874-4e3e-a265-126ac5d55ea5"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}