forked from TAMULib/scholars-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.21 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
95
96
97
98
{
"name": "scholars-angular",
"version": "1.5.1",
"description": "Angular Universal client for Scholars Discovery",
"keywords": [],
"license": "MIT",
"contributors": [],
"packageManager": "yarn@3.6.3",
"engines": {
"node": "^16.14.0 || >=18.10.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">=1.22.4 <2"
},
"repository": {
"type": "git",
"url": "git@github.com:TAMULib/scholars-angular.git"
},
"bugs": "https://github.com/TAMULib/scholars-angular/issues",
"scripts": {
"gzipper": "gzipper",
"ncu": "npm-check-updates",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"dev:ssr": "ng run scholars-angular:serve-ssr",
"serve:ssr": "node dist/scholars-angular/server/main.js",
"build:ssr": "ng build --configuration production && ng run scholars-angular:server:production",
"postbuild:ssr": "gzipper compress ./dist/scholars-angular/browser --brotli --exclude json",
"prerender": "ng run scholars-angular:prerender",
"test:coverage": "ng test --no-watch --code-coverage",
"test:ci": "yarn lint && yarn build:ssr && yarn test:coverage",
"dev:preview": "npm run ncu"
},
"dependencies": {
"@angular/animations": "16.2.7",
"@angular/common": "16.2.7",
"@angular/compiler": "16.2.7",
"@angular/core": "16.2.7",
"@angular/forms": "16.2.7",
"@angular/localize": "16.2.7",
"@angular/platform-browser": "16.2.7",
"@angular/platform-browser-dynamic": "16.2.7",
"@angular/platform-server": "16.2.7",
"@angular/router": "16.2.7",
"@ng-bootstrap/ng-bootstrap": "~11.0.1",
"@ngrx/effects": "16.2.0",
"@ngrx/entity": "16.2.0",
"@ngrx/router-store": "16.2.0",
"@ngrx/store": "16.2.0",
"@nguniversal/express-engine": "16.2.0",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"bootstrap": "~4.6.2",
"d3": "7.8.5",
"express": "4.18.2",
"express-static-gzip": "2.1.7",
"font-awesome": "4.7.0",
"rxjs": "7.8.1",
"scholars-embed-utilities": "0.3.6",
"tslib": "2.6.2",
"uuid": "9.0.1",
"zone.js": "0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.4",
"@angular-devkit/schematics": "16.2.4",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "16.2.4",
"@angular/compiler-cli": "16.2.7",
"@angular/language-service": "16.2.7",
"@ngrx/store-devtools": "16.2.0",
"@nguniversal/builders": "16.2.0",
"@types/d3": "7.4.1",
"@types/express": "4.17.18",
"@types/jasmine": "4.3.6",
"@types/node": "20.7.2",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"coveralls": "3.1.1",
"eslint": "8.50.0",
"gzipper": "7.2.0",
"jasmine-core": "5.1.1",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"npm-check-updates": "16.14.4",
"ts-node": "10.9.1",
"typescript": "5.1.5"
}
}