Switch to using Laravel Mix. Closes #2582

This commit is contained in:
James Brooks
2017-06-19 22:38:33 +01:00
parent 61c569505f
commit 41a8562d80
26 changed files with 5803 additions and 28394 deletions

View File

@@ -1,10 +1,20 @@
{
"name": "cachet",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"animate-sass": "git+https://github.com/tgdev/animate-sass.git",
"autosize": "^3.0.20",
"bootstrap-sass": "^3.3.6",
"chart.js": "^2.4.0",
"cross-env": "^3.2.3",
"eonasdan-bootstrap-datetimepicker": "^4.17.46",
"es5-shim": "^4.5.9",
"github-markdown-css": "^2.3.0",
@@ -14,7 +24,7 @@
"jquery-minicolors": "^2.1.10",
"jquery-serializeobject": "^1.0.0",
"jquery-sparkline": "^2.4.0",
"laravel-elixir": "^6.0.0-15",
"laravel-mix": "0.*",
"livestamp": "git+https://github.com/mattbradley/livestampjs.git#develop",
"lodash": "^4.17.4",
"messenger": "git+https://github.com/HubSpot/messenger.git",