-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.31 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.31 KB
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
{
"name": "gamiy",
"version": "1.0.0",
"description": "",
"dependencies": {},
"devDependencies": {
"@htmlacademy/editorconfig-cli": "1.0.0",
"autoprefixer": "9.8.6",
"browser-sync": "2.26.12",
"del": "5.1.0",
"eslint": "7.9.0",
"eslint-config-htmlacademy": "0.6.0",
"gulp": "4.0.2",
"gulp-csso": "4.0.1",
"gulp-imagemin": "7.1.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-posthtml": "3.0.5",
"gulp-rename": "2.0.0",
"gulp-sass": "4.1.0",
"gulp-sass-glob": "1.1.0",
"gulp-sourcemaps": "2.6.5",
"gulp-svgstore": "7.0.1",
"gulp-webp": "4.0.1",
"posthtml-include": "1.4.3",
"stylelint": "13.7.1",
"stylelint-config-htmlacademy": "0.1.4"
},
"scripts": {
"editorconfig": "editorconfig-cli",
"stylelint": "stylelint \"source/sass/**/*.scss\" --syntax scss",
"test": "npm run editorconfig && npm run stylelint && eslint source/js/",
"build": "gulp build",
"start": "gulp start",
"webp": "gulp webp",
"sprite": "gulp sprite"
},
"browserslist": [
"last 2 versions",
"IE 11",
"Firefox ESR"
],
"editorconfig-cli": [
"*.json",
"*.js",
"source/*.html",
"source/js/**/*.js",
"source/img/**/*.svg",
"source/sass/**/*.{sass,scss}"
],
"author": "",
"license": "ISC"
}