-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.64 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
{
"name": "starterlab-v2",
"version": "1.0.0",
"description": "![license](https://img.shields.io/github/license/pattern-lab/patternlab-php.svg) [![Packagist](https://img.shields.io/packagist/v/pattern-lab/edition-mustache-standard.svg)](https://packagist.org/packages/pattern-lab/edition-mustache-standard) [![Gitter](https://img.shields.io/gitter/room/pattern-lab/php.svg)](https://gitter.im/pattern-lab/php)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/variablebxl/starterlab-v2.git"
},
"author": "Variable",
"license": "ISC",
"homepage": "https://bitbucket.org/variablebxl/starterlab-v2#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.24.4",
"browserify": "^16.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-beautify": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.1.7",
"gulp-rename": "^1.2.3",
"gulp-sass": "^3.2.1",
"gulp-shell": "^0.6.3",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.8",
"imagesloaded": "^4.1.4",
"jquery": "^3.3.1",
"laravel-elixir": "^6.0.0-18",
"laravel-elixir-browsersync-official": "^1.0.0",
"laravel-elixir-webpack-official": "^1.0.2",
"laravel-mix": "^1.7.2",
"lazysizes": "^4.0.4",
"require-dir": "^1.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"flickity": "^2.1.1",
"jquery-bridget": "^2.0.1"
}
}