generated from strapi/strapi-cloud-template-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 882 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
{
"name": "digitialcheck-beispiele",
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"scripts": {
"build": "strapi build",
"deploy": "strapi deploy",
"develop": "strapi develop",
"seed:example": "node ./scripts/seed.js",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@apollo/server-plugin-response-cache": "^4.1.3",
"@strapi/plugin-cloud": "^5.8.0",
"@strapi/plugin-graphql": "^5.8.0",
"@strapi/plugin-users-permissions": "^5.8.0",
"@strapi/strapi": "^5.8.0",
"better-sqlite3": "^11.8.0",
"fs-extra": "^11.3.0",
"graphql": "^16.10.0",
"mime-types": "^2.1.27",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"styled-components": "^6.0.0"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
}
}