-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.25 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.25 KB
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
47
48
49
50
51
52
{
"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",
"upgrade": "npx @strapi/upgrade latest",
"upgrade:dry": "npx @strapi/upgrade latest --dry"
},
"devDependencies": {
"prettier": "^3.7.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
},
"dependencies": {
"@azure/identity": "^4.13.0",
"@strapi/plugin-cloud": "5.31.3",
"@strapi/plugin-graphql": "^5.3.0",
"@strapi/plugin-users-permissions": "5.31.3",
"@strapi/strapi": "5.31.3",
"better-sqlite3": "12.4.1",
"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.4",
"styled-components": "^6.0.0",
"fs-extra": "^10.0.0",
"mime-types": "^2.1.27"
},
"author": {
"name": "Maarten Louage"
},
"strapi": {
"uuid": "260e7c98-fa4d-4377-a8b3-a4b5241d9e8b"
},
"engines": {
"node": ">=20.0.0 <=24.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"volta": {
"node": "24.11.1"
}
}