This repository has been archived by the owner on Dec 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.79 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "stefanimhoff",
"private": true,
"version": "1.0.1",
"description": "Development setup for stefanimhoff.de",
"author": "Stefan Imhoff",
"license": "CC-BY-NC-SA",
"scripts": {
"start": "gulp",
"build": "NODE_ENV=production gulp build",
"build-preview": "NODE_ENV=production gulp build-preview",
"build-branch": "gulp build-branch",
"build-dev": "gulp build-dev",
"svg": "gulp svg",
"crunch": "gulp optimize-images",
"loadcss": "gulp loadcss",
"pagespeed": "gulp pagespeed",
"lint": "yarn run lint-js && yarn run lint-css",
"lint-js": "eslint src/**/*.js",
"lint-css": "stylelint src/**/*.css",
"test": "yarn run lint",
"cz": "git-cz"
},
"keywords": [
"hugo"
],
"homepage": "https://hamburg.stefanimhoff.de",
"repository": {
"type": "git",
"url": "git+https://github.com/kogakure/website-hugo-hamburg.stefanimhoff.de.git"
},
"bugs": {
"url": "https://github.com/kogakure/website-hugo-hamburg.stefanimhoff.de/issues"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "8.2.3",
"babel-loader": "7.1.4",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.26.3",
"commitizen": "^2.10.1",
"concurrent-transform": "^1.0.0",
"css-loader": "^0.28.11",
"cz-conventional-changelog": "^2.1.0",
"del": "^3.0.0",
"escope": "^3.6.0",
"eslint": "4.19.1",
"eslint-plugin-import": "2.11.0",
"exports-loader": "^0.7.0",
"fg-loadcss": "^2.0.1",
"file-loader": "^1.1.11",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-babel": "7.0.1",
"gulp-changed": "^3.2.0",
"gulp-csso": "^3.0.1",
"gulp-eslint": "^4.0.2",
"gulp-filter": "^5.1.0",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "7.0.1",
"gulp-responsive": "^2.11.0",
"gulp-rev": "^8.1.1",
"gulp-rev-collector": "^1.3.1",
"gulp-rev-delete-original": "^0.2.3",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.4.0",
"gulp-util": "^3.0.7",
"imports-loader": "^0.8.0",
"json-loader": "^0.5.4",
"postcss-cssnext": "3.1.0",
"postcss-hexrgba": "^1.0.1",
"postcss-import": "11.1.0",
"postcss-reporter": "^5.0.0",
"postcss-responsive-type": "^1.0.0",
"psi": "^3.1.0",
"stylelint": "9.2.0",
"stylelint-order": "^0.8.1",
"webpack": "^4.35.0"
},
"dependencies": {
"fitvids": "^2.0.0",
"lazysizes": "^4.1.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}