forked from SnowdogApps/magento2-frontools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.84 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
{
"name": "magento2-frontools",
"version": "1.5.13",
"author": {
"name": "Bartek Igielski",
"email": "[email protected]"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/SnowdogApps/magento2-frontools"
},
"license": "MIT",
"dependencies": {
"autoprefixer": "~8.2.0",
"babel-core": "~6.26.0",
"babel-preset-env": "~1.6.1",
"browser-sync": "~2.23.6",
"chokidar": "~2.0.2",
"cssnano": "~3.10.0",
"eslint-config-idiomatic": "~4.0.0",
"fs-extra": "~5.0.0",
"globby": "~8.0.0",
"gulp": "~3.9.1",
"gulp-babel": "~7.0.1",
"gulp-concat": "~2.6.1",
"gulp-eslint": "~4.0.2",
"gulp-if": "~2.0.2",
"gulp-load-plugins": "~1.5.0",
"gulp-logger": "~0.0.2",
"gulp-multi-dest": "~1.3.7",
"gulp-notify": "~3.2.0",
"gulp-plumber": "~1.2.0",
"gulp-postcss": "~7.0.1",
"gulp-rename": "~1.2.2",
"gulp-rimraf": "~0.2.2",
"gulp-sass": "~3.2.1",
"gulp-sass-error": "~1.0.5",
"gulp-sass-lint": "~1.3.4",
"gulp-sourcemaps": "~2.6.4",
"gulp-svg-sprite": "~1.4.0",
"gulp-task-loader": "~1.4.4",
"gulp-uglify": "~3.0.0",
"gulp-util": "~3.0.8",
"js-yaml": "~3.11.0",
"marked": "~0.3.12",
"marked-terminal": "~2.0.0",
"merge-stream": "~1.0.1",
"postcss-reporter": "~5.0.0",
"run-sequence": "~2.2.1",
"stylelint": "~9.1.3",
"stylelint-config-standard": "~18.2.0"
},
"scripts": {
"babel": "gulp babel",
"clean": "gulp clean",
"csslint": "gulp csslint",
"default": "gulp",
"dev": "gulp dev",
"eslint": "gulp eslint",
"inheritance": "gulp inheritance",
"sasslint": "gulp sasslint",
"setup": "gulp setup",
"styles": "gulp styles",
"svg": "gulp svg",
"watch": "gulp watch",
"test": "./node_modules/eslint/bin/eslint.js *.js helper/*.js task/*.js"
}
}