forked from JeffreyWay/laravel-elixir-webpack-official
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 894 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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-fixed": "3.2.2"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0"
}
}