-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.95 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
{
"name": "portfolio-2019",
"private": true,
"description": "Personal Portfolio for Reece Langerock",
"version": "0.1.0",
"author": "Reece Langerock <[email protected]>",
"dependencies": {
"apollo": "^2.5.3",
"apollo-client": "^2.5.0",
"apollo-server-lambda": "^2.4.6",
"babel-plugin-styled-components": "^1.10.0",
"dotenv": "^6.2.0",
"gatsby": "^2.0.76",
"gatsby-image": "^2.0.20",
"gatsby-plugin-manifest": "2.4.37",
"gatsby-plugin-netlify": "^2.0.11",
"gatsby-plugin-netlify-functions": "^0.0.3",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-source-graphql": "^2.0.10",
"gatsby-transformer-sharp": "^2.1.8",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"http-proxy-middleware": "^0.19.1",
"moment": "^2.24.0",
"mongoose": "^5.4.15",
"npm-run-all": "^4.1.5",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-apollo": "^2.5.0",
"react-dom": "^16.7.0",
"react-helmet": "^5.2.0",
"react-markdown": "^8.0.0",
"react-moment": "^0.8.4",
"styled-components": "^4.1.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "run-p start:**",
"start:app": "npm run develop",
"start:lambda": "netlify-lambda serve src/lambda",
"build": "run-p build:**",
"build:lambda": "netlify-lambda build src/lambda",
"build:app": "gatsby build",
"lambda": "netlify-lambda serve src/lambda",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"prettier": "^1.15.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ReeceLangerock/portfolio2019"
}
}