-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.24 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": "builder",
"version": "1.0.0",
"description": "Builder",
"main": "index.js",
"author": "alexDev",
"type": "module",
"browserslist": [
"last 10 versions"
],
"license": "ISC",
"scripts": {
"start": "gulp"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@fancyapps/ui": "^4.0.31",
"autoprefixer": "^10.4.11",
"babel-loader": "^8.2.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-root-import": "^6.6.0",
"bootstrap": "^5.2.1",
"browser-sync": "^2.27.10",
"browsersync-ssi": "^0.2.4",
"cssnano": "^5.1.13",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^8.0.0",
"gulp-less": "^5.0.0",
"gulp-less-glob": "^1.0.0",
"gulp-noop": "^1.0.1",
"gulp-postcss": "^9.0.1",
"gulp-rsync": "0.0.9",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-stylus": "^2.7.1",
"gulp-ttf2woff2": "^4.0.1",
"gulp-webp": "^4.0.1",
"intl-tel-input": "^17.0.19",
"nice-select2": "^2.1.0",
"postcss": "^8.4.16",
"sass": "^1.54.9",
"swiper": "^8.4.4",
"terser-webpack-plugin": "^5.3.6",
"tippy.js": "^6.3.7",
"vanillajs-datepicker": "^1.2.0",
"webpack": "^5.74.0",
"webpack-stream": "^7.0.0"
}
}