-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) Β· 845 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) Β· 845 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
35
{
"name": "strapi",
"private": true,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-i18n": "^4.26.1",
"@strapi/plugin-sentry": "^4.26.1",
"@strapi/plugin-users-permissions": "^4.26.1",
"@strapi/provider-email-nodemailer": "^4.26.1",
"@strapi/provider-upload-aws-s3": "^4.26.1",
"@strapi/strapi": "^4.26.1",
"better-sqlite3": "^8.7.0",
"mysql": "^2.18.1",
"pg": "^8.18.0",
"pg-connection-string": "^2.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.3"
},
"overrides": {
"qs": "^6.14.2"
},
"engines": {
"node": "18.x",
"npm": ">=9.0.0"
}
}