forked from CuloArdido/HispachanFiles
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.52 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
{
"name": "hispachan-files",
"version": "0.2.5",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"build": "gulp build",
"debug": "nodemon --exec node --inspect ./bin/www",
"test": "jest --verbose --runInBand"
},
"dependencies": {
"@babel/runtime": "^7.12.13",
"@sentry/node": "^5.27.4",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "^4.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-dart-sass": "^1.0.4",
"feed": "^4.2.1",
"file-saver": "^2.0.5",
"jquery": "^2.2.4",
"jszip": "^3.6.0",
"lodash.clonedeep": "^4.5.0",
"marked": "^1.2.4",
"md5": "^2.3.0",
"mkdirp": "^1.0.4",
"mongoose": "^5.10.15",
"morgan": "^1.10.0",
"nprogress": "^0.2.0",
"pug": "^3.0.0",
"serve-favicon": "^2.5.0",
"socket.io": "^3.0.2",
"socket.io-client": "^3.0.2",
"url-parse": "^1.4.7",
"vue": "^1.0.28",
"vue-moment": "^4.1.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.1",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"eslint": "^7.13.0",
"gulp": "^4.0.2",
"gulp-minify": "^3.1.0",
"jest": "^26.6.3",
"nodemon": "^2.0.6",
"supertest": "^6.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"xml2js": "^0.4.23"
}
}