-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.64 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
{
"name": "livingmate-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"build": "tsc",
"test": "NODE_ENV=test mocha test/*.ts --timeout 10000 -exit -r ts-node/register"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@auth/prisma-adapter": "^1.0.7",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.6.0",
"@types/node": "^20.10.3",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"config": "^3.3.9",
"console-control-strings": "^1.1.0",
"content-disposition": "^0.5.4",
"content-type": "^1.0.5",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"cookie-signature": "^1.0.6",
"create-require": "^1.1.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"firebase-admin": "^12.0.0",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"nanoid": "^3.3.7",
"negotiator": "^0.6.3",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"nodemon": "^3.0.2",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.6",
"@types/date-fns": "^2.6.0",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/passport": "^1.0.16",
"@types/passport-google-oauth20": "^2.0.14",
"prettier-plugin-prisma": "^5.0.0",
"prisma": "^5.6.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.2"
}
}