-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "my_layout",
"version": "1.0.0",
"description": "layout",
"main": "gulpfile.js",
"scripts": {
"gulp": "gulp",
"gulp cssLint": "gulp-stylelint",
"gulp htmlLint": "gulp-htmllint",
"test": "gulp cssLint && gulp htmlLint"
},
"keywords": [
"layout"
],
"author": "Alexandr Tanana",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.2",
"browser-sync": "^2.27.7",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-htmllint": "0.0.19",
"gulp-htmlmin": "^5.0.1",
"gulp-libsquoosh": "^1.0.12",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-svgstore": "^9.0.0",
"gulp-terser": "^2.1.0",
"gulp-w3cjs": "^1.3.2",
"gulp-webp": "^4.0.1",
"postcss-csso": "^6.0.0",
"sass": "^1.55.0",
"stylelint": "^14.5.1",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0"
},
"dependencies": {}
}