-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
57 lines (57 loc) · 1.64 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
51
52
53
54
55
56
57
{
"name": "rhcollab-event-api",
"version": "0.0.1",
"description": "RHCollab Event App API",
"private": true,
"scripts": {
"start": "node ./dist/index.js",
"postinstall": "yarn build",
"build": "webpack",
"watch": "NODE_ENV=development webpack --mode development --watch",
"dev": "NODE_ENV=development PORT=3000 nodemon dist/index.js"
},
"author": "Kamesh Sampath<[email protected]>",
"license": "ASLv2",
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"dotenv-webpack": "^1.5.7",
"html-webpack-plugin": "^3.2.0",
"nodemon": "^1.18.4",
"ts-loader": "^4.5.0",
"typescript": "^3.0.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"@types/body-parser": "^1.17.0",
"@types/chokidar": "^1.7.5",
"@types/cors": "^2.8.4",
"@types/dotenv": "^4.0.3",
"@types/express": "^4.16.0",
"@types/fs-extra": "^5.0.4",
"@types/lodash": "^4.14.116",
"@types/lokijs": "^1.5.2",
"@types/multer": "^1.3.7",
"@types/nodemailer": "^4.6.5",
"@types/request": "^2.47.1",
"@types/socket.io": "^1.4.38",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"chokidar": "^2.0.4",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"fs-extra": "^7.0.0",
"helmet": "^3.13.0",
"html-loader": "^0.5.5",
"keycloak-connect": "^4.4.0",
"lodash": "^4.17.10",
"lokijs": "^1.5.5",
"multer": "^1.3.1",
"socket.io": "^2.1.1"
},
"repository": "[email protected]:kameshsampath/collab-by-code-api.git"
}