-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.5 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "strapi-plugin-update-static-content",
"version": "1.0.8",
"description": "An strapi plugin to rebuild and deploy your SSG website via Github Actions.",
"strapi": {
"name": "update-static-content",
"description": "An strapi plugin to rebuild and deploy your SSG website via Github Actions.",
"kind": "plugin",
"displayName": "Update Static Content"
},
"homepage": "https://github.com/everythinginjs/strapi-plugin-update-static-content#update-static-content---strapi-v4",
"bugs": {
"url": "https://github.com/everythinginjs/strapi-plugin-update-static-content/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/everythinginjs/strapi-plugin-update-static-content.git"
},
"author": {
"name": "Amir Mahmoudi",
"email": "amixengineer@gmail.com"
},
"license": "MIT",
"maintainers": [
{
"name": "Amir Mahmoudi",
"email": "amixengineer@gmail.com"
}
],
"engines": {
"node": ">=14.19.1 <=20.8.0",
"npm": ">=6.0.0"
},
"dependencies": {
"date-fns": "2.29.3",
"react-intl": "6.2.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@babel/preset-react": "7.18.6",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.7"
},
"peerDependencies": {
"@strapi/strapi": "^4.4.5"
},
"keywords": [
"strapi",
"strapi-plugin",
"github-actions",
"plugin"
]
}