-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "ig-top20-hashtags",
"private": true,
"description": "This app display top 20 Instagram hastags based on user input",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"@chilupa/array-utils": "^1.0.0",
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.56",
"axios": "^0.19.0",
"formik": "^1.5.7",
"gatsby": "^2.24.77",
"gatsby-plugin-google-analytics": "^2.1.1",
"gatsby-plugin-sass": "^2.1.0",
"gatsby-plugin-typography": "^2.3.0",
"node-sass": "^4.14.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-icons": "^3.7.0",
"react-typography": "^0.16.19",
"typography": "^0.16.19",
"typography-theme-fairy-gates": "^0.16.19",
"yup": "^0.27.0"
},
"devDependencies": {
"gh-pages": "^2.0.1",
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}