-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 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
47
{
"name": "arebyte-plugin-backend",
"version": "0.1.0",
"private": true,
"description": "A CMS for the Arebyte plugin",
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"build": "strapi build",
"deploy": "strapi deploy",
"develop": "strapi develop",
"start": "strapi start",
"strapi": "strapi",
"test": "cd bruno && npx bru run --env local",
"cs": "config-sync"
},
"dependencies": {
"@strapi/plugin-cloud": "4.25.11",
"@strapi/plugin-i18n": "4.25.11",
"@strapi/plugin-users-permissions": "4.25.11",
"@strapi/provider-email-sendgrid": "^5.4.0",
"@strapi/strapi": "4.25.11",
"better-sqlite3": "8.6.0",
"i": "^0.3.7",
"npm": "^10.9.0",
"pg": "^8.13.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"strapi-plugin-config-sync": "^1.2.6",
"strapi-plugin-transformer": "^3.1.2",
"strapi-provider-upload-do": "^3.6.9",
"styled-components": "5.3.3"
},
"devDependencies": {
"@usebruno/cli": "^1.29.0"
},
"engines": {
"node": "20.12.2",
"npm": "10.5.0"
},
"strapi": {
"uuid": "f528a0a3-5cb7-47bc-9aef-bf6e6b87957e"
}
}