-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.17 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
{
"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",
"test:server": "node --test scripts/static-server.test.mjs",
"build": "ng build --configuration production --base-href ./ --output-hashing=none",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"license": "MIT",
"packageManager": "npm@10.9.8",
"dependencies": {
"@angular/common": "22.1.3",
"@angular/compiler": "22.1.3",
"@angular/core": "22.1.3",
"@angular/forms": "22.1.3",
"@angular/platform-browser": "22.1.3",
"@angular/router": "22.1.3",
"@stackline/angular-multiselect-dropdown": "22.1.0",
"flag-icons": "7.5.0",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular/build": "22.1.5",
"@angular/cli": "22.1.5",
"@angular/compiler-cli": "22.1.3",
"prettier": "^3.8.1",
"typescript": "6.0.3"
},
"description": "Clean Angular 22 live test for @stackline/angular-multiselect-dropdown 22.1.0."
}