-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
{
"name": "gulp-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint src/**/*.js && npx stylelint src/**/*.scss && npx linthtml src/**/*.html",
"deploy": "gulp cleandist && gulp build && gulp pages",
"optimize": "gulp images && gulp cleanimg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vo7kov/gulp-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vo7kov/gulp-template/issues"
},
"homepage": "https://github.com/Vo7kov/gulp-template#readme",
"devDependencies": {
"@linthtml/linthtml": "^0.9.4",
"@babel/eslint-parser": "^7.5.4",
"browser-sync": "^2.29.0",
"del": "^6.0.0",
"eslint": "^8.36.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "[email protected]:tekd/gulp-gh-pages.git#update-dependency",
"gulp-imagemin": "^6.0.0",
"gulp-newer": "^1.4.0",
"gulp-sass": "^5.1.0",
"sass": "^1.59.3",
"stylelint": "^15.3.0",
"stylelint-config-recommended-scss": "^9.0.1",
"stylelint-config-standard": "^31.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^4.5.0"
}
}