-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.82 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
{
"name": "stackline-angular21-playground",
"version": "1.0.0",
"description": "Single StackBlitz playground for all Angular 21 @stackline/angular-multiselect-dropdown examples.",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
"build": "ng build --configuration development --base-href ./",
"watch": "ng build --watch --configuration development",
"audit:dependencies": "node tools/stackline-audit-angular-build.mjs",
"check": "npm run build && npm run audit:dependencies"
},
"private": true,
"dependencies": {
"@angular/common": "21.2.21",
"@angular/compiler": "21.2.21",
"@angular/core": "21.2.21",
"@angular/forms": "21.2.21",
"@angular/platform-browser": "21.2.21",
"@angular/platform-browser-dynamic": "21.2.21",
"@angular/router": "21.2.21",
"@stackline/angular-multiselect-dropdown": "21.2.4",
"flag-icons": "^7.5.0",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.21",
"@angular/cli": "21.2.21",
"@angular/compiler-cli": "21.2.21",
"@types/node": "20.19.43",
"typescript": "5.9.3"
},
"overrides": {
"uuid": "11.1.1",
"webpack-dev-server": "5.2.6"
},
"main": "index.js",
"keywords": [
"angular",
"multiselect",
"playground",
"stackblitz",
"stackline"
],
"author": "Alexandro Marques",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alexandroit/stackline-angular-multiselect-angular-21.git"
},
"homepage": "https://alexandroit.github.io/stackline-angular-multiselect-angular-21/",
"bugs": {
"url": "https://github.com/alexandroit/stackline-angular-multiselect-angular-21/issues"
},
"engines": {
"node": ">=20.19.0"
},
"packageManager": "npm@10.9.8"
}