-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "barrio_sass",
"version": "8.4.1",
"description": "Barrio SASS implementation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"SASS",
"Bootstrap",
"Drupal",
"Barrio"
],
"author": "@hatuhay",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.4.1",
"bootstrap-icons": "^1.0.0-alpha3",
"jquery": "^3.3.1",
"popper.js": "^1.14.3"
},
"devDependencies": {
"browser-sync": "^2.24.7",
"del": "^3.0.0",
"glob-watcher": "^5.0.5",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-clean-css": "3.9.4",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"gulp-load-plugins": "^2.0.4",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-scss-lint": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"merge-stream": "^1.0.1",
"postcss-inline-svg": "^4.1.0",
"postcss-pxtorem": "^5.1.1"
}
}