-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.52 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
80
81
82
83
84
{
"name": "versta-project-template",
"version": "0.3.0",
"description": "Versta project template for a quick start",
"author": "Alexey Bogoslovskiy <[email protected]>",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production gulp build",
"start": "cross-env NODE_ENV=development gulp",
"deploy": "cross-env NODE_ENV=production gulp deploy",
"make": "node make"
},
"dependencies": {
"@fancyapps/fancybox": "^3.1.25",
"air-datepicker": "^2.2.3",
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.24.1",
"bemto.pug": "^2.1.0",
"bluebird": "^3.5.0",
"browser-sync": "^2.18.8",
"choices.js": "^6.0.3",
"commander": "^2.9.0",
"cross-env": "^4.0.0",
"css-mqpacker": "^5.0.1",
"cssnano": "^4.1.10",
"debuga": "^1.0.2",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"gulp": "^4.0.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^2.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^3.1.0",
"gulp-file-include": "^2.0.1",
"gulp-filter": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-jsbeautifier": "^2.1.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.1.0",
"gulp-plumber-error-handler": "^1.0.0",
"gulp-postcss": "^6.4.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylelint": "^13.0.0",
"gulp-svg-symbols": "^2.0.2",
"gulp-watch": "^5.0.1",
"inputmask": "^3.3.8",
"jade-get-data": "^1.0.1",
"jquery": "^3.2.1",
"leaflet": "^1.2.0",
"normalize.css": "^6.0.0",
"nouislider": "^10.1.0",
"object-fit-images": "^3.2.3",
"overlayscrollbars": "^1.7.1",
"postcss-discard-comments": "^2.0.4",
"postcss-import": "^11.1.0",
"postcss-reporter": "^3.0.0",
"postcss-scss": "^0.4.1",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"scrollreveal": "^4.0.5",
"stylelint": "^13.2.0",
"stylelint-config-standard": "^16.0.0",
"svg4everybody": "^2.1.8",
"swiper": "^4.5.0",
"tooltipster": "^4.2.5",
"vinyl-named": "^1.1.0",
"webpack": "^2.3.2",
"webpack-stats-logger": "^1.0.1",
"webpack-stream": "^5.2.1"
}
}