-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "bitrix-markup-stub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx gulp",
"build": "npx gulp build",
"deploy": "npx gulp build && npx gulp deploy ",
"lint": "eslint --ext .js,.ts .",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elrouss/spiks.git"
},
"author": "Boris Zashliapin",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.10",
"browser-sync": "^2.29.3",
"del": "^6.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"gh-pages": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "8.0.0",
"gulp-cheerio": "^1.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-htmlmin": "^5.0.1",
"gulp-include": "^2.4.1",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-uglify": "^3.0.2",
"husky": "^9.0.11",
"hygen": "^6.2.11",
"nouislider": "^15.7.1",
"prettier": "^3.2.5",
"sass": "^1.66.1"
}
}