-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·62 lines (62 loc) · 1.55 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
{
"name": "static-page-generator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --inspect index",
"server": "pm2 start index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cxyn/static-page-generator.git"
},
"keywords": [
"koa2"
],
"author": "Colin",
"license": "ISC",
"dependencies": {
"ali-oss": "^6.1.1",
"dotenv": "^6.1.0",
"fundebug-nodejs": "^0.2.0",
"gm": "^1.23.1",
"image-type": "^4.1.0",
"imagemin": "^7.0.0",
"imagemin-jpegtran": "^6.0.0",
"imagemin-pngquant": "^8.0.0",
"koa": "^2.5.3",
"koa-bodyparser": "^4.2.1",
"koa-favicon": "^2.0.1",
"koa-jwt": "^3.5.1",
"koa-logger": "^3.2.0",
"koa-multer": "^1.0.2",
"koa-nunjucks-2": "^3.0.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"log4js": "^4.5.1",
"moment": "^2.24.0",
"multiparty": "^4.2.1",
"mysql": "^2.16.0",
"node-xlsx": "^0.15.0",
"read-chunk": "^3.2.0",
"tinify": "^1.6.0-beta.2",
"uuid": "^3.3.3"
},
"devDependencies": {
"browser-sync": "^2.26.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-nodemon": "^2.4.2",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"nodemon": "^1.18.10"
},
"bugs": {
"url": "https://github.com/cxyn/static-page-generator/issues"
},
"homepage": "https://github.com/cxyn/static-page-generator#readme"
}