-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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-ecoindex-v2",
"version": "1.0.2",
"description": "A badge displaying the ecoindex of the page (from ecoindex.fr)",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\"",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge-v2.git"
},
"keywords": [
"ecoindex",
"greenit",
"gatsby",
"gatsby-plugin"
],
"author": "Association GreenIT | NovaGaïa",
"license": "MIT",
"bugs": {
"url": "https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge-v2/issues"
},
"homepage": "https://github.com/NovaGaia/gatsby-plugin-ecoindexbadge-v2#readme",
"dependencies": {
"@babel/runtime": "^7.15.4"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.25.0",
"cross-env": "^7.0.3",
"release-it": "^15.9.0"
},
"peerDependencies": {
"gatsby": "^4.0.0-next || ^5.0.0-next",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0",
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0"
},
"engines": {
"node": ">=14.15.0"
}
}