-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.97 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
{
"private": true,
"name": "eakm-website-gatsby",
"description": "My professional website - Emily Aviva Kapor-Mater",
"version": "0.4.0",
"author": {
"name": "Emily Aviva Kapor-Mater",
"email": "emily@emilyaviva.com",
"url": "http://emilyaviva.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/emilyaviva/eakm-website-gatsby.git"
},
"bugs": {
"url": "https://github.com/emilyaviva/eakm-website-gatsby/issues"
},
"keywords": [
"personal",
"professional",
"website",
"static",
"gatsby"
],
"license": "ISC",
"scripts": {
"clean": "rm -rf public/*",
"lint": "node_modules/.bin/standard --verbose | node_modules/.bin/snazzy",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node_modules/.bin/gatsby develop",
"build": "node_modules/.bin/gatsby build",
"serve-build": "NODE_ENV=production node_modules/.bin/gatsby build && node_modules/.bin/gatsby serve-build"
},
"standard": {
"parser": "babel-eslint"
},
"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",
"font-awesome": "^4.6.3",
"front-matter": "^2.1.0",
"gatsby": "^0.11.4",
"highlight.js": "^9.3.0",
"history": "^2.0.0",
"js-yaml": "^3.6.0",
"lodash": "^4.13.1",
"markdown-it": "^6.0.1",
"markdown-it-abbr": "^1.0.3",
"markdown-it-attrs": "^0.6.0",
"markdown-it-deflist": "^2.0.1",
"markdown-it-footnote": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"moment": "^2.13.0",
"object-assign": "^4.1.0",
"react-disqus-thread": "^0.4.0",
"react-document-title": "^2.0.2",
"react-router": "^2.4.0",
"safe-access": "^0.1.0",
"toml-js": "0.0.8",
"typography": "^0.9.1"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-preset-react-hmre": "^1.1.1",
"standard": "^7.1.1",
"style-loader": "^0.13.1"
}
}