forked from SnowdogApps/magento2-frontools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "magento2-frontools",
"author": {
"name": "Bartek Igielski",
"email": "igloczek@gmail.com"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/SnowdogApps/magento2-frontools"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "~6.3.7",
"browser-sync": "~2.13.0",
"cssnano": "~3.7.3",
"fs-extra": "~0.30.0",
"globby": "~6.0.0",
"gulp": "~3.9.1",
"gulp-concat": "~2.6.0",
"gulp-eslint": "~3.0.1",
"gulp-if": "~2.0.1",
"gulp-less": "~3.1.0",
"gulp-load-plugins": "~1.2.4",
"gulp-logger": "~0.0.2",
"gulp-notify": "~2.2.0",
"gulp-plumber": "~1.1.0",
"gulp-postcss": "~6.1.1",
"gulp-rimraf": "~0.2.0",
"gulp-sass": "~2.3.2",
"gulp-sass-lint": "~1.2.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-task-loader": "~1.4.4",
"gulp-uglify": "~1.5.4",
"gulp-util": "~3.0.7",
"js-yaml": "~3.6.1",
"marked": "~0.3.5",
"marked-terminal": "~1.6.1",
"postcss-reporter": "~1.4.1",
"run-sequence": "~1.2.2",
"stylelint": "~7.0.3"
}
}