forked from leovo2708/ngx-treeview
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.13 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.13 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
{
"name": "@samotics/angular-ngx-treeview",
"version": "20.1.1",
"license": "MIT",
"description": "An Angular treeview component with checkbox",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:lib": "ng build --configuration production ngx-treeview",
"build:demo": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "ng build --configuration production --base-href /ngx-treeview/ && node gh-pages.js"
},
"private": true,
"keywords": [
"ng",
"ngx",
"angular",
"ngx-treeview",
"tree",
"treeview",
"tree-view",
"checkbox",
"dropdown",
"recursive",
"angular tree component"
],
"author": "Samotics <info@samotics.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/semioticlabs/ngx-treeview.git"
},
"bugs": {
"url": "https://github.com/semioticlabs/ngx-treeview/issues"
},
"dependencies": {
"@angular/animations": "^20.3.18",
"@angular/common": "^20.3.18",
"@angular/compiler": "^20.3.18",
"@angular/core": "^20.3.18",
"@angular/forms": "^20.3.18",
"@angular/platform-browser": "^20.3.18",
"@angular/platform-browser-dynamic": "^20.3.18",
"@angular/router": "^20.3.18",
"ajv": "^8.12.0",
"bootstrap": "^4.5.3",
"lodash": "^4.17.21",
"rxjs": "~7.8.0",
"tslib": "^2.6.2",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.21",
"@angular/cli": "^20.3.21",
"@angular/compiler-cli": "^20.3.18",
"@types/jasmine": "~5.1.0",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.14.157",
"@types/node": "^18.19",
"gh-pages": "^6.1.1",
"jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^20.3.2",
"ts-node": "~8.8.1",
"tslint": "~6.1.0",
"typescript": "~5.8.0"
},
"overrides": {
"undici": "6.21.1"
}
}