-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
90 lines (90 loc) · 3.01 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
{
"name": "ngx-layout-srcs",
"description": "ngx-layout",
"version": "18.0.0",
"homepage": "https://github.com/ngbracket/ngx-layout",
"bugs": "https://github.com/ngbracket/ngx-layout/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/ngbracket/ngx-layout.git"
},
"license": "MIT",
"engines": {
"node": "^18.20.4 || >=20.15.1",
"yarn": ">=1.22.4 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build @ngbracket/ngx-layout",
"demo:serve": "ng serve demo-app",
"stamp": "ts-node tools/package-tools/version-placeholders.ts --module=commonjs",
"build:universal-demo-app": "ng run universal-demo-app:build:production",
"serve:universal-demo-app": "ng run universal-demo-app:serve-ssr",
"test": "ng test @ngbracket/ngx-layout",
"test:ssr": "webpack --config test/webpack-spec-ssr-bundle.js && jasmine --config=test/jasmine-ssr.json",
"lint": "stylelint projects/libs/**/*.scss --config=stylelint-config.json && tslint --project ./tsconfig.json --config tslint.json",
"release": "yarn build && yarn stamp",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"serve:ssr:universal-demo-app": "node dist/universal-demo-app/server/server.mjs"
},
"private": true,
"requiredAngularVersion": ">=18.0.0",
"dependencies": {
"@angular/animations": "18.1.0",
"@angular/common": "18.1.0",
"@angular/compiler": "18.1.0",
"@angular/core": "18.1.0",
"@angular/forms": "18.1.0",
"@angular/material": "^18.1.0",
"@angular/platform-browser": "18.1.0",
"@angular/platform-browser-dynamic": "18.1.0",
"@angular/platform-server": "18.1.0",
"@angular/router": "18.1.0",
"@angular/ssr": "^18.1.0",
"express": "^4.18.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.0",
"@angular/cdk": "^18.1.0",
"@angular/cli": "18.1.0",
"@angular/compiler-cli": "18.1.0",
"@ngtools/webpack": "^17.0.10",
"@types/express": "^4.17.17",
"@types/jasmine": "^5.1.2",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.9.0",
"conventional-changelog-cli": "^4.1.0",
"jasmine-core": "^5.1.1",
"karma": "^6.4.2",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-parallel": "^0.3.1",
"karma-sauce-launcher": "^4.1.4",
"minimatch": "^9.0.3",
"ng-packagr": "^18.1.0",
"postcss": "^8.4.31",
"postcss-scss": "^4.0.9",
"protractor": "^7.0.0",
"stylelint": "^15.11.0",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^5.5.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"resolutions": {
"browser-sync-client": "2.29.3"
},
"volta": {
"node": "20.15.1"
}
}