-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.23 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.23 KB
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
{
"name": "uw_drupal_theme",
"version": "1.0.1",
"description": "UW Drupal Theme SASS implementation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"SASS",
"Bootstrap",
"Drupal"
],
"author": "",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.6.2",
"bootstrap-icons": "^1.0.0-alpha3",
"css-select": "^6.0.0",
"gulp-cli": "^3.1.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.3",
"sass": "^1.49.7"
},
"browserslist": [
"last 2 versions",
">0.5%",
"not dead"
],
"devDependencies": {
"browserlist": "^1.0.1",
"del": "^3.0.0",
"gulp": "^5.0.1",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "3.9.4",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-html-replace": "^1.6.2",
"gulp-inject-string": "^1.1.2",
"gulp-load-plugins": "^2.0.4",
"gulp-postcss": "^9.0.1",
"gulp-print": "^5.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"merge-stream": "^1.0.1",
"postcss-inline-svg": "^5.0.0",
"postcss-pxtorem": "^6.0.0"
}
}