Skip to content

Commit e902add

Browse files
https://github.com/brianc/node-postgres/issues/838
1 parent 3a4921b commit e902add

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,17 @@
2222
"homepage": "https://github.com/bbachi/angular-nodejs-example#readme",
2323
"dependencies": {
2424
"angular": "^1.8.0",
25+
"body-parser": "^1.19.0",
2526
"boostrap": "^2.0.0",
2627
"express": "^4.17.1",
27-
"tslint": "^6.1.3"
28+
"tslint": "^6.1.3",
29+
"morgan": "~1.8.1",
30+
"node-postgres": "^0.6.2",
31+
"pg": "^8.2.1",
32+
"popper.js": "^1.16.1",
33+
"postgres-pool": "^3.1.2",
34+
"request": "^2.88.2",
35+
"serve-favicon": "~2.4.2"
2836
},
2937
"devDependencies": {
3038
"del": "^5.1.0",

0 commit comments

Comments
 (0)