-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1017 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": "bilgekaan-new-backend",
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"prebuild": "cd src/plugins/dashboard && npm run build",
"build": "strapi build && npm run prebuild",
"develop": "strapi develop",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-cloud": "4.23.0",
"@strapi/plugin-i18n": "4.23.0",
"@strapi/plugin-users-permissions": "4.23.0",
"@strapi/strapi": "4.23.0",
"better-sqlite3": "8.6.0",
"patch-package": "^8.0.0",
"pg": "^8.11.5",
"pg-connection-string": "^2.6.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^5.3.4",
"strapi-plugin-file-system": "^1.0.8",
"styled-components": "^5.3.3"
},
"engines": {
"node": ">=16.0.0 <=18.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"uuid": "6c8d8e7c-0a3d-4586-90fc-75a9aeb1174d"
}
}