-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 967 Bytes
/
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": "strapi-ai-image-plugin",
"version": "0.2.2",
"description": "Generate images using AI.",
"strapi": {
"name": "strapi-ai-image-plugin",
"description": "Generate images using AI",
"kind": "plugin",
"displayName": "Ai Image Generation"
},
"dependencies": {
"@strapi/design-system": "^1.8.0",
"@strapi/helper-plugin": "^4.11.2",
"@strapi/plugin-upload": "^4.11.2",
"@strapi/icons": "^1.8.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^18.2.0",
"styled-components": "^5.3.6"
},
"author": {
"name": "Ardas"
},
"maintainers": [
{
"name": "Ardas"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}