-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 2.84 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
97
98
99
100
101
102
103
104
105
106
{
"name": "imhof_node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon app.js",
"webpack": "webpack --progress --colors",
"webpack-watch": "webpack --watch --colors --progress --display-error-details",
"build": "gulp build",
"test": "gulp test"
},
"dependencies": {
"body-parser": "^1.13.3",
"connect-redis": "^3.3.2",
"cookie-parser": "~1.3.5",
"cookies": "^0.7.1",
"crypto": "^1.0.1",
"crypto-js": "^3.1.5",
"css-loader": "^0.28.7",
"debug": "~2.2.0",
"dotenv": "^4.0.0",
"easyimage": "^2.1.0",
"ect": "^0.5.9",
"ejs": "^2.3.4",
"ejs-locals": "^1.0.2",
"escape-html": "^1.0.3",
"etc": "^0.5.1",
"express": "^4.13.3",
"express-session": "^1.15.6",
"express-validator": "^2.20.5",
"file-loader": "^1.1.4",
"glob": "^7.1.2",
"gm": "^1.21.1",
"jquery": "^3.2.1",
"less-loader": "^4.0.5",
"lightbox2": "^2.9.0",
"mime": "^2.0.3",
"mkdirp": "^0.5.1",
"moment": "^2.19.1",
"mongoose": "^4.12.4",
"mongoose-auto-increment": "^5.0.1",
"morgan": "^1.7.0",
"multer": "^1.3.0",
"nodemailer": "^1.10.0",
"nodemailer-smtp-transport": "^2.7.4",
"npm": "^5.8.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"request": "^2.69.0",
"serve-favicon": "~2.3.0",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9"
},
"description": "Imhof's Wein- und Obstbau",
"main": "app.js",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"better-console": "*",
"del": "^3.0.0",
"extend": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"ghreleases": "^1.0.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-chmod": "^2.0.0",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.7.0",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-copy": "1.0.0",
"gulp-dedupe": "0.0.2",
"gulp-flatten": "^0.3.1",
"gulp-header": "^1.8.9",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.2",
"gulp-json-editor": "^2.2.1",
"gulp-less": "^3.3.2",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-rtlcss": "^1.0.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.11",
"gulp-zip": "^4.0.0",
"jquery": "^3.2.1",
"map-stream": "^0.1.0",
"merge-stream": "^1.0.1",
"mkdirp": "^0.5.1",
"prompt-sui": "^3.2.1",
"require-dot-file": "^0.4.0",
"run-sequence": "^2.2.0",
"webpack": "3.5.1",
"wrench-sui": "^0.0.3",
"yamljs": "^0.3.0"
},
"author": "",
"license": "ISC"
}