-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1012 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1012 Bytes
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
{
"name": "how-to-learn-react",
"description": "How to learn react",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"algoliasearch": "^3.30.0",
"babel-plugin-styled-components": "^1.8.0",
"dotenv": "^6.1.0",
"gatsby": "^2.0.37",
"gatsby-cli": "^2.4.4",
"gatsby-image": "^2.0.19",
"gatsby-plugin-algolia": "^0.2.0",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-react-helmet": "^3.0.4",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-plugin-styled-components": "^3.0.1",
"gatsby-source-contentful": "^2.0.16",
"gatsby-source-filesystem": "^2.0.6",
"gatsby-transformer-remark": "^2.1.11",
"gatsby-transformer-sharp": "^2.1.9",
"lodash": "^4.17.11",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-instantsearch-dom": "^5.3.2",
"styled-components": "^4.0.3"
}
}