-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.39 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
{
"name": "makespace-members-app",
"version": "0.0.0",
"description": "",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
"build/src"
],
"license": "Apache-2.0",
"keywords": [],
"scripts": {},
"engines": {
"node": "20",
"npm": "10"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/cookie-session": "^2.0.44",
"@types/express": "^4.17.13",
"@types/jest": "^29.5.6",
"@types/jsonwebtoken": "^9.0.2",
"@types/luxon": "^3.4.2",
"@types/mjml": "^4.7.4",
"@types/node": "^20.0.0",
"@types/nodemailer": "^6.4.4",
"@types/passport": "^1.0.12",
"@types/passport-strategy": "^0.2.35",
"@types/uuid": "^9.0.2",
"@types/validator": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"axios": "^1.7.2",
"eslint": "^8.44.0",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-unused-imports": "^4.0.0",
"gts": "^5.2.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"jest-date-mock": "^1.0.10",
"jest-wip-reporter": "^2.1.0",
"open": "^10.1.0",
"ts-jest": "^29.1.1",
"ts-unused-exports": "^10.0.1",
"tsx": "^4.9.3",
"typescript": "^5.1.3"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@godaddy/terminus": "^4.12.1",
"@googleapis/sheets": "^9.0.0",
"@libsql/client": "^0.6.0",
"@types/html-escaper": "^3.0.2",
"@types/nodemailer-smtp-transport": "^2.7.5",
"@types/pubsub-js": "^1.8.3",
"@types/sanitize-html": "^2.11.0",
"@typescript-eslint/parser": "^7.0.0",
"@unsplash/sum-types": "^0.4.1",
"better-sqlite3": "^11.1.2",
"cookie-session": "^2.1.0",
"drizzle-orm": "^0.32.1",
"express": "^4.17.3",
"express-async-handler": "^1.2.0",
"fp-ts": "^2.11.8",
"google-auth-library": "^9.13.0",
"http-status-codes": "^2.2.0",
"io-ts": "^2.2.20",
"io-ts-reporters": "^2.0.1",
"io-ts-types": "^0.5.16",
"jsonwebtoken": "^9.0.0",
"luxon": "^3.4.4",
"mjml": "^4.15.3",
"monocle-ts": "^2.3.12",
"newtype-ts": "^0.3.5",
"nodemailer": "^6.7.2",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "0.7.0",
"passport-custom": "^1.1.1",
"pino": "^9.0.0",
"pino-http": "^10.0.0",
"pino-pretty": "^11.0.0",
"pubsub-js": "^1.9.4",
"qs": "^6.13.1",
"sanitize-html": "^2.13.0",
"uuid": "^9.0.0",
"validator": "^13.7.0"
}
}