-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"name": "gatsby-plugin-strapi-source-extender",
"version": "2.0.2",
"description": "A plugin to have dynamic zone with the Gatsby way",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"release": "release-it"
},
"keywords": [
"gatsby",
"gatsby-image",
"dynamic-zone",
"gatsby-plugin",
"gatsby-source-plugin",
"strapi"
],
"author": "novagaia",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.0.0",
"humps": "^2.0.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"auto-changelog": "^2.3.0",
"babel-preset-gatsby-package": "^0.1.4",
"cross-env": "^5.0.5",
"release-it": "^14.12.3"
},
"peerDependencies": {
"gatsby": "^3.0.0 || ^4.0.0",
"strapi": "3.6.8",
"gatsby-source-strapi": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/NovaGaia/gatsby-plugin-strapi-source-extender.git"
}
}