forked from tabuckner/gulp-materialize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.51 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
63
64
65
{
"name": "gulp-materialize",
"description": "Gulp/Materialize boiler",
"author": "Taylor Buckner",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/theappraisallane/www"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"gulp:lint": "gulp lint",
"gulp:clean": "gulp clean:dist clean:app"
},
"keywords": [
"gulp",
"materialize.css",
"babel",
"eslint",
"husky",
"sass",
"browserify"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browser-sync": "^2.12.8",
"browserify": "^16.0.0",
"del": "^2.2.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-browserify": "^0.5.1",
"gulp-cache": "^0.4.5",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.2",
"gulp-html-replace": "^1.6.2",
"gulp-imagemin": "^3.0.1",
"gulp-merge": "^0.1.1",
"gulp-pug": "^3.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^1.5.3",
"husky": "^0.14.3",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"babel": {
"presets": [
"env"
]
},
"dependencies": {
"jquery": "^3.3.1"
}
}