-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1001 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
42
{
"name": "web-tmpl",
"version": "0.0.2",
"description": "",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build --production",
"makefile": "gulp makefile",
"watch": "gulp watch",
"default": "gulp default"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"autoprefixer": "^10.4.13",
"css-declaration-sorter": "^6.3.1",
"css-mqpacker": "^7.0.0",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-mode": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-wait": "^0.0.2",
"postcss": "^8.4.21",
"sass": "^1.58.3"
},
"dependencies": {
"jquery": "^3.6.3",
"modaal": "^0.4.4",
"slick-carousel": "^1.8.1"
}
}