-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 896 Bytes
/
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
{
"name": "gatsby-plugin-indieweb",
"version": "1.0.3",
"keywords": [
"gatsby",
"gatsby-plugin"
],
"description": "IndieWeb-ify your Gatsby site",
"repository": "https://github.com/jgierer12/gatsby-plugin-indieweb",
"author": "Jonas Gierer <[email protected]>",
"license": "MIT",
"scripts": {
"release": "np",
"test": "run-s lint",
"lint": "run-p --print-label --continue-on-error lint:*",
"lint:js": "eslint --color --ignore-path .gitignore \"**/*.js\"",
"lint:other": "prettier --check --ignore-path .gitignore \"**/*.{json,md,mdx,yml,graphql}\""
},
"devDependencies": {
"@jgierer12/js-configs": "^1.0.1",
"eslint": "^5.16.0",
"np": "^5.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.17.1"
},
"peerDependencies": {
"gatsby": ">=2",
"react": ">=16"
},
"dependencies": {
"lodash.merge": "^4.6.1"
}
}