-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "strapi5-play-cde",
"version": "0.1.1",
"description": "code playgrounds for strapi v5 1121",
"license": "MIT",
"author": "jinyaoo",
"scripts": {
"build": "strapi build",
"clean": "rimraf .strapi/ dist/ node_modules/.strapi/",
"deploy": "strapi deploy",
"develop": "strapi develop",
"seed:example": "node ./scripts/seed.js",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-cloud": "5.4.0",
"@strapi/plugin-users-permissions": "5.4.0",
"@strapi/strapi": "5.4.0",
"better-sqlite3": "11.3.0",
"fs-extra": "^10.0.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"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"rimraf": "^6.0.1",
"typescript": "^5"
},
"engines": {
"node": ">=18.0.0 <=23.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"uuid": "e81377d0-15ea-4a96-9476-ff6de939a465"
},
"packageManager": "[email protected]+sha512.c0f53ee99477ed969b82b289ad011a5d16bf1623c957e7f29eabe8d0c00b574c29b8c7f54f6c67ee710c73f285c8154d07ce44b46fe2c0eeb476a90441bac371"
}