-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (55 loc) · 1.53 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
{
"name": "itvdn-gulp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev":"gulp dev",
"jsLint":"gulp linter",
"htmlLint":"gulp htmllint",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slastonm/itvdn-gulp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/slastonm/gulp-project/issues"
},
"homepage": "https://github.com/slastonm/itvdn-gulp#readme",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/node": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"browser-sync": "^2.27.7",
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-sass": "^5.0.0",
"postcss-combine-media-query": "^1.0.1",
"sass": "^1.45.0"
},
"dependencies": {
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.13",
"del": "^6.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-processhtml": "^1.2.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"gulp-w3cjs": "^1.3.2",
"gulp.spritesmith": "^6.12.1",
"normalize.css": "^8.0.1"
}
}