-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 876 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
{
"name": "gulp-seed-project",
"version": "1.0.0",
"description": "a simple gulp setup template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mark Nagengast",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"autoprefixer": "^9.8.6",
"browser-sync": "^2.26.14",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-image-resize": "^0.13.1",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"panini": "^1.7.1",
"yargs": "^15.4.1"
},
"dependencies": {
"lodash": "^4.17.21",
"lodash.template": "^4.5.0"
},
"browserslist": [
"IE 11",
"last 2 versions",
">.25%"
]
}