-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.19 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
78
79
{
"name": "ninelines-template",
"version": "2.7.11",
"description": "Шаблон для разработки сайтов",
"scripts": {},
"author": "Dmitry Artemov <d.artemov@9-lines.com>",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.10.4",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-private-methods": "7.10.4",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/runtime": "7.10.4",
"autoprefixer": "9.8.4",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"browser-sync": "2.26.7",
"connect-history-api-fallback": "1.6.0",
"cssnano": "4.1.10",
"del": "5.1.0",
"emitty": "1.4.0",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"gulp-debug": "4.0.0",
"gulp-eslint": "6.0.0",
"gulp-if": "3.0.0",
"gulp-imagemin": "7.1.0",
"gulp-load-plugins": "2.0.3",
"gulp-newer": "1.4.0",
"gulp-notify": "3.2.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-pug": "4.0.1",
"gulp-pug-linter": "1.3.0",
"gulp-rename": "2.0.0",
"gulp-replace": "1.0.0",
"gulp-sass": "4.1.0",
"gulp-sourcemaps": "2.6.5",
"gulp-svgmin": "3.0.0",
"gulp-svgstore": "7.0.1",
"gulp-w3c-html-validator": "2.0.1",
"gulp-zip": "5.0.2",
"gulp.spritesmith": "6.11.0",
"husky": "4.2.5",
"imagemin-mozjpeg": "9.0.0",
"lint-staged": "10.2.11",
"merge-stream": "2.0.0",
"mixitup": "3.3.1",
"node-sass": "4.14.1",
"postcss-reporter": "6.0.1",
"postcss-scss": "2.1.1",
"stylelint": "13.6.1",
"stylelint-declaration-block-no-ignored-properties": "2.3.0",
"stylelint-order": "4.1.0",
"stylelint-scss": "3.18.0",
"vinyl-buffer": "1.0.1",
"webpack": "4.43.0",
"webpack-stream": "5.2.1",
"yargs": "15.3.1"
},
"dependencies": {
"@babel/polyfill": "7.10.4",
"@chenfengyuan/datepicker": "1.0.10",
"@fancyapps/fancybox": "3.5.7",
"@googlemaps/js-api-loader": "1.11.3",
"@srexi/purecounterjs": "1.1.1",
"aos": "3.0.0-beta.6",
"jquery": "3.5.1",
"jquery.maskedinput": "1.4.1",
"lazysizes": "5.3.2",
"ninelines-ua-parser": "1.1.6",
"normalize.css": "8.0.1",
"plyr": "3.6.7",
"svg4everybody": "2.1.9",
"swiper": "6.5.8"
}
}