-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·80 lines (80 loc) · 1.97 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
{
"name": "ifuyun",
"version": "3.5.1",
"private": true,
"description": "for ifuyun.com",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "ENV=development supervisor -i public index",
"server": "ENV=production supervisor -i public index",
"dev-watch": "gulp dev-watch --env development",
"dev-build": "gulp dev-build --env development",
"build": "gulp build"
},
"dependencies": {
"art-dialog": "^7.0.0",
"async": "^3.2.3",
"body-parser": "^1.19.1",
"compression": "^1.7.4",
"connect-redis": "^6.1.0",
"cookie-parser": "^1.4.6",
"csurf": "^1.10.0",
"ejs": "^3.1.6",
"exceljs": "^4.3.0",
"express": "^4.17.2",
"express-session": "^1.17.2",
"formidable": "^1.2.6",
"gm": "^1.23.1",
"jquery": "^3.6.0",
"jssha": "^3.2.0",
"lodash": "^4.17.21",
"log4js": "^6.4.1",
"moment": "^2.29.1",
"mysql2": "^2.3.3",
"node-fetch": "^2.6.7",
"redis": "^3.1.2",
"sanitizer": "^0.1.3",
"sequelize": "^6.15.0",
"serve-favicon": "^2.5.0",
"svg-captcha": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"ajv": "^8.10.0",
"babel-loader": "^8.2.3",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.4",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^4.0.1",
"gulp-util": "^3.0.8",
"imagemin-pngquant": "^8.0.0",
"openurl": "^1.1.1",
"through2": "^4.0.2",
"webpack": "^3.12.0",
"webpack-md5-hash": "0.0.6",
"yargs": "^17.3.1"
},
"keywords": [
"Fuyun",
"Blog",
"node.js",
"Front-End"
],
"author": {
"name": "Fuyun",
"email": "[email protected]",
"url": "http://www.ifuyun.com/"
},
"license": "GPL",
"readmeFilename": "README.md"
}