-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.41 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
73
74
75
76
77
78
79
{
"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": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"algoliasearch": "^4.1.0",
"axios": "^0.19.2",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"gatsby": "^2.20.11",
"gatsby-image": "^2.2.39",
"gatsby-link": "^2.3.2",
"gatsby-plugin-algolia": "^0.5.0",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sass": "^2.1.29",
"gatsby-plugin-sharp": "^2.4.3",
"gatsby-plugin-styled-components": "^3.2.0",
"gatsby-plugin-typography": "^2.4.1",
"gatsby-react-router-scroll": "^2.2.1",
"gatsby-remark-images": "^3.1.44",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-source-graphql": "^2.3.0",
"gatsby-source-twitter": "^3.2.1",
"gatsby-transformer-remark": "^2.6.53",
"gatsby-transformer-sharp": "^2.3.13",
"glamor-inline": "^1.0.5",
"lodash": "^4.17.15",
"mitt": "^1.2.0",
"node-sass": "^4.13.1",
"os": "^0.1.1",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-error-overlay": "^6.0.7",
"react-helmet": "^5.2.1",
"react-instantsearch-dom": "^6.4.0",
"react-redux": "^7.2.0",
"react-typography": "^0.16.19",
"shallow-compare": "^1.2.2",
"styled-components": "^5.0.1",
"styled-icons": "^10.2.1",
"typescript": "^3.8.3",
"typography": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19",
"util": "^0.12.2"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "env-cmd -f .env.development gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}