forked from eshengsky/iBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.98 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.98 KB
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
{
"name": "iblog2",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "gulp",
"production": "set NODE_ENV=production&&node ./bin/www"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"ace-builds": "^1.3.3",
"animate.css": "^3.6.1",
"blueimp-file-upload": "^9.22.0",
"body-parser": "^1.18.3",
"bootstrap": "^3.4.0",
"codemirror": "^5.39.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.3.5",
"express": "^4.16.4",
"express-session": "^1.13.0",
"fuelux": "^3.17.0",
"helmet": "^3.12.1",
"highlight.js": "git+https://github.com/highlightjs/highlight.js.git",
"i18n": "0.8.2",
"jQuery-cycleText": "git+https://github.com/eshengsky/jQuery-cycleText.git",
"jquery": "^2.2.4",
"jquery-file-upload-middleware": "^0.1.7",
"jquery-qrcode": "git+https://github.com/lrsjng/jquery-qrcode.git",
"jquery-sortable": "^0.9.13",
"js-md5": "^0.7.3",
"lightbox2": "^2.10.0",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"metismenu": "^2.7.9",
"moment": "^2.11.1",
"mongoose": "~4.3.7",
"mongoose-schema-extend": "^0.2.0",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.3",
"redis": "^2.4.2",
"scrollnav": "git+https://github.com/jimmynotjim/scrollNav.git#v2.7.3",
"semver": "^5.5.0",
"serve-favicon": "^2.5.0",
"shortid": "^2.2.4",
"showdown": "^1.8.6",
"simplemde": "^1.11.2",
"streamroller": "^0.8.3",
"sweetalert": "^1.1.3",
"switchery": "git+https://github.com/abpetkov/switchery.git",
"winston": "^2.4.3",
"winston-mongodb": "^2.0.10"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-eslint": "^5.0.0",
"gulp-nodemon": "^2.4.1",
"gulp-uglify": "^3.0.1",
"node-notifier": "^5.3.0",
"pump": "^3.0.0"
}
}