-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 1.62 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "laravel-elixir-webpack-advanced",
"version": "0.3.9-5",
"description": "Laravel Elixir Webpack Extension (improved)",
"main": "dist/index.js",
"scripts": {
"compile": "./node_modules/.bin/babel --presets=es2015 -d dist src",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run compile"
},
"keywords": [
"laravel",
"elixir",
"webpack",
"bower",
"gulp"
],
"author": {
"name": "Igor Malyshev"
},
"engines": {
"node": ">=4.4.0"
},
"license": "MIT",
"dependencies": {
"app-root-path": "^2.0.1",
"autoprefixer": "^6.3.1",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"bower-webpack-plugin": "^0.1.9",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.0",
"file-loader": "^0.9.0",
"lodash": "^4.0.0",
"postcss-loader": "^0.13.0",
"progress-bar-webpack-plugin": "^1.8.0",
"resolve-url-loader": "^1.4.2",
"rimraf": "^2.4.4",
"sass-loader": "^4.0.0",
"stylus-loader": "^2.0.0",
"vue-html-loader": "^1.0.0",
"webpack": "^1.13.2",
"webpack-notifier": "^1.3.0"
},
"peerDependencies": {
"laravel-elixir": "^6.0.0-10"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"gulp": "^3.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Glorian/laravel-elixir-webpack-advanced"
},
"bugs": {
"url": "https://github.com/Glorian/laravel-elixir-webpack-advanced/issues"
},
"homepage": "https://github.com/Glorian/laravel-elixir-webpack-advanced"
}