-
Notifications
You must be signed in to change notification settings - Fork 152
/
package.json
94 lines (94 loc) · 2.99 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "career-portal",
"version": "3.3.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "node dist/career-portal/server/main.js",
"serve": "ng serve --configuration=static",
"build": "npm run build:ssr",
"build:static": "ng build --configuration=static --aot --build-optimizer",
"build:qa": "ng build --configuration=qa",
"postinstall": "ngcc",
"lint": "ng lint",
"e2e": "ng e2e",
"e2e:ci": "ng run career-portal:cypress-run",
"e2e:ci:qa": "ng run career-portal:cypress-run --configuration=qa",
"dev:ssr": "ng run career-portal:serve-ssr --configuration=dynamic",
"serve:ssr": "node dist/career-portal/server/main.js",
"build:ssr": "ng build --configuration=dynamic && ng run career-portal:server:production",
"prerender": "ng run career-portal:prerender",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"private": true,
"engines": {
"node": "16.13.1"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"dependencies": {
"@angular/animations": "~10.2.4",
"@angular/cdk": "~10.2.7",
"@angular/common": "~10.2.4",
"@angular/compiler": "~10.2.4",
"@angular/core": "~10.2.4",
"@angular/forms": "~10.2.4",
"@angular/platform-browser": "~10.2.4",
"@angular/platform-browser-dynamic": "~10.2.4",
"@angular/platform-server": "~10.2.4",
"@angular/router": "~10.2.4",
"@bullhorn/bullhorn-icons": "2.3.0",
"@bullhorn/bullhorn-types": "^1.9.0",
"@nguniversal/common": "^10.0.1",
"@nguniversal/express-engine": "^10.0.1",
"@ngx-translate/core": "^13.0.0",
"@schematics/angular": "^10.2.3",
"@types/express": "^4.17.13",
"angular2-text-mask": "^9.0.0",
"body-parser": "^1.18.2",
"bullhorn-icons": "^1.17.0",
"classlist.js": "^1.1.20150312",
"core-js": "^2.4.1",
"date-fns": "^1.30.1",
"express": "^4.16.2",
"he": "^1.2.0",
"jsontoxml": "^1.0.1",
"novo-elements": "github:bullhorn/novo-elements-snapshot#f/remove-ace-and-dragula",
"path": "^0.12.7",
"post-robot": "^8.0.29",
"preboot": "^6.0.0-beta.2",
"roboto-fontface": "^0.9.0",
"rxjs": "^6.6.7",
"string-replace-webpack-plugin": "^0.1.3",
"text-mask-addons": "^3.8.0",
"tslib": "^2.0.0",
"xmlhttprequest": "^1.8.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1002.3",
"@angular/cli": "^10.2.3",
"@angular/compiler-cli": "^10.2.5",
"@angular/language-service": "^10.2.5",
"@cypress/schematic": "^1.6.0",
"@nguniversal/builders": "^10.1.0",
"@types/express": "^4.17.0",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"cypress": "latest",
"cypress-file-upload": "^5.0.8",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"ts-loader": "^5.2.0",
"ts-node": "~4.1.0",
"tslint": "~6.1.0",
"typescript": "3.9.7",
"webpack-cli": "^3.1.0"
}
}