forked from SnowdogApps/magento2-frontools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·56 lines (56 loc) · 1.48 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
{
"name": "magento2-frontools",
"version": "1.5.5",
"author": {
"name": "Bartek Igielski",
"email": "igloczek@gmail.com"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/SnowdogApps/magento2-frontools"
},
"license": "MIT",
"dependencies": {
"autoprefixer": "~7.1.0",
"babel-preset-env": "~1.5.0",
"browser-sync": "~2.18.12",
"chokidar": "~1.7.0",
"cssnano": "~3.10.0",
"eslint-config-idiomatic": "~3.1.0",
"fs-extra": "~3.0.1",
"globby": "~6.1.0",
"gulp": "~3.9.1",
"gulp-babel": "~6.1.2",
"gulp-concat": "~2.6.1",
"gulp-eslint": "~3.0.1",
"gulp-if": "~2.0.2",
"gulp-load-plugins": "~1.5.0",
"gulp-logger": "~0.0.2",
"gulp-multi-dest": "~0.0.4",
"gulp-notify": "~3.0.0",
"gulp-plumber": "~1.1.0",
"gulp-postcss": "~7.0.0",
"gulp-rename": "~1.2.2",
"gulp-rimraf": "~0.2.1",
"gulp-sass": "~3.1.0",
"gulp-sass-error": "~1.0.5",
"gulp-sass-lint": "~1.3.2",
"gulp-sourcemaps": "~2.6.0",
"gulp-svg-sprite": "~1.3.7",
"gulp-task-loader": "~1.4.4",
"gulp-uglify": "~3.0.0",
"gulp-util": "~3.0.8",
"js-yaml": "~3.8.4",
"marked": "~0.3.6",
"marked-terminal": "~2.0.0",
"merge-stream": "~1.0.1",
"postcss-reporter": "~4.0.0",
"run-sequence": "~1.2.2",
"stylelint": "~7.11.0",
"stylelint-config-standard": "~16.0.0"
},
"scripts": {
"test": "./node_modules/eslint/bin/eslint.js *.js helper/*.js task/*.js"
}
}