This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.45 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@pegakit/build-tools",
"version": "1.0.0",
"description": "A collection of front-end build tools + pre-packaged local front-end dev environment.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/pega-digital/pegakit-build-tools.git"
},
"keywords": [
"pegakit",
"build",
"tools",
"gulp",
"front-end",
"patternlab",
"build",
"workflow",
"automation"
],
"author": "Salem Ghoweri",
"dependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-runtime": "^6.11.6",
"browser-sync": "2.12.9",
"browser-sync-close-hook": "^1.0.5",
"bundle-loader": "^0.5.4",
"clean-css": "^3.4.19",
"conventional-github-releaser": "^1.1.3",
"dotenv": "^4.0.0",
"event-stream": "^3.3.4",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"fs": "0.0.2",
"glob": "^7.0.6",
"gm": "^1.23.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bless": "^3.1.0",
"gulp-bump": "^2.7.0",
"gulp-changed": "^1.3.2",
"gulp-cheerio": "^0.6.2",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-conventional-changelog": "^1.1.3",
"gulp-duration": "0.0.0",
"gulp-environments": "^0.1.1",
"gulp-exec": "^2.1.2",
"gulp-filter": "^4.0.0",
"gulp-git": "^2.1.0",
"gulp-gzip": "^1.4.0",
"gulp-help": "^1.6.1",
"gulp-helptext": "0.0.10",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-import-tasks": "0.1.1",
"gulp-inline-fonts": "^1.0.1",
"gulp-less-to-scss": "0.0.8",
"gulp-load-plugins": "^1.2.4",
"gulp-newer": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylelint": "^3.4.0",
"gulp-stylelint-checkstyle-reporter": "^0.2.0",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
"gulp-tar": "^1.9.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"imports-loader": "^0.6.5",
"isarray": "^2.0.1",
"lerna": "2.0.0-beta.38",
"lodash": "^4.17.4",
"md5-file": "^3.1.1",
"merge-stream": "^1.0.0",
"merge2": "^1.0.2",
"moment": "^2.14.1",
"node-sass": "^3.10.1",
"node-sass-export": "0.0.2",
"node-sass-magic-importer": "*",
"nodemon": "^1.10.2",
"path": "^0.12.7",
"penthouse": "^0.9.14",
"phantomjs-prebuilt": "^2.1.12",
"postcss-assets": "^4.1.0",
"postcss-discard-duplicates": "^2.0.1",
"postcss-import": "^7.1.3",
"postcss-reporter": "^1.4.1",
"postcss-scss": "^0.3.1",
"progress": "^1.1.8",
"raw-loader": "^0.5.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"stylelint": "^7.4.2",
"stylelint-config-standard": "^13.0.2",
"stylelint-scss": "^1.3.4",
"stylelint-selector-bem-pattern": "^1.0.0",
"support-for": "^1.0.6",
"through2": "^2.0.1",
"uglify-js": "^2.7.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.12.2",
"webpack-module-hot-accept": "^1.0.4",
"webpack-stream": "^3.2.0",
"yargs": "^4.8.1"
}
}