forked from DNNCommunity/DNNCommunityTheme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 733 Bytes
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
{
"name": "nvquicktheme",
"version": "2.0.0",
"description": "Barebones Bootstrap 4 DNN Theme",
"main": "gulpfile.js",
"author": "nvisionative",
"license": "GPL-3.0",
"private": true,
"dependencies": {
"bootstrap": "^4.6.2",
"font-awesome": "^4.7.0",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"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-notify": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"jshint": "^2.13.4",
"sass": "^1.50.1"
}
}