-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 858 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 858 Bytes
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
{
"name": "msd-hpv-backend",
"private": true,
"version": "1.1.1",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@colton75/strapi-plugin-ckeditor5": "^1.0.3",
"@faker-js/faker": "^8.3.1",
"@google-analytics/data": "^3.1.2",
"@strapi/plugin-i18n": "4.2.3",
"@strapi/plugin-users-permissions": "4.2.3",
"@strapi/provider-upload-s3-cloudfront": "file:providers/upload-s3-cloudfront",
"@strapi/strapi": "4.2.3",
"faker": "^6.6.6",
"mysql": "2.18.1"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "139db3ea-69b2-4d02-a68e-cd583d04fa1c"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}