forked from dvzrd/snipcart-gatsby-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 865 Bytes
/
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
{
"name": "gatsby-starter-blog",
"version": "1.0.0",
"description": "Starter Gatsby Blog",
"main": "n/a",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"keywords": [
"gatsby"
],
"author": "Kyle Mathews <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"dependencies": {
"lodash": "^3.10.1",
"moment": "^2.10.3",
"react": "^0.14.3",
"react-document-title": "^2.0.1",
"react-dom": "^0.14.3",
"react-responsive-grid": "^0.3.0",
"react-router": "^0.13.5",
"typography": "^0.6.2",
"underscore.string": "^3.2.2"
}
}