forked from jpaulobneto/bootstrap-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.18 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "bootstrap-boilerplate",
"version": "0.0.1",
"description": "HTML5 Twitter Bootstrap 3 Boilerplate with Gulp and ES2015 modules",
"main": "web.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp serve",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brz-digital/brz-boilerplate"
},
"keywords": [
"html5",
"twitter",
"bootstrap",
"boilerplate",
"gulp",
"es2015",
"es6",
"responsive",
"sass",
"jquery"
],
"author": "João Paulo Barbosa Neto <jpaulobneto@gmail.com>, Hugo Fabrício <me@hugofabricio.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/brz-digital/brz-boilerplate/issues"
},
"homepage": "https://github.com/brz-digital/brz-boilerplate#readme",
"engines": {
"node": ">=0.12.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.23.2",
"browserify": "^14.5.0",
"del": "^3.0.0",
"eslint": "^4.14.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-css-globbing": "^0.2.2",
"gulp-csscomb": "^3.0.8",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.1",
"require-dir": "^0.3.2",
"run-sequence": "^2.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.9.0"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.2.1",
"jquery": "^3.3.1",
"jquery-mask-plugin": "^1.14.15",
"popper.js": "^1.14.6",
"sweetalert": "^2.1.2",
"swiper": "^4.4.6"
}
}