This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
130 lines (130 loc) · 4.18 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
123
124
125
126
127
128
129
130
{
"name": "gulpfile",
"version": "5.0.0",
"description": "Carbon/Gulp is a delicious blend of tasks and build tools poured into Gulp to form a full-featured modern asset pipeline for Flow Framework and Neos CMS. Based on https://github.com/jonnitto/gulpfile.js",
"private": true,
"author": "Jon Uhlmann",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jonnitto/Carbon.Gulp.git"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Explorer > 9"
],
"prettier": {
"overrides": [
{
"files": "*.json",
"options": {
"printWidth": 1000
}
},
{
"files": "*.scss",
"options": {
"printWidth": 1000
}
},
{
"files": "*.js",
"options": {
"tabWidth": 4
}
}
]
},
"scripts": {
"gulp": "gulp --cwd ./ --gulpfile ./Build/Gulp",
"tasks": "yarn run gulp -T",
"start": "yarn run gulp",
"build": "yarn run gulp build",
"debug": "yarn run gulp --debug",
"beautify": "yarn run gulp --beautify",
"nomaps": "yarn run gulp --nomaps"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^7.1.4",
"browser-sync": "^2.18.13",
"caniuse-db": "^1.0.30000744",
"css-mqpacker": "^6.0.1",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"eslint": "^4.8.0",
"eslint-config-prettier": "^2.6.0",
"eslint-config-xo": "^0.18.2",
"eslint-plugin-prettier": "^2.3.1",
"fs-readdir-recursive": "^1.0.0",
"glob": "^7.1.2",
"gulp": "https://github.com/gulpjs/gulp.git#4.0",
"gulp-brotli": "^1.2.0",
"gulp-changed": "^3.1.0",
"gulp-chmod": "^2.0.0",
"gulp-cli": "^1.4.0",
"gulp-cssbeautify": "^0.1.3",
"gulp-eslint": "^4.0.0",
"gulp-flatten": "^0.3.1",
"gulp-header": "^1.8.9",
"gulp-imagemin": "^3.3.0",
"gulp-memory-cache": "^0.3.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.15.0",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-stylelint": "^5.0.0",
"gulp-svgstore": "^6.1.0",
"gulp-util": "^3.0.8",
"gulp-zopfli": "^1.0.0",
"node-notifier": "^5.1.2",
"pleeease-filters": "^4.0.0",
"postcss": "^6.0.13",
"postcss-animations": "^0.3.0",
"postcss-assets": "^5.0.0",
"postcss-center": "^1.0.0",
"postcss-custom-media": "^6.0.0",
"postcss-fixes": "^2.0.1",
"postcss-flexbox": "^1.0.3",
"postcss-font-awesome": "^0.3.4",
"postcss-grid-kiss": "^1.4.1",
"postcss-magic-animations": "^0.3.0",
"postcss-media-minmax": "^3.0.0",
"postcss-pseudoelements": "^5.0.0",
"postcss-pxtorem": "^4.0.1",
"postcss-quantity-queries": "^0.5.0",
"postcss-reporter": "^5.0.0",
"postcss-round-subpixels": "^1.2.0",
"postcss-rtl": "^1.1.2",
"postcss-selector-matches": "^3.0.1",
"postcss-selector-not": "^3.0.1",
"postcss-short": "^4.1.0",
"postcss-vmax": "^1.0.0",
"prettier": "^1.7.4",
"rollup": "^0.50.0",
"rollup-plugin-amd": "^1.3.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-includepaths": "^0.2.2",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^2.0.1",
"rucksack-css": "^1.0.2",
"sort-css-media-queries": "^1.3.3",
"stylelint": "^8.1.1",
"stylelint-config-standard": "^17.0.0",
"stylelint-scss": "^2.1.0",
"text-table": "^0.2.0"
},
"keywords": [
"gulp",
"neoscms",
"flow"
]
}