-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.29 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "okinet-24",
"version": "4.0.0",
"description": "The Markup and technical solutions for OKinet site",
"author": "Igor Beliakovski",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "https://github.com/des-yogi/okinet-24"
},
"scripts": {
"test:style": "stylelint \"src/**/*.scss\" --syntax=scss",
"start": "gulp",
"deploy": "cross-env NODE_ENV=production ./node_modules/.bin/gulp build && cross-env ./node_modules/.bin/gulp deploy",
"build": "cross-env NODE_ENV=production npm start build",
"lint-staged": "lint-staged",
"precommit": "lint-staged"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"lint-staged": {
"*.scss": "stylelint --syntax=scss"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"autoprefixer": "^10.2.1",
"browser-sync": "^3.0.2",
"const": "^1.0.0",
"cross-env": "^7.0.0",
"css-mqpacker": "^7.0.0",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cheerio": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-debug": "^4.0.0",
"gulp-file-include": "^2.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-real-favicon": "^0.3.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sequence": "^1.0.0",
"gulp-size": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgmin": "^3.0.0",
"gulp-svgstore": "^9.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wait": "0.0.2",
"gulp.spritesmith": "^6.9.0",
"husky": "^9.1.6",
"imagemin-pngquant": "^9.0.1",
"lint-staged": "^15.2.10",
"merge-stream": "^2.0.0",
"mkdirp": "^3.0.0",
"node-sass": "^9.0.0",
"postcss": "^8.4.45",
"postcss-discard-comments": "^7.0.3",
"postcss-import": "^16.1.0",
"postcss-inline-svg": "^6.0.0",
"postcss-object-fit-images": "^1.1.2",
"stylelint": "^16.9.0",
"vinyl-buffer": "^1.0.1",
"yaspeller": "^8.0.0"
},
"dependencies": {
"autosize": "^6.0.1",
"bootstrap": "^5.3.3",
"focus-visible": "^5.2.0",
"imask": "^7.6.1",
"svg4everybody": "^2.1.9",
"swiper": "^11.1.12"
}
}