-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 936 Bytes
/
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
{
"name": "drmvc-app",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/drmvc/app.git"
},
"devDependencies": {
"del": "^2.0.0",
"dotenv": "^2.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "2.3.1",
"gulp-cache": "^0.3.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.1",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-svg-symbols": "^1.0.0",
"gulp-uglify": "^1.4.0",
"gulp-usemin": "^0.3.14",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5"
},
"dependencies": {
"bootstrap": "^4.1.0",
"jquery": "^3.2.1",
"popper.js": "^1.12.5",
"vinyl-named": "^1.1.0",
"masonry-layout": "^4.2.0",
"ubuntu-fontface": "^0.1.13"
}
}