-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.52 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
{
"name": "gatsby-source-behance",
"version": "3.0.2",
"description": "Gatsby source plugin for loading information from Behance",
"main": "gatsby-node.js",
"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__"
},
"repository": {
"type": "git",
"url": "https://github.com/LeKoArts/gatsby-source-behance"
},
"bugs": {
"url": "https://github.com/LeKoArts/gatsby-source-behance/issues"
},
"homepage": "https://github.com/LeKoArts/gatsby-source-behance",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"behance"
],
"author": "LekoArts <hello@lekoarts.de>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^9.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.4",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.14.2"
},
"peerDependencies": {
"gatsby": ">=2"
}
}