forked from NEsfandiari/cherries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.39 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",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@reach/router": "^1.2.1",
"animate.css": "^3.7.0",
"aws-sdk": "^2.371.0",
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.9.2",
"bcryptjs": "^2.4.3",
"contentful": "^7.0.5",
"dotenv": "^6.1.0",
"fuse.js": "^3.3.0",
"gatsby": "^2.0.53",
"gatsby-image": "^2.0.20",
"gatsby-plugin-archives": "^1.0.4",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-netlify-cache": "^1.0.0",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sharp": "^2.0.15",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-plugin-typography": "^2.2.1",
"gatsby-source-contentful": "^2.0.20",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-source-shopify": "^2.0.2",
"gatsby-transformer-sharp": "^2.1.8",
"netlify-lambda": "^1.1.0",
"pace": "0.0.4",
"pace-js": "^1.0.2",
"query-string": "^6.2.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-facebook-login": "^4.1.1",
"react-google-login": "^4.0.0",
"react-helmet": "^5.2.0",
"react-icons": "^3.2.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-spinkit": "^3.0.0",
"react-typography": "^0.16.13",
"slugify": "^1.3.4",
"style-component": "0.0.1",
"styled-components": "^4.1.2",
"typography": "^0.16.17"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build-netlify": "yarn run build:gatsby && yarn run build:lambda",
"build:gatsby": "gatsby build",
"build:lambda": "netlify-lambda build lambda-src",
"lambda-serve": "netlify-lambda serve lambda-src",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-preset-gatsby": "^0.1.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"prettier": "^1.15.2",
"react-test-renderer": "^16.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}