-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1010 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1010 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
37
38
39
40
41
{
"name": "strapi-data",
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"build": "strapi build",
"develop": "strapi develop",
"postinstall": "patch-package",
"start": "strapi start",
"strapi": "strapi"
},
"resolutions": {
"gm-palette": "1.0.3"
},
"dependencies": {
"@strapi/plugin-color-picker": "^5.33.3",
"@strapi/plugin-users-permissions": "^5.33.3",
"@strapi/strapi": "^5.33.3",
"@studio123/strapi-plugin-image-color-palette": "^1.1.2",
"better-sqlite3": "^12.6.0",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {},
"engines": {
"node": ">=14.19.1 <=25",
"npm": ">=6.0.0"
},
"strapi": {
"uuid": "1678fbb1-40e1-475a-9275-ad9279d37ea7"
}
}