-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.58 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.58 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"version": "7.0.2",
"name": "ionic-selectable",
"title": "Ionic Selectable",
"description": "An Ionic component similar to Ionic Select, that allows to search items, including async search, group, add, edit, delete items, and much more.",
"author": {
"name": "Evgenii Koriakin",
"url": "https://github.com/eakoriakin"
},
"license": "See license in LICENSE",
"homepage": "https://github.com/eakoriakin/ionic-selectable",
"repository": {
"type": "git",
"url": "https://github.com/eakoriakin/ionic-selectable.git"
},
"bugs": {
"url": "https://github.com/eakoriakin/ionic-selectable/issues"
},
"keywords": [
"ionic",
"ionic 7",
"ionic 8",
"ion-select",
"search",
"searchable",
"searchbar",
"select",
"selectable",
"virtual-scroll"
],
"peerDependencies": {
"@angular/cdk": ">=20.0.0",
"@angular/common": ">=20.0.0",
"@angular/core": ">=20.0.0",
"@angular/forms": ">=20.0.0",
"@ionic/angular": ">=8.0.0"
},
"devDependencies": {
"@angular-eslint/builder": "^21.4.0",
"@angular/animations": "^21.2.20",
"@angular/build": "^21.2.21",
"@angular/cdk": "^21.2.14",
"@angular/cli": "^21.2.21",
"@angular/common": "^21.2.20",
"@angular/compiler": "^21.2.20",
"@angular/compiler-cli": "^21.2.20",
"@angular/core": "^21.2.20",
"@angular/forms": "^21.2.20",
"@angular/language-service": "^21.2.20",
"@angular/platform-browser": "^21.2.20",
"@angular/router": "^21.2.20",
"@capacitor/app": "^8.0.0",
"@capacitor/cli": "^8.5.0",
"@capacitor/core": "^8.5.0",
"@capacitor/haptics": "^8.0.0",
"@capacitor/keyboard": "^8.0.0",
"@capacitor/status-bar": "^8.0.0",
"@eslint/js": "^9.39.5",
"@ionic/angular": "^8.8.18",
"@types/jasmine": "~5.1.0",
"@types/node": "^22.10.0",
"angular-eslint": "^21.4.0",
"eslint": "^9.39.5",
"ionicons": "^8.1.0",
"jasmine-core": "~5.5.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.2.7",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.67.0",
"zone.js": "~0.16.2"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"gulp": "gulp",
"build.ng": "ng-packagr -p ng-package.json",
"prepublishOnly": "echo ERROR: never publish from the repo root. Run npm run build.ng and then publish from dist/ && exit 1"
}
}