-
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.67 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.67 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": "@softwarity/split-button",
"version": "1.0.1",
"author": "Softwarity",
"license": "MIT",
"description": "Angular Material 3 split button directive with dropdown menu support",
"repository": {
"type": "git",
"url": "git+https://github.com/softwarity/split-button.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"angular",
"material",
"split-button",
"button",
"dropdown",
"menu",
"material3",
"directive"
],
"scripts": {
"ng": "ng",
"build": "ng build split-button",
"build:demo": "ng build demo",
"start:demo": "ng serve demo",
"cp:archway-ui": "cp -r dist/* ../../softwarity/archway/archway-ui/node_modules/@softwarity/split-button/",
"watch": "ng build split-button --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --no-watch"
},
"dependencies": {
"tslib": "^2.6.2"
},
"devDependencies": {
"@angular/animations": "^21.1.1",
"@angular/build": "^21.0.2",
"@angular/cdk": "^21.1.1",
"@angular/cli": "^21.0.2",
"@angular/common": "^21.1.1",
"@angular/compiler": "^21.1.1",
"@angular/compiler-cli": "^21.1.1",
"@angular/core": "^21.1.1",
"@angular/forms": "^21.1.1",
"@angular/material": "^21.1.1",
"@angular/platform-browser": "^21.1.1",
"@angular/platform-browser-dynamic": "^21.1.1",
"@angular/router": "^21.1.1",
"@softwarity/interactive-code": "^1.0.5",
"@softwarity/split-button": "file:dist",
"jsdom": "^27.4.0",
"ng-packagr": "^21.0.0",
"rxjs": "~7.8.1",
"typescript": "~5.9.3",
"vitest": "^4.0.18",
"zone.js": "^0.16.0"
},
"sideEffects": false
}