-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "package",
"version": "1.0.0",
"description": "Gulp for Front-End Development",
"main": "gulpfile.js",
"author": "",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"autoprefixer": "^9.7.0",
"browser-sync": "^2.26.7",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-cheerio": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-html-beautify": "^1.0.1",
"gulp-include": "^2.4.1",
"gulp-inject": "^5.0.4",
"gulp-newer": "^1.4.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-string-replace": "^1.1.2",
"gulp-svgmin": "^2.2.0",
"gulp-svgo": "^2.1.1",
"gulp-svgstore": "^7.0.1",
"gulp-tinypng-compress": "^1.2.5",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"path": "^0.12.7",
"postcss-em-media-query": "^2.0.0",
"postcss-pxtorem": "^4.0.1"
},
"dependencies": {
"fontfaceobserver": "^2.1.0",
"gsap": "file:gsap-bonus.tgz",
"normalize.css": "^8.0.1",
"object-fit-images": "^3.2.4",
"photoswipe": "^4.1.3",
"slick-slider": "^1.8.2",
"svg4everybody": "^2.1.9",
"vanilla-lazyload": "^12.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}