-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "sr-webhooks-client",
"version": "0.0.1",
"engines": {
"node": "12.x"
},
"scripts": {
"ng": "ng",
"start": "node $NODE_DEBUG_OPTION server.js",
"build": "ng build --output-path dist",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"heroku-postbuild": "ng build --configuration production --output-path dist"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.1.0",
"@angular/cli": "~8.1.0",
"@angular/common": "~8.1.0",
"@angular/compiler": "~8.1.0",
"@angular/compiler-cli": "~8.1.0",
"@angular/core": "~8.1.0",
"@angular/forms": "~8.1.0",
"@angular/http": "7.2.15",
"@angular/platform-browser": "~8.1.0",
"@angular/platform-browser-dynamic": "~8.1.0",
"@angular/router": "~8.1.0",
"axios": "0.19.0",
"bluebird": "3.5.5",
"body-parser": "1.19.0",
"express": "4.17.1",
"express-session": "1.16.2",
"http-link-header": "1.0.2",
"lodash": "4.17.14",
"passport": "0.4.0",
"passport-smartrecruiters": "1.0.1",
"pg-promise": "8.7.5",
"request": "2.88.0",
"rxjs": "6.4.0",
"tslib": "1.10.0",
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.0",
"@angular/language-service": "~8.1.0",
"@types/node": "~8.9.4",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3"
}
}