-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.8 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
{
"version": "1.0.0",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp default"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.13.9",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"browser-sync": "*",
"browserslist": "^4.16.3",
"gulp": "*",
"gulp-cheerio": "*",
"gulp-concat": "*",
"gulp-cssnano": "*",
"gulp-imagemin": "^7.1.0",
"gulp-inline-css": "^4.0.0",
"gulp-plumber": "*",
"gulp-postcss": "*",
"gulp-pug": "*",
"gulp-rename": "*",
"gulp-sourcemaps": "*",
"gulp-stylus": "*",
"gulp-svg-sprite": "*",
"gulp-uglify": "*",
"imagemin-pngquant": "^9.0.2",
"nib": "*",
"npm-check-updates": "^11.1.10",
"postcss": "^8.2.7",
"pug": "^3.0.2",
"rupture": "*",
"webpack": "^5.24.3",
"webpack-stream": "^6.1.2"
},
"dependencies": {
"@babel/runtime": "^7.13.9",
"@fancyapps/fancybox": "^3.5.7",
"bootstrap": "^4.6.0",
"imagemin-mozjpeg": "^9.0.0",
"inputmask": "^5.0.5",
"jquery": "^3.6.0",
"normalize.css": "^8.0.1",
"swiper": "^6.4.15"
},
"description": "Уже должен быть установлен Node.js",
"name": "gulpproject",
"repository": {
"type": "git",
"url": "git+https://github.com/milkamil93/gulp-assembly.git"
},
"author": "milkamil93",
"bugs": {
"url": "https://github.com/milkamil93/gulp-assembly/issues"
},
"homepage": "https://github.com/milkamil93/gulp-assembly#readme",
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}