-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.23 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
{
"name": "dominic-tracey-website",
"description": "Dominic Tracey's website",
"version": "1.0.0",
"author": "Dominic Tracey <dominic.tracey@gmail.com>",
"dependencies": {
"aphrodite": "^1.2.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"bluebird": "^3.4.0",
"clone": "^1.0.2",
"d3": "^4.9.1",
"front-matter": "^2.0.7",
"gatsby": "^0.12.45",
"highlight.js": "^9.3.0",
"history": "^2.0.2",
"js-yaml": "^3.6.0",
"lodash": "^4.13.1",
"markdown-it": "^6.0.1",
"markdown-it-abbr": "^1.0.3",
"markdown-it-attrs": "^0.1.8",
"markdown-it-deflist": "^2.0.1",
"markdown-it-footnote": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"object-assign": "^4.0.1",
"react": "^15.0.2",
"react-addons-css-transition-group": "^15.0.2",
"react-document-title": "^2.0.1",
"react-dom": "^15.5.4",
"react-faux-dom": "^3.1.0",
"react-headroom": "^1.8.1",
"react-helmet": "^5.1.3",
"react-images": "^0.5.2",
"react-inlinesvg": "^0.4.2",
"react-masonry-component": "^5.0.5",
"react-motion": "^0.4.3",
"react-responsive-grid": "^0.3.2",
"react-router": "^2.2.4",
"react-slick": "^0.12.1",
"react-typography": "^0.15.10",
"safe-access": "^0.1.0",
"simple-line-icons": "^2.3.0",
"string": "^3.3.1",
"textures": "^1.0.5",
"toml-js": "0.0.8",
"typography": "^0.15.8",
"typography-breakpoint-constants": "^0.15.10",
"typography-plugin-code": "^0.15.10",
"typography-theme-lincoln": "^0.15.10",
"velocity-react": "^1.1.5",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-preset-react-hmre": "^1.1.1",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"gh-pages": "^1.0.0",
"image-webpack-loader": "^1.8.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-links && gh-pages -d public"
}
}