-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 888 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 888 Bytes
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
{
"name": "strapi",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-users-permissions": "^5.32.0",
"@strapi/provider-email-nodemailer": "^5.32.0",
"@strapi/strapi": "^5.32.0",
"better-sqlite3": "^12.5.0",
"fs-extra": "^11.2.0",
"mime-types": "^2.1.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"strapi-provider-email-local-browser": "^0.0.1",
"styled-components": "^6.1.8"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "6707a4b3-ff2a-4e73-a0cc-0cf2b31f6433",
"telemetryDisabled": true
},
"engines": {
"node": ">=22.16.0 <23.0.0"
},
"license": "MIT"
}