forked from dargmuesli/jonas-thelemann
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.07 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
{
"name": "jonas-thelemann.de",
"description": "The source code of my website.",
"author": {
"name": "Jonas Thelemann",
"url": "https://jonas-thelemann.de/"
},
"contributors": [
{
"name": "Jonas Thelemann",
"url": "https://jonas-thelemann.de/"
}
],
"maintainers": [
{
"name": "Jonas Thelemann",
"url": "https://jonas-thelemann.de/"
}
],
"url": "https://jonas-thelemann.de/",
"homepage": "https://jonas-thelemann.de/this",
"version": "1.4.2",
"private": true,
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/Dargmuesli/jonas-thelemann.de.git"
},
"bugs": {
"url": "https://github.com/Dargmuesli/jonas-thelemann.de/issues"
},
"dependencies": {
"chart.js": "^2.7.2",
"dragula": "^3.7.2",
"gettext-parser": "^2.0.0",
"jquery": "^3.3.1",
"jquery-validation": "^1.17.0",
"js-cookie": "^2.2.0",
"later": "^1.2.0",
"materialize-css": "^1.0.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"prismjs": "^1.15.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"date-diff": "^0.2.1",
"del": "^3.0.0",
"eslint": "^5.6.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel-minify": "^0.5.0",
"gulp-buffer": "^0.0.2",
"gulp-cached": "^1.1.1",
"gulp-composer": "^0.4.5",
"gulp-eslint": "^5.0.0",
"gulp-jsdoc-to-markdown": "^1.2.2",
"gulp-phplint": "^0.9.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-symlink": "^2.1.4",
"gulp-tap": "^1.0.1",
"gulp-yarn": "^2.0.0",
"gulp-zip": "^4.2.0",
"merge-stream": "^1.0.1",
"plugin-error": "^1.0.1",
"through2": "^2.0.3"
}
}