-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 973 Bytes
/
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
{
"name": "gulp-start",
"version": "0.0.1",
"description": "Starter Pack with Gulp",
"main": "./dist/js/main.js",
"author": {
"name": "Bulat",
"url": "http://bulatsa.ru"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BulatSa/gulp-start"
},
"browserslist": [
"last 2 versions",
"> 0.25%"
],
"devDependencies": {
"autoprefixer": "^9.7.6",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-flatmap": "^1.0.2",
"gulp-header": "^2.0.9",
"gulp-jshint": "^2.1.0",
"gulp-optimize-js": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^4.1.0",
"gulp-svgmin": "^2.2.0",
"gulp-terser": "^1.2.0",
"jshint": "^2.11.0",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.2",
"node-sass": "^4.14.1"
},
"dependencies": {
"jquery": "^3.5.1",
"npm-check-updates": "^5.0.0"
}
}