-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 959 Bytes
/
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
{
"name": "sso-example",
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"build": "strapi build",
"develop": "strapi develop",
"postinstall": "patch-package",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-cloud": "4.20.3",
"@strapi/plugin-i18n": "4.20.3",
"@strapi/plugin-users-permissions": "4.20.3",
"@strapi/strapi": "4.20.3",
"better-sqlite3": "8.6.0",
"passport-github2": "^0.1.12",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"devDependencies": {},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"uuid": "57b36861-5888-44cd-b62d-fa508a9817c3"
}
}