-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.07 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
{
"name": "petemill-personal",
"description": "Personal website for Pete Miller (@petemill)",
"version": "1.0.0",
"author": "Pete Miller <miller.pete+npm@gmail.com>",
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"classnames": "^2.2.5",
"front-matter": "^2.0.7",
"gatsby": "^0.12.0",
"highlight.js": "^9.3.0",
"history": "^2.0.2",
"js-yaml": "^3.6.0",
"lodash.sortby": "^4.7.0",
"markdown-it": "^7.0.0",
"markdown-it-abbr": "^1.0.3",
"markdown-it-attrs": "^0.6.3",
"markdown-it-container": "^2.0.0",
"markdown-it-deflist": "^2.0.1",
"markdown-it-footnote": "^3.0.0",
"markdown-it-sub": "^1.0.0",
"moment": "^2.14.1",
"normalize.css": "^4.2.0",
"object-assign": "^4.1.0",
"markdown-it-block-embed": "petemill/markdown-it-block-embed",
"react": "^15.3.0",
"react-document-title": "^2.0.1",
"react-dom": "^15.3.0",
"react-router": "^2.6.1",
"toml-js": "0.0.8",
"typography": "^0.12.1"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-react-hmre": "^1.1.1",
"css-loader": "^0.23.1",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"null-loader": "^0.1.1",
"postcss-loader": "^0.9.1",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.2.10",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"keywords": [
"gatsby"
],
"main": "n/a",
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build --prefix-links && AWS_PROFILE=petemill aws s3 cp public s3://petemill.com --acl public-read --recursive --exclude \".git/**\"",
"develop": "gatsby develop",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1"
}
}