-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 873 Bytes
/
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
{
"name": "zola",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "node ./bin/www --ENVIRONMENT=development",
"prod": "node ./bin/www --ENVIRONMENT=production"
},
"dependencies": {
"bcrypt": "^5.1.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.3",
"http-errors": "~1.6.3",
"json2csv": "^5.0.7",
"memorystore": "^1.6.7",
"moment": "^2.29.4",
"mongoose": "^6.8.4",
"mongoose-findorcreate": "^3.0.0",
"morgan": "~1.9.1",
"openai": "^3.1.0",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"speakeasy": "^2.0.0",
"stripe": "^11.7.0",
"twilio": "^4.0.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}