-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1010 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1010 Bytes
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
{
"name": "ybook",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./src/index.ts",
"build": "webpack"
},
"dependencies": {
"@prisma/client": "^4.6.1",
"amazon-cognito-identity-js": "^6.0.1",
"aws-jwt-verify": "^3.2.0",
"aws-sdk": "^2.1265.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1",
"pug": "^3.0.2",
"socket.io": "^4.5.4"
},
"devDependencies": {
"@babel/parser": "^7.20.3",
"@babel/types": "^7.20.2",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/debug": "^4.1.7",
"@types/http-errors": "^2.0.1",
"@types/morgan": "^1.9.3",
"@types/node": "^18.11.11",
"babel-walk": "^3.0.0",
"nodemon": "^2.0.20",
"object-assign": "^4.1.1",
"prisma": "^4.6.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"webpack-cli": "^5.0.0"
}
}