-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.91 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": "gatsby-starter-superstylin",
"version": "1.0.0",
"description": "A Gatsby starter with styled-components",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop --host 0.0.0.0 --port 8000",
"storybook-theme": "start-storybook -p 9001 -c .storybooks/.storybook-theme",
"storybook-styled": "start-storybook -p 8001 -c .storybooks/.storybook-styled"
},
"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.47",
"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",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-helmet": "^3.2.2",
"react-slick": "^0.14.11",
"recompose": "^0.21.2",
"styled-components": "^2.0.0",
"styled-normalize": "^1.0.0",
"toml-js": "0.0.8"
},
"devDependencies": {
"@kadira/react-storybook-addon-info": "^3.4.0",
"@kadira/react-storybook-decorator-centered": "^1.1.2",
"@kadira/storybook": "^2.35.3",
"@kadira/storybook-addon-notes": "^1.0.1",
"babel-eslint": "^7.2.0",
"eslint": "^3.x",
"eslint-plugin-react": "^6.10.3",
"react-storybook-decorator-background": "^1.0.5",
"uuid": "^3.0.1"
}
}