-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.57 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "deutsche-schuldenbefreiung.de",
"version": "1.0.0",
"description": "deutsche-schuldenbefreiung.de =============================",
"main": "index.js",
"files": [
"index.js",
"gulp"
],
"bin": {
"hugulp": "index.js"
},
"scripts": {
"gulp": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GFZM/deutsche-schuldenbefreiung.de.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GFZM/deutsche-schuldenbefreiung.de/issues"
},
"homepage": "https://github.com/GFZM/deutsche-schuldenbefreiung.de#readme",
"devDependencies": {
"critical": "^2.0.6",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-htmltidy": "^0.2.4",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-rev": "^9.0.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-replace": "^0.4.4",
"gulp-sass": "^4.1.0",
"gulp-size": "^3.0.0",
"gulp-svgmin": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"gulp4-run-sequence": "^1.0.1",
"html-minifier": "^4.0.0",
"hugulp": "^2.0.6",
"less": "^3.12.2",
"merge-stream": "^2.0.0",
"pump": "^3.0.0"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.1.13",
"bluebird": "^3.7.2",
"bootstrap": "^4.5.3",
"htmltidy": "^0.0.6",
"sanitize-html": "^2.1.2"
}
}