-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "dars_10",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./src/server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.9.3",
"@graphql-tools/schema": "^10.0.0",
"@types/bcrypt": "^5.0.0",
"@types/graphql-upload": "^16.0.2",
"@types/jsonwebtoken": "^9.0.3",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"graphql": "^16.8.1",
"graphql-subscriptions": "^2.0.0",
"graphql-upload": "^16.0.2",
"graphql-upload-ts": "^2.1.0",
"graphql-ws": "^5.14.1",
"jsonwebtoken": "^9.0.2",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"redis": "^4.6.10",
"sequelize": "^6.33.0",
"sequelize-typescript": "^2.1.5"
},
"devDependencies": {
"@types/cors": "^2.8.14",
"@types/express": "^4.17.18",
"nodemon": "^3.0.1",
"sequelize-cli": "^6.6.1",
"ts-node": "^10.9.1"
}
}