-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.59 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
{
"name": "layout-chat-messenger",
"version": "1.0.0",
"description": "HTML5/CSS layout with Gulp, Pug, Bootstrap, SCSS, HTMLHint, StyleLint, Surge",
"repository": {
"type": "git",
"url": "git+https://github.com/a-gunderin/layout-designer-project-lvl3.git"
},
"main": "",
"scripts": {
"slint": "npx stylelint ./src/scss/*.scss",
"slint:fix": "npx stylelint ./src/scss/*.scss --fix",
"hlint": "npx htmlhint ./dist/*.html",
"dev": "npx gulp dev",
"build": "npx gulp build",
"deploy": "npx surge ./dist/ wasteful-pen.surge.sh",
"svg-sprite": "npx gulp buildSvgSprite",
"eslint": "npx eslint .",
"eslint:fix": "npx eslint --fix ."
},
"bugs": {
"url": "https://github.com/a-gunderin/layout-designer-project-lvl3/issues"
},
"homepage": "https://github.com/a-gunderin/layout-designer-project-lvl3#readme",
"author": "Andrei Gunderin",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.27.10",
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"gulp": "^4.0.2",
"gulp-atomizer": "^3.0.7",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-uglify-es": "^3.0.0",
"htmlhint": "^1.1.4",
"normalize.css": "^8.0.1",
"sass": "^1.53.0",
"stylelint": "^14.9.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0",
"surge": "^0.23.1"
}
}