-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "frontend-easy-starter",
"version": "1.0.0",
"description": "A boilerplate with Gulp + Pug + SCSS + ES6 + Bootstrap 4 + Babel + Browsersync to a easy start.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Gulp",
"Pug",
"SCSS",
"ES6",
"Bootstrap 4",
"Babel",
"Browsersync"
],
"author": "André Daniel",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"babelify": "^8.0.0",
"browser-sync": "^2.24.4",
"browserify": "^16.2.2",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-changed": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-notify": "^3.2.0",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"animejs": "^2.2.0",
"bootstrap": "^4.1.1",
"jquery": "^3.3.1",
"owl.carousel": "^2.3.4",
"popper.js": "^1.14.3"
}
}