-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.46 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
{
"name": "Front",
"version": "4.3.0",
"description": "Front - Multipurpose Responsive Template",
"main": "gulpfile.js",
"author": "htmlstream",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "cd ./gulpfiles && node debuger.js"
},
"devDependencies": {
"browser-sync": "^2.27.7",
"del": "^6.1.1",
"gh-pages": "^6.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-delete-lines": "0.0.7",
"gulp-file-include": "^2.1.1",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-touch": "^1.0.1",
"gulp-uglify-es": "^3.0.0",
"node-sass": "^7.0.1",
"puppeteer": "^15.4.0",
"sass": "^1.53.0",
"wnumb": "^1.2.0"
},
"dependencies": {
"aos": "^2.3.4",
"appear": "^1.0.1",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"chart.js": "^3.8.0",
"circles.js": "0.0.6",
"countdown": "^2.6.0",
"dropzone": "^5.9.3",
"flag-icon-css": "^4.1.7",
"fslightbox": "^3.3.1",
"imask": "^6.4.2",
"leaflet": "^1.8.0",
"list.js": "^2.3.1",
"nouislider": "^15.6.0",
"quill": "^1.3.7",
"readable-stream": "^4.5.2",
"shufflejs": "^6.1.0",
"swiper": "^8.3.1",
"tom-select": "^2.1.0",
"typed.js": "^2.1.0"
}
}