-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
94 lines (94 loc) · 3 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
{
"name": "anchr-multi-webservice",
"version": "3.4.1",
"description": "⚓️ Anchr provides you with a toolbox for tiny tasks on the internet, especially bookmark collections",
"private": true,
"scripts": {
"start": "NODE_ENV=development node app.js",
"start:frontend": "cd public && grunt serve",
"production": "NODE_ENV=production node app.js",
"build": "cd public && grunt build && cd ..",
"lint": "eslint --fix *.js app/**/*.js config/*.js config/**/*.js lib/**/*.js"
},
"engines": {
"node": ">=21.0.0"
},
"dependencies": {
"@brigand/abp-filter-parser": "^0.3.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"du": "^1.0.0",
"express": "^4.21.2",
"helmet": "^8.0.0",
"htmlparser2": "^10.0.0",
"jsonwebtoken": "^9.0.2",
"memory-cache": "^0.2.0",
"method-override": "^3.0.0",
"mime-types": "^2.1.35",
"mongoose": "^8.9.5",
"morgan": "^1.10.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.16",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-http": "^0.3.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"prom-client": "^15.1.3",
"safe-browse-url-lookup": "0.1.1",
"swagger-jsdoc": "^4.3.2",
"swagger-ui-express": "^4.6.3",
"underscore": "^1.13.7"
},
"devDependencies": {
"autoprefixer-core": "6.0.1",
"bower": "^1.8.14",
"eslint": "^8.57.1",
"grunt": "^1.6.1",
"grunt-angular-templates": "^1.2.0",
"grunt-cli": "^1.4.3",
"grunt-concurrent": "3.0.0",
"grunt-connect-proxy": "0.2.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-htmlmin": "3.1.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-watch": "1.1.0",
"grunt-develop": "0.4.0",
"grunt-env": "1.0.1",
"grunt-execute": "0.2.2",
"grunt-filerev": "2.3.1",
"grunt-google-cdn2": "0.6.0",
"grunt-newer": "1.3.0",
"grunt-ng-annotate": "4.0.0",
"grunt-postcss": "0.9.0",
"grunt-svgmin": "6.0.0",
"grunt-useminify": "3.1.2",
"grunt-wiredep": "3.0.1",
"jit-grunt": "0.10.0",
"jshint-stylish": "2.2.1",
"load-grunt-tasks": "5.1.0",
"request": "2.88.2",
"serve-static": "1.16.2",
"simple-fmt": "0.1.0",
"time-grunt": "2.0.0"
},
"resolutions": {
"multiparty": "4.2.2"
},
"overrides": {
"grunt-connect-proxy": {
"grunt": "^1.6.1"
},
"grunt-execute": {
"grunt": "^1.6.1"
}
},
"packageManager": "yarn@3.6.3"
}