forked from andrew-codes/gatsby-plugin-elasticlunr-search
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
31 lines (31 loc) · 846 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
{
"name": "gatsby-starter-default",
"description": "gatsby-plugin-elasticlunr-search example site",
"version": "1.0.0",
"author": "Benjamin Abel <[email protected]>",
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "../",
"gatsby": "^3.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"gh-pages": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}