-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "srapsware-strapi-admin",
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
"author": {
"name": "Shiv Singh"
},
"scripts": {
"build": "strapi build",
"develop": "strapi develop",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@ckeditor/strapi-plugin-ckeditor": "^0.0.10",
"@strapi/plugin-i18n": "4.24.3",
"@strapi/plugin-seo": "^1.9.8",
"@strapi/plugin-users-permissions": "4.24.3",
"@strapi/provider-upload-cloudinary": "^4.16.2",
"@strapi/strapi": "4.24.3",
"better-sqlite3": "8.6.0",
"pg": "^8.11.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"strapi-plugin-ezforms": "^0.1.7",
"strapi-plugin-vercel-deploy": "^1.4.0",
"strapi-provider-email-resend": "^1.0.4",
"styled-components": "5.3.3"
},
"devDependencies": {},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"uuid": "f74fcbcb-2eb7-4432-8afa-9a65e97f2f9a"
}
}