-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 926 Bytes
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
{
"name": "template",
"author": "Ruslan Belozertsev",
"browserslist": [
">1%",
"last 2 versions",
"not dead"
],
"devDependencies": {
"gulp": "^4.0.2",
"gulp-pug": "^4.0.1",
"gulp-typograf": "^4.0.3",
"gulp-sass": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-rename": "^2.0.0",
"gulp-favicons": "^2.3.1",
"gulp-newer": "^1.4.0",
"gulp-watch": "^5.0.1",
"gulp-clean": "^0.4.0",
"browser-sync": "^2.26.7",
"vinyl-ftp": "^0.6.1",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"webpack": "^4.44.2",
"webpack-stream": "^6.1.0"
},
"dependencies": {
"@barba/core": "^2.9.7",
"bootstrap": "^5.0.0-alpha1",
"gsap": "^3.5.1",
"inputmask": "^5.0.5",
"lazysizes": "^5.2.2",
"normalize.css": "^8.0.1",
"scroll-lock": "^2.1.4",
"swiper": "^6.7.0"
}
}