-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.26 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.26 KB
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
{
"name": "ng-bootstrap",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4201",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lib:build": "ng build @open-rlb/ng-bootstrap",
"lib:test": "ng test @open-rlb/ng-bootstrap",
"lib:test-ci": "ng test --karma-config=./karma.conf.js --no-watch --no-progress --browsers=ChromeHeadless @open-rlb/ng-bootstrap",
"lib:lint": "ng lint @open-rlb/ng-bootstrap",
"lib:pack": "ng build @open-rlb/ng-bootstrap && npm pack ./dist/ngx-dynamic/core",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,html}\"",
"http": "http-server ./dist/ng-bootstrap -p 4001 -c-1 --cors -U --log-ip"
},
"private": true,
"author": {
"name": "Giusseppe Riolo",
"email": "riolo.giuseppe@gmail.com",
"url": "https://github.com/riologiuseppe"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/riolabs/common/libraries/rlb-ng-bootstrap"
},
"dependencies": {
"@angular/animations": "^21.1.2",
"@angular/cdk": "^21.1.2",
"@angular/common": "^21.1.2",
"@angular/compiler": "^21.1.2",
"@angular/core": "^21.1.2",
"@angular/forms": "^21.1.2",
"@angular/platform-browser": "^21.1.2",
"@angular/platform-browser-dynamic": "^21.1.2",
"@angular/router": "^21.1.2",
"@ngx-translate/core": "^16.0.4",
"@open-rlb/date-tz": ">=2.0.1",
"bootstrap": "^5.3.7",
"bootstrap-icons": "^1.13.1",
"ngx-highlightjs": "^14.0.1",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.1.2",
"@angular/build": "^21.1.2",
"@angular/cli": "~21.1.2",
"@angular/compiler-cli": "^21.1.2",
"@angular/localize": "^21.1.2",
"@types/bootstrap": "^5.2.10",
"@types/jasmine": "~5.1.8",
"@types/node": "^24.0.13",
"@vitest/browser": "^4.0.18",
"http-server": "^14.1.1",
"jasmine-core": "~5.8.0",
"jsdom": "^28.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^21.1.0",
"prettier": "^3.6.2",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
}
}