-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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
{
"name": "BGGRID",
"version": "Beta.0.5.0",
"private": true,
"description": "BGGRID, keep track of your board game collection and plays. Discover new games and find people to play with.",
"main": "server.js",
"scripts": {
"start": "node backend/server.js",
"server": "nodemon backend/server.js",
"client": "cd frontend && npm start --host",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix frontend && npm run build --prefix frontend"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Emplorex/increw.git"
},
"author": "Emplorex Inc.",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Emplorex/increw/issues"
},
"homepage": "https://github.com/Emplorex/increw#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/s3-request-presigner": "^3.637.0",
"aws-sdk": "^2.1687.0",
"axios": "^1.7.6",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"google-auth-library": "^9.15.0",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.2",
"luxon": "^3.5.0",
"mongoose": "^8.6.0",
"mongoose-paginate-v2": "^1.8.3",
"multer": "^1.4.5-lts.1",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.14",
"pdf-lib": "^1.17.1",
"stripe": "^16.9.0",
"web-push": "^3.6.7"
},
"devDependencies": {
"nodemon": "^3.1.4",
"wrangler": "^3.73.0"
}
}