diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json index fe8cac7..e44e58a 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "main": "index.js", "scripts": { "clean": "rimraf ./build/*", - "build": "npm run clean && NODE_ENV=production webpack --config ./config/webpack.config.js", - "dev": "webpack-dev-server --config ./config/webpack.config.js", + "build": "yarn run clean && NODE_ENV=production APP_TITLE='App' webpack --config ./config/webpack.config.js", + "dev": "APP_TITLE='App' webpack-dev-server --config ./config/webpack.config.js", "serve": "serve -s ./build" }, "author": "Nick Van Doorn <vandoorn.nick@gmail.com>", @@ -33,12 +33,19 @@ "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.3", "extract-text-webpack-plugin": "^2.1.0", + "file-loader": "^0.11.2", + "font-awesome": "^4.7.0", "html-webpack-plugin": "^2.28.0", + "interpolate-html-plugin": "^2.0.0", "lodash": "^4.17.4", + "postcss-cssnext": "^2.11.0", + "postcss-import": "^10.0.0", "postcss-loader": "^2.0.5", "postcss-nesting": "^3.0.0", + "precss": "^2.0.0", "react": "^15.5.4", "react-dom": "^15.5.4", + "react-fontawesome": "^1.6.1", "rimraf": "^2.6.1", "serve": "^5.1.5", "uglifyjs-webpack-plugin": "^0.4.3", |