-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.46 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
{
"name": "gulp-bitrix",
"description": "Building Projects for BitrixCMS on Gulp",
"version": "0.3.4",
"author": {
"name": "Webpractik",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/webpractik/gulp-bitrix.git"
},
"keywords": [
"gulp",
"bitrix",
"webpractik",
"build",
"sass"
],
"devDependencies": {},
"dependencies": {
"deep-extend": "^0.5.1",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-proposal-private-methods": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"gulp-babel": "^8.0.0",
"node-env-file": "^0.1.8",
"browser-sync": "^2.23.6",
"gulp": "^4.0.2",
"gulp-postcss": "^8.0.0",
"autoprefixer": "^9.6.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-connect-php": "^1.0.3",
"gulp-debug": "^3.2.0",
"gulp-duration": "^0.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-livereload": "^3.8.1",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp.spritesmith": "^6.9.0",
"gulp-cssnano": "^2.1.3",
"rimraf": "^2.6.2",
"chokidar": "^2.0.2",
"del": "^3.0.0",
"vinyl": "^2.1.0"
},
"browserslist": [
"last 15 version",
"> 0.2%",
"maintained node versions",
"not dead"
]
}