forked from aaronmu/core_branding_scss
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.52 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": "6.6.6",
"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",
"docs": "gulp docs",
"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"
],
"devDependencies": {
"autoprefixer": "^10.4.14",
"browser-sync": "^3.0.2",
"cssnano": "^5.1.15",
"del": "^5.1.0",
"glob": "^7.2.3",
"gulp": "^4.0.2",
"gulp-header-license": "^1.0.12",
"gulp-nunjucks": "^5.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^13.0.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-watch": "^5.0.1",
"list-selectors": "^2.0.1",
"merge-stream": "^2.0.0",
"postcss": "^8.4.23",
"sass": "^1.62.1",
"sass-export": "^2.1.2",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.21.0",
"yargs": "^13.3.2"
}
}