-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 KB
/
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
40
41
42
{
"name": "hb-strapi",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"prebuild": "cd src/plugins/twilio-send-all && yarn run build",
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@_sh/strapi-plugin-ckeditor": "^2.1.0",
"@strapi/icons": "^1.14.1",
"@strapi/plugin-i18n": "4.25.3",
"@strapi/provider-email-nodemailer": "^4.25.3",
"@strapi/provider-upload-aws-s3": "^4.25.3",
"@strapi/strapi": "4.25.3",
"@strapi/utils": "^4.25.3",
"better-sqlite3": "8.6.0",
"pg": "^8.11.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^5.2.0",
"recaptcha-node": "^0.2.0",
"strapi-plugin-import-export-entries": "^1.23.1",
"strapi-plugin-transformer": "^3.1.2",
"styled-components": "^5.2.1"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "09299419-4f6a-470e-9e9e-6228335365fc"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}