This commit is contained in:
Kevin Ngo
2018-10-13 17:19:36 -07:00
parent d8701975ca
commit e94ab73212
25 changed files with 125 additions and 124 deletions

View File

@@ -3,6 +3,8 @@
"version": "1.0.0",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"lint": "semistandard -v | snazzy",
"lint:fix": "semistandard --fix",
"start": "webpack-dev-server --host 0.0.0.0 --progress --colors --hot --inline --port 3000"
},
"dependencies": {