-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "docs",
"version": "1.0.0",
"description": "Documentation / Help Center Template",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jenia Stratila",
"devDependencies": {
"browser-sync": "^3.0.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0"
},
"dependencies": {
"bootstrap": "^4.3.1",
"bootstrap-select": "^1.13.2",
"clipboard": "^2.0.1",
"gulp-minify": "^3.1.0",
"headroom.js": "^0.9.4",
"highlight.js": "^10.4.1",
"jquery": "^3.3.1",
"lavalamp": "^1.1.0",
"magnific-popup": "^1.1.0",
"masonry": "0.0.2",
"masonry-layout": "^4.2.2",
"owl.carousel": "^2.3.4",
"prismjs": "^1.27.0",
"skrollr": "^0.6.26",
"smooth-scroll": "^16.0.3",
"smoothscroll": "^0.4.0",
"sticky-kit": "^1.1.3",
"swiper": "^6.5.1",
"video.js": "^7.20.3",
"videojs-youtube": "^2.6.0"
}
}