-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 923 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
37
38
39
40
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "src/app.ts",
"scripts": {
"start": "node dist/app.js",
"dev": "nodemon",
"build": "tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.17",
"@types/express-ws": "^3.0.5",
"@types/jsonwebtoken": "^9.0.2",
"@types/luxon": "^3.4.2",
"@types/node": "^20.10.4",
"@types/uuid": "^10.0.0",
"axios": "^1.6.2",
"blurhash-from-url": "^0.0.8",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-ws": "^5.0.2",
"firebase-admin": "^12.0.0",
"luxon": "^3.5.0",
"mongodb": "^6.3.0",
"mongoose": "^8.0.3",
"openai": "^4.65.0",
"socket.io": "^4.8.1",
"typescript": "^5.3.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"nodemon": "^3.0.2",
"prettier": "^2.8.8",
"ts-node": "^10.9.1"
}
}