-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.75 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
{
"name": "main",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=14.17"
},
"scripts": {
"build": "para build"
},
"dependencies": {
"@useparagon/core": "^1.0.1",
"tslib": "2.3.1"
},
"devDependencies": {
"@sendgrid/mail": "^7.6.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/analytics-node": "^3.1.14",
"@types/archiver": "^5.3.2",
"@types/bluebird": "^3.5.42",
"@types/cloudflare": "^2.7.13",
"@types/html-pdf": "^3.0.3",
"@types/jsforce": "^1.11.5",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "^4.14.202",
"@types/luxon": "^3.3.7",
"@types/mailgun-js": "^0.22.18",
"@types/mssql": "^9.1.4",
"@types/node": "^18.13.0",
"@types/node-fetch": "^2.6.0",
"@types/number-to-words": "^1.2.3",
"@types/oauth": "^0.9.4",
"@types/pg": "^8.10.9",
"@types/postlight__mercury-parser": "^2.2.7",
"@types/ramda": "^0.29.9",
"@types/snowflake-sdk": "^1.6.20",
"@types/ssh2-sftp-client": "^5.2.2",
"@types/underscore": "^1.11.15",
"@types/underscore.string": "^0.0.41",
"@types/unzipper": "^0.10.9",
"@types/uuid": "^9.0.1",
"aws-sdk": "^2.630.0",
"cheerio": "^1.0.0-rc.3",
"csv": "^5.3.2",
"date-fns": "^2.14.0",
"fast-xml-parser": "^3.20.3",
"firebase": "^9.0.2",
"form-data": "^3.0.0",
"mailgun.js": "^8.0.2",
"moment": "^2.24.0",
"mysql2": "^2.1.0",
"neo4j-driver": "^5.5.0",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.3",
"promise-parallel-throttle": "^3.3.0",
"redis": "^4.6.7",
"sendpulse-api": "^1.1.4",
"slack": "^11.0.2",
"twilio": "^3.42.1",
"typescript": "^5.3.2",
"unzipper": "^0.10.11",
"url": "^0.11.0"
}
}