-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 840 Bytes
/
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
{
"name": "miband",
"version": "5.0.0",
"description": "Start HTML Template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Artem",
"license": "ISC",
"devDependencies": {
"bootstrap": "^4.4.1",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^4.0.1",
"gulp-newer": "^1.4.0",
"gulp-rsync": "0.0.8",
"gulp-sass": "^4.0.2",
"gulp-stylus": "^2.7.0",
"gulp-uglify-es": "^2.0.0",
"jquery": "^3.5.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"fotorama": "^4.6.4",
"hamburgers": "^1.1.3",
"jquery.equalheights": "^1.5.3",
"owl.carousel": "^2.3.4",
"selectize": "^0.12.6"
}
}