forked from oorestisime/gatsby-source-instagram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.34 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
{
"name": "@bondvet/gatsby-source-instagram",
"description": "Gatsby source plugin for fetching instagram posts",
"version": "4.0.2",
"author": "Orestis Ioannou <[email protected]>",
"main": "index.js",
"bugs": {
"url": "https://github.com/oorestisime/gatsby-source-instagram/issues"
},
"dependencies": {
"axios": "^0.27.2"
},
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"babel-eslint": "10.1.0",
"babel-preset-gatsby-package": "0.5.3",
"cross-env": "7.0.2",
"eslint": "7.9.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"prettier": "2.1.2"
},
"homepage": "https://github.com/oorestisime/gatsby-source-instagram",
"keywords": [
"gatsby",
"gatsby-plugin"
],
"license": "MIT",
"peerDependencies": {
"gatsby": "^3.0.0 || ^4.0.0 || ^5.13.0",
"gatsby-source-filesystem": "^3.1.0 || ^5.13.1"
},
"repository": "https://github.com/oorestisime/gatsby-source-instagram",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
}
}