-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 941 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
{
"name": "blood-line-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/server.js"
},
"author": "BloodLine",
"license": "ISC",
"dependencies": {
"@adminjs/express": "^5.1.0",
"@adminjs/mongoose": "^3.0.3",
"@types/cors": "^2.8.13",
"@types/express-session": "^1.17.7",
"@types/jsonwebtoken": "^9.0.1",
"adminjs": "^6.8.7",
"axios": "^1.3.4",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.4",
"react": "^18.2.0",
"simple-oauth2": "^4.3.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"typescript": "^5.0.2"
}
}