-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (78 loc) · 2.02 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
{
"//": "",
"name": "legal-modernism",
"version": "0.0.0",
"description": "",
"keywords": [],
"scripts": {
"heroku-prebuild": "make install",
"heroku-postbuild": "make build"
},
"author": "Samier Saeed",
"repository": {
"type": "git",
"url": "https://github.com/lmullen/legal-modernism"
},
"devDependencies": {
"@types/xregexp": "^4.3.0"
},
"dependencies": {
"@hscmap/event-emitter": "0.0.0",
"@sendgrid/mail": "^6.3.1",
"@types/dateformat": "^1.0.1",
"@types/es6-promise": "^3.3.0",
"@types/knex": "0.0.32",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "0.2.32",
"@types/node": "^6.14.13",
"@types/nodemailer": "^1.3.32",
"@types/q": "0.0.30",
"@types/sendgrid": "2.0.30",
"@types/xml2js": "0.0.32",
"alsatian": "1.0.0-beta.4",
"array-sort": "0.1.2",
"axios": "^0.19.2",
"bcrypt": "^3.0.3",
"body-parser": "^1.18.3",
"class-transformer": "0.1.6",
"co": "^4.6.0",
"co-views": "^2.1.0",
"cookie-parser": "^1.4.3",
"dateformat": "^1.0.12",
"dotenv": "^2.0.0",
"ejs": "^2.4.2",
"eventemitter3": "3.0.0",
"google-spreadsheet": "2.0.3",
"googleapis": "12.2.0",
"introspect": "0.0.3",
"inversify": "^3.0.0-rc.2",
"json-loader": "^0.5.4",
"json-query": "2.2.0",
"jsonpath-plus": "0.16.0",
"jsx-markdown": "0.3.2",
"knex": "^0.21.19",
"lodash": "^4.17.21",
"memory-cache": "0.2.0",
"moment": "^2.29.1",
"moment-timezone": "0.5.9",
"node-fetch": "^1.5.3",
"objection": "^0.5.5",
"pg": "^6.4.2",
"q": "^1.4.1",
"qs": "^6.9.6",
"randomstring": "^1.1.5",
"raw-loader": "^0.5.1",
"razor": "^0.6.7",
"request": "2.83.0",
"request-promise": "4.2.2",
"requisition": "^1.7.0",
"sendgrid": "github:bloomtri/sendgrid-nodejs",
"sha256": "^0.2.0",
"slackify-html": "1.0.1",
"turndown": "4.0.2",
"typed-rest-client": "1.0.7",
"typescript": "3.9.6",
"typescript-collections": "1.2.5",
"xregexp": "^4.4.1"
}
}