-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.53 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.53 KB
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
{
"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": {
"@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^9.39.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@types/better-sqlite3": "^7.6.13",
"@types/cookie-session": "^2.0.49",
"@types/express": "^4.17.25",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/luxon": "^3.7.1",
"@types/mjml": "^4.7.4",
"@types/node": "^20.19.33",
"@types/nodemailer": "^6.4.23",
"@types/passport": "^1.0.17",
"@types/passport-strategy": "^0.2.38",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.15.10",
"axios": "^1.13.5",
"eslint": "^9.39.3",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-unused-imports": "^4.4.1",
"jest": "^30.2.0",
"jest-date-mock": "^1.0.10",
"jest-environment-jsdom": "^30.2.0",
"jest-wip-reporter": "^2.1.0",
"open": "^10.2.0",
"ts-jest": "^29.4.6",
"ts-unused-exports": "^10.1.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1"
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@fortawesome/fontawesome-free": "7.0.0",
"@godaddy/terminus": "^4.12.1",
"@googleapis/sheets": "^12.0.0",
"@libsql/client": "^0.15.15",
"@sentry/node": "^9.47.1",
"@types/html-escaper": "^3.0.4",
"@types/pubsub-js": "^1.8.6",
"@types/sanitize-html": "^2.16.0",
"@typescript-eslint/parser": "^8.56.1",
"@unsplash/sum-types": "^0.4.1",
"better-sqlite3": "^12.6.2",
"cookie-session": "^2.1.1",
"drizzle-orm": "^0.32.2",
"express": "^4.22.1",
"express-async-handler": "^1.2.0",
"fp-ts": "^2.16.11",
"google-auth-library": "^10.5.0",
"http-status-codes": "^2.3.0",
"io-ts": "^2.2.22",
"io-ts-reporters": "^2.0.1",
"io-ts-types": "^0.5.19",
"jsonwebtoken": "^9.0.3",
"luxon": "^3.7.2",
"mjml": "^4.18.0",
"monocle-ts": "^2.3.13",
"newtype-ts": "^0.3.5",
"nodemailer": "^7.0.13",
"passport": "0.7.0",
"passport-custom": "^1.1.1",
"pino": "^10.3.1",
"pino-http": "^11.0.0",
"pino-pretty": "^13.1.3",
"pubsub-js": "^1.9.5",
"qs": "^6.15.0",
"recurly": "^4.73.0",
"sanitize-html": "^2.17.1",
"uuid": "^9.0.1",
"validator": "^13.15.26"
}
}