-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "nsight-api",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-cloud": "4.16.2",
"@strapi/plugin-i18n": "4.16.2",
"@strapi/plugin-users-permissions": "4.16.2",
"@strapi/provider-email-sendgrid": "^4.16.2",
"@strapi/provider-upload-cloudinary": "^4.16.2",
"@strapi/strapi": "4.16.2",
"better-sqlite3": "8.6.0",
"pg": "^8.11.3",
"pg-connection-string": "^2.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"strapi-plugin-transformer": "^3.1.2",
"strapi-provider-email-postmark": "^4.0.1",
"styled-components": "5.3.3"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "175da312-f38a-456d-b4cf-fe7e5db72fbc"
},
"engines": {
"node": "20 || >=22",
"npm": ">=6.0.0"
},
"license": "MIT"
}