-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
47 lines (47 loc) · 1.06 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
{
"name": "nvquicktheme",
"version": "3.1.1",
"description": "Barebones Bootstrap 5 DNN Theme",
"main": "gulpfile.js",
"author": "nvisionative",
"license": "GPL-3.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"bootstrap": "^5.2.2",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"browser-sync": "^2.29.3",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.1.0",
"gulp-modernizr": "^4.0.3",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-uglify-es": "^3.0.0",
"gulp-webp": "^4.0.1",
"gulp-zip": "^5.1.0",
"imagemin-webp": "^6.0.0",
"jshint": "^2.13.6",
"sass": "^1.56.1"
},
"browserslist": [
"> 1%",
"ie >= 8",
"edge >= 15",
"ie_mob >= 10",
"ff >= 45",
"chrome >= 45",
"safari >= 7",
"opera >= 23",
"ios >= 7",
"android >= 4",
"bb >= 10"
]
}