This repository was archived by the owner on Aug 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
{
"name": "slack_invite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"bundle": "webpack --watch",
"serve": "nodemon lib/server_main.js"
},
"author": "Jon Malmaud",
"license": "MIT",
"dependencies": {
"@types/body-parser": "^1.16.4",
"@types/compression": "^0.0.33",
"@types/cookie-parser": "^1.4.0",
"@types/express": "^4.0.36",
"@types/express-graphql": "^0.0.33",
"@types/graphql": "^0.10.2",
"@types/lodash": "^4.14.71",
"@types/nodemailer": "^3.1.0",
"@types/pug": "^2.0.4",
"@types/react": "^16.0.0",
"@types/react-dom": "^15.5.1",
"@types/request": "^2.0.0",
"@types/rethinkdb": "^2.3.3",
"@types/sjcl": "^1.0.28",
"babel-polyfill": "^6.23.0",
"body-parser": "^1.17.2",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.2",
"email-validator": "^1.1.1",
"express": "^4.15.3",
"express-graphql": "^0.6.7",
"graphql": "^0.10.5",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"nodemailer": "^4.0.1",
"nodemon": "^1.11.0",
"pug": "^2.0.0-rc.3",
"react": "^15.6.1",
"react-apollo": "^1.4.10",
"react-dom": "^15.6.1",
"request": "^2.81.0",
"rethinkdb": "^2.3.3",
"sjcl": "^1.0.7",
"webpack": "^3.4.1"
}
}