-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "hookah",
"version": "1.0.0",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.14.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"eslint": "^7.28.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cssbeautify": "^3.0.0",
"gulp-file-include": "^2.3.0",
"gulp-htmlmin-next": "^6.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"sass": "^1.50.0",
"webpack": "^5.38.1",
"webpack-stream": "^7.0.0"
},
"browserslist": [
">= 1%",
"last 2 major versions",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Firefox ESR",
"iOS >= 12",
"Safari >= 12",
"not Explorer <= 11",
"not op_mini all",
"not Explorer > 0"
],
"dependencies": {
"@glidejs/glide": "^3.4.1",
"axios": "^0.21.4",
"custom-select": "^1.1.15",
"focus-trap": "^6.7.1"
}
}