-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "rangihubv4",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "npx ts-node src/index.ts",
"start": "npm ci && npm run build && NODE_ENV=production node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Proximitynow19/RangiHubV4.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Proximitynow19/RangiHubV4/issues"
},
"homepage": "https://github.com/Proximitynow19/RangiHubV4#readme",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"markdown-it": "^13.0.1",
"moment": "^2.29.4",
"mongoose": "^6.5.2",
"nanoid": "^3.1.30",
"node-fetch": "^2.6.6",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"socket.io": "^4.4.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",
"webhead": "^1.1.3"
},
"devDependencies": {
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/markdown-it": "^12.2.3",
"@types/node-fetch": "^2.5.12",
"@types/passport": "^1.0.7",
"@types/passport-local": "^1.0.34"
}
}