-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.56 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
{
"name": "NextBlu",
"version": "3.0.0",
"description": "The home website of the NextBlu group.",
"main": "index.js",
"scripts": {},
"author": "NextBlu",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nextblu/"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"ansi-colors": "^4.1.1",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.27.10",
"csscomb": "^4.2.0",
"del": "^5.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-accessibility": "^3.1.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"gulp-htmllint": "0.0.16",
"gulp-imagemin": "^6.0.0",
"gulp-jshint": "^2.1.0",
"gulp-newer": "^1.4.0",
"gulp-pretty-html": "^2.0.9",
"gulp-remove-code": "^3.0.4",
"gulp-remove-logging": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"jshint": "^2.10.1",
"node-bourbon": "^4.2.8",
"panini": "^1.7.2",
"run-sequence": "^2.2.1",
"zoom-vanilla.js": "^2.0.6"
},
"dependencies": {
"bulma": "^0.8.0",
"jquery": "^3.5.0",
"bulma-extensions": "^6.2.7",
"feather-icons": "^4.7.0",
"jquery-waypoints": "^2.0.5",
"jquery.counterup": "^2.1.0",
"scrollreveal": "^3.4.0",
"slick-carousel": "^1.8.1"
}
}