-
Notifications
You must be signed in to change notification settings - Fork 291
/
package.json
96 lines (96 loc) · 3.36 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
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
89
90
91
92
93
94
95
96
{
"name": "ng-multiselect-dropdown",
"version": "1.0.0",
"private": true,
"description": "Angular Multi-Select Dropdown",
"author": "Nilesh Patel",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4201",
"build": "ng build",
"ng:test": "ng test",
"lint": "ng lint",
"test": "jest --watch",
"test:ci": "jest --runInBand",
"test:coverage": "jest --coverage",
"build:prod": "ng build --prod --base-href https://nileshpatel17.github.io/ng-multiselect-dropdown/",
"clear:lib": "rimraf dist-lib",
"postcopyfiles": "copyfiles -u 1 ./dist-lib/**/*.* node_modules/ng-multiselect-dropdown",
"copyfiles": "mkdir dist-lib/themes && copyfiles ng-multiselect-dropdown.theme.scss dist-lib/themes",
"build:lib": "npm run clear:lib && ng-packagr -p ng-package.json",
"postbuild:lib": "npm run copyfiles",
"prepublish": "npm run build:prod",
"publish": "ngh --no-silent false --name=\"nileshpatel17\" --email=\"[email protected]\"",
"deploy": "ng build --prod --base-href /ng-multiselect-dropdown/ && npm run deployOnly",
"deployOnly": "angular-cli-ghpages --no-silent --repo=https://github.com/NileshPatel17/ng-multiselect-dropdown.git --name=\"Nilesh Patel\" [email protected]",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"keywords": [
"angular4",
"angular8",
"angular multiselect dropdown",
"angular4 multiselect dropdown",
"angular8 multiselect dropdown",
"ng multiselect dropdown",
"ng4 multiselect dropdown",
"ng8 multiselect dropdown"
],
"repository": {
"type": "git",
"url": "https://github.com/nileshpatel17/ng-multiselect-dropdown.git"
},
"bugs": {
"url": "https://github.com/nileshpatel17/ng-multiselect-dropdown/issues"
},
"homepage": "https://github.com/nileshpatel17/ng-multiselect-dropdown#readme",
"peerDependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "~16.1.6",
"@angular/animations": "16.1.7",
"@angular/cli": "^16.1.6",
"@angular/common": "16.1.7",
"@angular/compiler": "16.1.7",
"@angular/compiler-cli": "16.1.7",
"@angular/core": "16.1.7",
"@angular/forms": "16.1.7",
"@angular/http": "7.2.15",
"@angular/language-service": "16.1.7",
"@angular/platform-browser": "16.1.7",
"@angular/platform-browser-dynamic": "16.1.7",
"@angular/router": "16.1.7",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^12.11.1",
"angular-cli-ghpages": "^0.6.0-rc.2",
"angular2-markdown": "^2.2.3",
"codelyzer": "^5.1.2",
"copyfiles": "^2.0.0",
"core-js": "^3.2.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "^29.6.2",
"jest-preset-angular": "^7.1.1",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-multiselect-dropdown": "^0.2.11",
"ng-packagr": "^16.1.0",
"ngx-bootstrap": "^5.1.1",
"protractor": "~7.0.0",
"rimraf": "^3.0.0",
"rxjs": "^6.2.1",
"rxjs-compat": "^6.2.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "4.9.5",
"zone.js": "~0.13.1"
},
"dependencies": {
"tslib": "^2.0.0"
}
}