-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 2.17 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
{
"name": "bootstrapcomponents",
"version": "2025.3.0",
"scripts": {
"ng": "ng",
"build": "ng build --configuration production @servoy/bootstrapcomponents",
"build_debug": "ng build @servoy/bootstrapcomponents --watch",
"build_debug_nowatch": "ng build @servoy/bootstrapcomponents --watch=false",
"make_release": "ng build --configuration production @servoy/bootstrapcomponents && node scripts/build.js",
"cy:open": "cypress open",
"cy:run": "cypress run --config video=false --component --browser chrome",
"cy:run_spec": "cypress run --config video=false --component --browser chrome --headed --no-exit --spec "
},
"private": true,
"dependencies": {
"@angular/animations": "19.1.1",
"@angular/cdk": "19.1.0",
"@angular/common": "19.1.1",
"@angular/core": "19.1.1",
"@angular/forms": "19.1.1",
"@eonasdan/tempus-dominus": "6.9.11",
"@ng-bootstrap/ng-bootstrap": "18.0.0",
"@popperjs/core": "2.11.8",
"@servoy/public": "2025.3.0",
"bootstrap": "5.3.3",
"luxon": "3.5.0",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.1",
"@angular-devkit/core": "19.1.1",
"@angular-devkit/schematics": "19.1.1",
"@angular-eslint/builder": "19.0.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/schematics": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/build": "^19.1.1",
"@angular/cli": "19.1.1",
"@angular/compiler": "19.1.1",
"@angular/compiler-cli": "19.1.1",
"@angular/localize": "19.1.1",
"@angular/platform-browser": "19.1.1",
"@angular/platform-browser-dynamic": "19.1.1",
"@stylistic/eslint-plugin-ts": "2.13.0",
"@types/luxon": "3.4.2",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@typescript-eslint/utils": "^8.20.0",
"adm-zip": "0.5.16",
"cypress": "^14.0.0",
"eslint": "9.18.0",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"ng-packagr": "19.1.0",
"typescript": "5.7.3"
}
}