forked from Postleaf/postleaf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.49 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": "postleaf",
"version": "1.0.0-beta.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:Postleaf/postleaf.git"
},
"scripts": {
"start": "node app.js"
},
"devDependencies": {
"@claviska/jquery-ajax-submit": "^2.0.4",
"@claviska/jquery-alertable": "^1.0.2",
"@claviska/jquery-animate-css": "^1.0.0",
"@claviska/jquery-announce": "^1.0.0",
"@claviska/jquery-offscreen": "^1.0.1",
"@claviska/jquery-selectable": "^1.0.6",
"animate.css": "^3.5.2",
"babel-preset-es2015": "^6.22.0",
"bootstrap": "^4.0.0-alpha.6",
"chalk": "^1.1.3",
"clipboard": "^1.6.1",
"del": "^2.2.1",
"eslint": "^3.10.1",
"font-awesome": "^4.7.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^3.0.3",
"gulp-eslint": "^3.0.1",
"gulp-help": "^1.6.1",
"gulp-imagemin": "^3.0.2",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"gulp-watch": "^4.3.9",
"gulp": "^3.9.1",
"jquery": "^3.1.1",
"js-cookie": "^2.1.3",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"screenfull": "^3.0.2",
"selectize": "^0.12.4",
"sortablejs": "^1.5.0",
"tether": "^1.3.2",
"tinymce": "^4.5.4",
"typeahead.js": "^0.11.1"
},
"dependencies": {
"autolinker": "^1.4.2",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"compression": "^1.6.2",
"connect-slashes": "^1.3.1",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"del": "^2.2.1",
"dotenv": "^4.0.0",
"dustjs-helpers": "^1.7.3",
"dustjs-linkedin": "^2.7.5",
"express": "^4.14.0",
"extend": "^3.0.0",
"format-number": "^2.0.1",
"fs": "0.0.1-security",
"gm": "^1.23.0",
"he": "^1.1.1",
"http-codes": "^1.0.0",
"jsonwebtoken": "^7.1.9",
"jszip": "^3.1.3",
"lunr": "^1.0.0",
"marked": "^0.3.6",
"metaphor": "^3.8.2",
"mime": "^1.3.4",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"multer": "^1.2.0",
"nodemailer": "^2.7.0",
"recursive-readdir": "^2.1.1",
"sanitize-filename": "^1.6.1",
"sequelize": "^3.29.0",
"slugify": "^1.1.0",
"sqlite3": "^3.1.8",
"striptags": "^2.2.1",
"tmp": "0.0.31",
"trim": "0.0.1",
"truncate-html": "^0.1.2",
"undo-manager": "^1.0.5",
"url": "^0.11.0"
}
}