forked from aaronmu/core_branding_scss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.5 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
{
"name": "@a-ui/core",
"version": "5.0.1",
"description": "core_branding_scss",
"repository": {
"type": "git",
"url": "https://github.com/a-ui/core_branding_scss.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"start": "gulp server",
"aws": "gulp aws",
"version": "gulp docs && git add -A ."
},
"contributors": [
{
"name": "Jasper Van Proeyen",
"email": "[email protected]"
},
{
"name": "Sander Geenen",
"email": "[email protected]"
}
],
"license": "MIT",
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"IE 11"
],
"devDependencies": {
"autoprefixer": "^10.2.5",
"browser-sync": "^2.26.12",
"cssnano": "^5.0.4",
"dart-sass": "^1.25.0",
"del": "^5.1.0",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-header-license": "^1.0.9",
"gulp-iconfont": "^10.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-merge-media-queries": "^0.2.1",
"gulp-nunjucks": "^5.0.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-sprite": "^1.5.0",
"gulp-watch": "^5.0.1",
"list-selectors": "^2.0.0",
"merge-stream": "^2.0.0",
"postcss": "^8.3.0",
"sass-export": "^1.0.6",
"yargs": "^13.2.4"
}
}