1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 02:12:53 +00:00

finished converting posts - need to work on resume

This commit is contained in:
2016-08-17 23:36:05 -05:00
parent 70807c7a45
commit f71ac40e32
7 changed files with 228 additions and 246 deletions

View File

@@ -4,7 +4,7 @@
"description": "My personal website built with React and Go",
"main": "index.js",
"scripts": {
"build": "webpack && babel-node metadata.js",
"build": "webpack & babel-node metadata.js",
"c9": "webpack-dev-server --port $PORT --host $IP --hot --content-base dist --history-api-fallback",
"dev": "webpack-dev-server --content-base dist --inline --hot --history-api-fallback",
"prod-linux": "export NODE_ENV=production && webpack -p && babel-node metadata.js",
@@ -39,6 +39,7 @@
"font-awesome": "^4.6.3",
"highlight.js": "^9.6.0",
"html-webpack-plugin": "^2.22.0",
"marked": "^0.3.6",
"node-sass": "^3.8.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",