-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.08 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "handlebars-boilerplate",
"version": "3.0.0",
"description": "Modern boilerplate with Gulp and Webpack",
"main": "main.js",
"scripts": {
"build": "gulp build-production",
"dev": "gulp build && gulp serve"
},
"keywords": [],
"author": "Artem Safin",
"license": "MIT",
"browserslist": [
"last 2 versions",
"> 2%",
"not ie <= 11",
"not dead"
],
"dependencies": {
"@fancyapps/ui": "^4.0.31",
"body-scroll-lock": "^3.1.5",
"bootstrap-datepicker": "^1.9.0",
"choices.js": "^9.0.1",
"classlist-polyfill": "^1.2.0",
"core-js": "^3.16.1",
"custom-event-polyfill": "^1.0.7",
"dayjs": "^1.10.6",
"detect-it": "^4.0.1",
"gsap": "npm:@gsap/shockingly@^3.7.1",
"imagesloaded": "^4.1.4",
"inputmask": "^5.0.6",
"lazysizes": "^5.3.2",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"parsleyjs": "^2.9.2",
"plyr": "^3.6.8",
"smoothscroll-polyfill": "^0.4.4",
"sticky-sidebar": "^3.3.1",
"swiper": "^6.8.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.0.6",
"browser-sync": "^2.27.5",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cached": "^1.1.1",
"gulp-csso": "^3.0.1",
"gulp-data": "^1.3.1",
"gulp-debug": "^4.0.0",
"gulp-hb": "^8.0.0",
"gulp-html-beautify": "^1.0.1",
"gulp-newer": "^1.4.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-prettier": "^2.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^2.1.0",
"gulp-svgstore": "^7.0.1",
"gulp-uglify-es": "^1.0.4",
"gulp-webp": "^3.0.0",
"handlebars-layouts": "^3.1.4",
"moment-locales-webpack-plugin": "^1.0.7",
"regenerator-runtime": "^0.13.9",
"sass": "^1.37.5",
"webpack": "^4.28.1",
"webpack-cli": "^3.1.2",
"webpack-stream": "^5.2.1"
}
}