UNPKG

laravel-elixir-webpack-official

Version:
36 lines (35 loc) 924 B
{ "name": "laravel-elixir-webpack-official", "version": "1.0.10", "description": "Laravel Elixir Webpack integration", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/JeffreyWay/laravel-elixir-webpack-official.git" }, "homepage": "https://github.com/JeffreyWay/laravel-elixir-webpack-official", "scripts": { "compile": "babel --presets=es2015 -d dist src", "prepublish": "npm run compile" }, "keywords": [ "laravel", "elixir", "webpack", "gulp" ], "author": "Jeffrey Way", "license": "MIT", "dependencies": { "buble": "^0.12.3", "buble-loader": "^0.2.2", "gulp-filter": "^4.0.0", "lodash": "^4.15.0", "webpack": "2.1.0-beta.15 - 2.1.0-beta.22", "webpack-stream": "github:jeroennoten/webpack-stream#patch-1" }, "devDependencies": { "babel-cli": "^6.10.1", "babel-preset-es2015": "^6.9.0" } }