-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 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
44
{
"name": "sls-strapi-tut",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build && ./scripts/post-build.sh",
"strapi": "strapi"
},
"devDependencies": {
"serverless-apigw-binary": "^0.4.4",
"serverless-cloudformation-sub-variables": "^0.2.1",
"serverless-offline": "^6.5.0"
},
"dependencies": {
"knex": "<0.20.0",
"serverless-http": "^2.5.0",
"sqlite3": "latest",
"strapi": "3.1.4",
"strapi-admin": "3.1.4",
"strapi-connector-bookshelf": "3.1.4",
"strapi-connector-mongoose": "^3.1.4",
"strapi-plugin-content-manager": "3.1.4",
"strapi-plugin-content-type-builder": "3.1.4",
"strapi-plugin-email": "3.1.4",
"strapi-plugin-upload": "3.1.4",
"strapi-plugin-users-permissions": "3.1.4",
"strapi-provider-upload-aws-s3": "^3.1.4",
"strapi-utils": "3.1.4"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "ec8558cb-f515-42ff-9cfe-781dfb043efc"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT"
}