-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
120 lines (120 loc) · 3.95 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "sexpress",
"version": "0.7.101",
"description": "A seXy wrapper around express for multitenant websites",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node examples/basic/app debug=true",
"start": "node examples/basic/app",
"minimal": "node examples/minimal/app",
"intermediate": "node examples/intermediate/app",
"wordpress": "node examples/wordpress/app",
"advanced": "node examples/advanced/app",
"backend": "node examples/backend/app",
"donts": "node examples/donts/app",
"lint": "node_modules/.bin/prettier . --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keneucker/sexpress.git"
},
"keywords": [
"express"
],
"author": "Ken Eucker <keneucker@gmail.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/keneucker/sexpress/issues"
},
"homepage": "https://github.com/keneucker/sexpress#readme",
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@supabase/supabase-js": "^1.25.0",
"acme-dns-01-cli": "^3.0.7",
"app-root-path": "^3.0.0",
"asciiart-logo": "github:KenEucker/asciiart-logo#production",
"async-exit-hook": "^2.0.1",
"async-redis": "^1.1.7",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"cli": "^1.0.1",
"cli-progress": "^3.9.0",
"clobfig": "^1.2.8",
"coffee-loader": "^2.0.0",
"coffeescript": "^2.5.1",
"connect-redis": "^5.1.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"deepmerge": "^4.2.2",
"docco": "^0.8.1",
"docker-compose": "^0.23.13",
"download": "^8.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-enforces-ssl-update": "github:KenEucker/express-enforces-ssl#master",
"express-http-proxy": "^1.6.2",
"express-redirect": "^1.2.2",
"express-robots-txt": "^0.5.0",
"express-session": "^1.17.1",
"figlet": "^1.5.0",
"greenlock-express": "^4.0.3",
"gun": "^0.2020.1235",
"helmet": "^4.4.1",
"http": "^0.0.1-security",
"http-error-pages": "^3.1.0",
"https-localhost": "^4.6.4",
"jsoneditor": "^9.2.0",
"jwt-simple": "^0.5.6",
"liquidjs": "^9.23.2",
"method-override": "^3.0.0",
"mkdirp": "^1.0.4",
"morgan": "^1.10.0",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.1",
"nodemailer": "^6.5.0",
"openapi-types": "^7.2.3",
"ora": "^5.3.0",
"passport": "^0.4.1",
"passport-cookie": "^1.0.9",
"passport-github": "^1.1.0",
"passport-google-oauth2": "^0.2.0",
"passport-http": "^0.3.0",
"passport-imgur": "^0.0.3",
"passport-instagram": "^1.0.0",
"passport-json": "^1.2.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-oauth2-refresh": "^2.0.1",
"passport-reddit": "^0.2.4",
"passport-wordpress": "^0.0.4",
"path": "^0.12.7",
"prettier": "^2.2.1",
"random-questions": "^1.0.1",
"redis": "^3.0.2",
"redis-server": "^1.2.2",
"reload": "^3.1.1",
"rword": "^3.2.0",
"safe-timers": "^1.1.0",
"sass": "^1.32.8",
"serve-favicon": "^2.5.0",
"swagger-client": "^3.13.1",
"swagger-jsdoc": "^5.0.1",
"swagger-ui-express": "^4.1.6",
"try-require": "^1.2.1",
"uest": "^1.0.20",
"unzipper": "^0.10.11",
"uuid": "^8.3.2",
"watch": "^1.0.2",
"web-push": "^3.4.5",
"webpack": "^5.25.0",
"yaml": "^1.10.1",
"zeromq": "^6.0.0-beta.6"
}
}