-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "junoon-backend",
"private": true,
"version": "0.1.0",
"description": "CMS for Junoon",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"eslint": "^8.46.0"
},
"dependencies": {
"@strapi/plugin-i18n": "^4.20.1",
"@strapi/plugin-users-permissions": "^4.20.1",
"@strapi/provider-upload-aws-s3": "^4.11.7",
"@strapi/strapi": "^4.20.1",
"better-sqlite3": "8.0.1",
"pg": "^8.11.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"strapi-plugin-import-export-entries": "^1.21.0",
"strapi-plugin-populate-deep": "^2.0.0",
"styled-components": "5.3.3"
},
"author": {
"name": "Junoon Tech Team"
},
"strapi": {
"uuid": "cb168ef2-e970-48f2-876f-e34c15aab5ed"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}