This repository has been archived by the owner on May 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "kylegach_com",
"description": "A static portfolio/blog built with Gatsby",
"version": "1.0.0",
"author": "Kyle Gach <[email protected]>",
"dependencies": {
"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",
"front-matter": "^2.0.6",
"gatsby": "^0.11.0",
"gsap": "^1.18.2",
"highlight.js": "^9.2.0",
"js-yaml": "^3.5.5",
"lodash": "^4.6.1",
"markdown-it": "^6.0.0",
"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",
"moment": "^2.12.0",
"normalize.css": "^4.0.0",
"react-helmet": "^3.1.0",
"safe-access": "^0.1.0",
"script-loader": "^0.6.1",
"suncalc": "^1.7.0",
"to-title-case": "^1.0.0",
"toml-js": "0.0.8",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"babel-preset-react-hmre": "^1.1.1",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.1",
"tota11y": "^0.1.3"
},
"keywords": [
"gatsby",
"static",
"react",
"postcss",
"blog",
"portfolio",
"svg",
"animation"
],
"main": "n/a",
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1"
}
}