-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.34 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.34 KB
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
{
"name": "unsplash-api-gatsby",
"private": true,
"description": "An application for photo searching",
"version": "0.1.0",
"author": "Anthony Salemo <ajssalemo@gmail.com>",
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@brainhubeu/react-carousel": "^1.10.34",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@material-ui/core": "^4.8.3",
"@material-ui/styles": "^4.8.2",
"apollo-boost": "^0.4.7",
"apollo-cache-inmemory": "^1.6.5",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.6.8",
"apollo-link-rest": "^0.7.3",
"auth0-js": "^9.12.2",
"babel-plugin-styled-components": "^1.10.6",
"firebase": "^7.8.2",
"firebase-admin": "^8.9.2",
"formik": "^2.1.2",
"gatsby": "^2.18.12",
"gatsby-cli": "^2.11.7",
"gatsby-image": "^2.2.34",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-styled-components": "^3.1.17",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-theme-material-ui": "^1.0.6",
"gatsby-transformer-sharp": "^2.3.7",
"graphql-anywhere": "^4.2.6",
"graphql-tag": "^2.10.1",
"isomorphic-fetch": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-apollo": "^3.1.3",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-lazy-load-image-component": "^1.4.0",
"react-scroll": "^1.7.16",
"styled-components": "^5.0.0",
"yup": "^0.28.0"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "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"
}
}