-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.23 KB
/
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
40
41
42
43
44
45
46
{
"name": "cms",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"format": "prettier . --write",
"postinstall": "yarn format"
},
"devDependencies": {
"prettier": "^3.3.3"
},
"dependencies": {
"@strapi/plugin-cloud": "5.6.0",
"@strapi/plugin-graphql": "^5.3.0",
"@strapi/plugin-users-permissions": "5.6.0",
"@strapi/strapi": "5.6.0",
"better-sqlite3": "11.3.0",
"pg": "^8.11.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"strapi-provider-email-azure": "^1.0.3",
"styled-components": "^6.0.0"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "260e7c98-fa4d-4377-a8b3-a4b5241d9e8b"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"volta": {
"node": "20.12.1",
"yarn": "1.22.22"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}