-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 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
44
45
46
{
"name": "headless-cms-backend",
"version": "0.1.0",
"private": true,
"description": "Headless CMS Strapi backend",
"scripts": {
"build": "strapi build",
"deploy": "strapi deploy",
"develop": "strapi develop",
"seed:example": "node ./scripts/seed.js",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-cloud": "5.30.1",
"@strapi/plugin-users-permissions": "5.30.1",
"@strapi/provider-email-sendgrid": "^5.12.4",
"@strapi/provider-upload-aws-s3": "^5.13.0",
"@strapi/strapi": "5.30.1",
"better-sqlite3": "11.3.0",
"entities": "^6.0.0",
"fs-extra": "^10.0.0",
"mime-types": "^2.1.27",
"pg": "^8.13.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"styled-components": "^6.0.0",
"properties-import": "file:.yalc/properties-import"
},
"devDependencies": {
"@types/mime-types": "^2.1.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/xml2js": "^0.4.14",
"typescript": "^5"
},
"engines": {
"node": ">=18.0.0 <=22.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"uuid": "c59ae48e-8372-443a-997b-edd4753e51cf"
}
}