-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.06 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
{
"name": "stackline-angular-multiselect-angular-22",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "node scripts/start.mjs",
"dev": "ng serve --host 0.0.0.0",
"serve:static": "node scripts/static-server.mjs",
"build": "ng build --configuration development --base-href ./",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"packageManager": "npm@10.9.8",
"dependencies": {
"@angular/common": "22.0.2",
"@angular/compiler": "22.0.2",
"@angular/core": "22.0.2",
"@angular/forms": "22.0.2",
"@angular/platform-browser": "22.0.2",
"@angular/router": "22.0.2",
"@stackline/angular-multiselect-dropdown": "22.0.4",
"flag-icons": "7.5.0",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular/build": "22.0.3",
"@angular/cli": "22.0.3",
"@angular/compiler-cli": "22.0.2",
"prettier": "^3.8.1",
"typescript": "6.0.3"
},
"description": "Clean Angular 22 live test for @stackline/angular-multiselect-dropdown 22.0.4."
}