forked from GatsbyWPGutenberg/gatsby-wordpress-gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 978 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
34
35
36
37
38
{
"name": "gatsby-wordpress-gutenberg",
"version": "0.0.1",
"description": "Gatsby WordPress Gutenberg Framework",
"main": "packages/gatsby-source-wordpress-gutenberg/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"workspaces": [
"examples/*",
"examples/gatsby-wordpress-gutenberg-default-example/frontend",
"packages/*"
],
"contributors": [
{
"name": "Peter Pristas",
"email": "[email protected]",
"url": "https://github.com/pristas-peter"
},
{
"name": "Henrik Wirth",
"url": "https://github.com/henrikwirth"
}
],
"license": "MIT",
"devDependencies": {
"@prettier/plugin-php": "^0.12.0",
"lerna": "^3.20.2",
"prettier": "^1.19.1"
},
"dependencies": {
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-prettier": "^3.1.2"
}
}