-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.15 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.4.2",
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",
"@reach/dialog": "^0.10.4",
"elasticlunr": "^0.9.5",
"gatsby": "^2.31.0",
"gatsby-image": "^2.4.7",
"gatsby-plugin-feed": "^2.12.0",
"gatsby-plugin-google-analytics": "^2.3.4",
"gatsby-plugin-manifest": "^2.4.11",
"gatsby-plugin-mdx": "^1.2.15",
"gatsby-plugin-offline": "^3.2.9",
"gatsby-plugin-react-helmet": "^3.3.4",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^2.13.0",
"gatsby-plugin-sitemap": "^2.11.0",
"gatsby-remark-prismjs": "^3.10.0",
"gatsby-source-filesystem": "^2.3.11",
"gatsby-transformer-remark": "^2.13.1",
"gatsby-transformer-sharp": "^2.5.5",
"highlight.js": "^10.1.1",
"prismjs": "^1.22.0",
"prop-types": "^15.7.2",
"purecss": "^2.0.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"sharp": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-typescript": "^7.10.1",
"@types/elasticlunr": "^0.9.0",
"@types/jest": "^26.0.3",
"@types/reach__dialog": "^0.1.0",
"@types/react-helmet": "^6.0.0",
"babel-jest": "^26.1.0",
"babel-preset-gatsby": "^0.4.12",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.1.0",
"prettier": "2.0.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md,tsx,ts}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest src"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}