-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
51
{
"type": "module",
"name": "bem-bundle-builder",
"version": "1.0.0",
"description": "try to bundle project with gulp and bem",
"author": "Vova",
"license": "ISC",
"lint-staged": {
"*.js": "eslint"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/register": "^7.17.7",
"babelify": "^10.0.0",
"browser-sync": "^2.27.10",
"browserify": "^17.0.0",
"del": "^6.1.1",
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-bem-bundle-builder": "^0.1.5",
"gulp-bem-bundler-fs": "^0.0.10",
"gulp-buffer": "^0.0.2",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-html2bemjson": "^1.0.3",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^8.0.0",
"gulp-noop": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
"gulp-terser": "^2.1.0",
"gulp-ttf2woff": "^1.1.1",
"gulp-ttf2woff2": "^4.0.1",
"gulp-webp": "^4.0.1",
"gulp-webp-html": "^1.0.2",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"merge-stream": "^2.0.0",
"sass": "^1.52.2"
},
"scripts": {
"prepare": "husky install"
}
}