-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.59 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
{
"name": "straylight-portal-server",
"description": "Straylight Portal Nodejs server",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/straylightlabs/straylightportal"
},
"license": "UNLICENSED",
"scripts": {
"start": "PORTAL_BASE_URL='https://straylight.jp/connect' PORTAL_PORT=8080 node index.js",
"dev": "MONGO_DB_URL='mongodb://straylightportal-dev:83j7gw7W@localhost:27017/straylightportal-dev' PORTAL_BASE_URL='https://localhost' PORTAL_PORT=8080 STRIPE_KEY=sk_test_2BV9M8v6KTaorg80tWNFvAye STRIPE_PUB_KEY=pk_test_pkUbqe9TDp39w3ecVbBpizrI nodemon index.js"
},
"dependencies": {
"airtable": "^0.10.1",
"asana": "^0.18.5",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.3.3",
"cors": "^2.8.5",
"debug": "^2.0.0",
"express": "^4.17.1",
"express-flash": "*",
"express-session": "^1.16.2",
"express-validator": "^2.6.0",
"googleapis": "^17.1.0",
"immutable": "^3.8.2",
"lodash": "^2.4.1",
"middleware-responder": "^1.0.0",
"moment": "^2.24.0",
"mongoose": "^5.11.9",
"mongoose-timestamp": "^0.3.0",
"morgan": "^1.3.0",
"multer": "^1.4.1",
"node-fetch": "^2.6.0",
"passport": "^0.2.1",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.0",
"stripe": "^3.0.2",
"stripe-webhook-middleware": "^0.2.0",
"swig-templates": "^2.0.3"
},
"resolutions": {
"lodash": "^4.17.19",
"qs": "^6.3.2",
"minimist": "^1.2.3",
"node-forge": "^0.10.0"
}
}