-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 966 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
{
"name": "dashboard",
"private": true,
"version": "0.1.0",
"description": "The Soul Space Backend",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-i18n": "4.13.7",
"@strapi/plugin-users-permissions": "4.13.7",
"@strapi/provider-email-nodemailer": "^4.13.7",
"@strapi/provider-upload-cloudinary": "^4.13.7",
"@strapi/strapi": "4.13.7",
"@strapi/typescript-utils": "^4.13.7",
"algoliasearch": "^4.18.0",
"better-sqlite3": "8.0.1",
"pg": "^8.11.0",
"strapi-plugin-populate-deep": "^2.0.0"
},
"author": {
"name": "Sohel Shekh",
"email": "sohelshekh.ti4al@slmail.me",
"github": "https://github.com/sohelshekhIn"
},
"strapi": {
"uuid": "18d3bd98-93e4-42c3-9104-6b4782e07e81"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}