-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "fe-templating-system",
"version": "1.0.0",
"description": "FE templating system",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"test": "gulp validate",
"build": "gulp build",
"cleaner": "gulp cleaner"
},
"repository": "https://bitbucket.deloitte.cz:8444/scm/smrm/magazine-frontend-templates.git",
"keywords": [
"nunjucks",
"gulp"
],
"author": "Simkovic, Michal <[email protected]>",
"license": "ISC",
"dependencies": {
"autoprefixer": "^9.7.3",
"bootstrap": "^4.4.1",
"bootstrap-4-grid": "^3.2.0",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-inject": "^5.0.4",
"gulp-nunjucks-render": "^2.2.3",
"gulp-rename": "^2.0.0",
"require-dir": "^1.2.0",
"sass": "^1.23.7",
"stylelint-config-airbnb": "0.0.0",
"stylelint-config-property-sort-order-smacss": "^5.2.0"
},
"devDependencies": {
"gulp-sass-glob": "^1.1.0",
"gulp-stylelint": "^11.0.0",
"stylelint": "^12.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1",
"stylelint-scss": "^3.13.0"
}
}