-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
{
"name": "gatsby-starter-superstylin",
"version": "1.0.0",
"description": "A Gatsby starter with styled-components",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bntzio/gatsby-starter-superstylin.git"
},
"keywords": [
"gatsby",
"react"
],
"author": "Enrique Benitez <bntz.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bntzio/gatsby-starter-superstylin/issues"
},
"homepage": "https://github.com/bntzio/gatsby-starter-superstylin#readme",
"dependencies": {
"front-matter": "^2.1.1",
"gatsby": "^0.12.20",
"hedron": "^0.6.0",
"highlight.js": "^9.8.0",
"history": "^2.0.2",
"js-yaml": "^3.7.0",
"lodash": "^4.17.4",
"markdown-it": "^7.0.1",
"markdown-it-abbr": "^1.0.3",
"markdown-it-attrs": "^0.6.3",
"markdown-it-deflist": "^2.0.1",
"markdown-it-footnote": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"moment": "^2.17.1",
"object-assign": "^4.1.0",
"polished": "^1.0.1",
"react-helmet": "^3.2.2",
"recompose": "^0.21.2",
"styled-components": "^1.2.1",
"toml-js": "0.0.8",
"uigradients": "^0.2.1"
},
"devDependencies": {
"babel-eslint": "^7.2.0",
"eslint": "^3.x",
"eslint-plugin-react": "^6.10.3",
"uuid": "^3.0.1"
}
}