-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.43 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
{
"name": "@a-ui/digipolis",
"version": "5.0.0",
"description": "digipolis_branding_scss",
"repository": {
"type": "git",
"url": "https://github.com/a-ui/digipolis_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]"
}
],
"license": "MIT",
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"IE 11"
],
"devDependencies": {
"@a-ui/core": "^4.3.0",
"autoprefixer": "^9.5.1",
"browser-sync": "^2.26.12",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-consolidate": "^0.2.0",
"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": "^8.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-watch": "^5.0.1",
"list-selectors": "^2.0.0",
"lodash": "^4.17.20",
"merge-stream": "^2.0.0",
"sass-vars-to-js": "^0.8.7",
"yargs": "^13.2.4"
}
}