-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.45 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
50
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^3.0.2",
"gatsby": "^3.10.1",
"gatsby-image": "^3.10.0",
"gatsby-plugin-feed": "^3.10.0",
"gatsby-plugin-google-analytics": "^3.10.0",
"gatsby-plugin-manifest": "^3.10.0",
"gatsby-plugin-offline": "^4.10.0",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-remark-embed-gist": "^1.1.4",
"gatsby-remark-prismjs": "^5.7.0",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-remark": "^4.7.0",
"gatsby-transformer-sharp": "^3.10.0",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"resolutions": {
"@andrew-codes/gatsby-plugin-elasticlunr-search/graphql": "0.13.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"gatsby": "gatsby"
},
"devDependencies": {
"prettier": "^2.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}