-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "tempo",
"title": "Tempo",
"version": "2.1.0",
"description": "Tempo - Bootstrap Website Template",
"author": "BootstrapMade.com",
"homepage": "https://bootstrapmade.com/tempo-free-onepage-bootstrap-theme/",
"license": "https://bootstrapmade.com/license/",
"main": "gulpfile.js",
"scripts": {
"start": "node_modules/.bin/gulp start",
"watch": "node_modules/.bin/gulp watch",
"dist": "node_modules/.bin/gulp"
},
"dependencies": {
"bootstrap": "^4.5.0",
"boxicons": "^2.0.5",
"isotope-layout": "^3.0.6",
"jquery": "3.5.1",
"jquery.easing": "^1.4.1",
"owl.carousel": "^2.3.4",
"remixicon": "^2.5.0",
"venobox": "^1.9.0"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-beautify": "^3.0.0",
"gulp-inject-string": "^1.1.2",
"gulp-nunjucks": "^5.0.1",
"gulp-sass": "^4.1.0",
"merge-stream": "^2.0.0"
}
}