-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
81 lines (81 loc) · 2.58 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
{
"name": "ngx-vflow",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:hybrid": "ng build ngx-vflow-lib --watch & ng serve --configuration hybrid",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"prepare": "husky"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.12",
"@angular/cdk": "~17.3.10",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@ng-doc/app": "17.6.8",
"@ng-doc/builder": "17.6.8",
"@ng-doc/core": "17.6.8",
"@ng-doc/ui-kit": "17.6.8",
"@vizdom/vizdom-ts-web": "0.1.19",
"d3-drag": "^3.0.0",
"d3-force": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"ngx-drag-drop": "^17.0.0",
"ngxtension": "^4.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.11",
"@angular-eslint/builder": "19.0.0",
"@angular-eslint/eslint-plugin": "19.0.0",
"@angular-eslint/eslint-plugin-template": "19.0.0",
"@angular-eslint/template-parser": "19.0.0",
"@angular/cli": "~17.3.11",
"@angular/compiler-cli": "^17.3.12",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@playwright/test": "^1.49.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/d3-drag": "^3.0.7",
"@types/d3-force": "^3.0.10",
"@types/d3-selection": "^3.0.10",
"@types/d3-zoom": "^3.0.8",
"@types/jasmine": "~4.3.0",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@typescript-eslint/utils": "7.16.0",
"angular-cli-ghpages": "^2.0.3",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.7",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "^15.3.0",
"ng-packagr": "^17.3.0",
"prettier": "^3.4.2",
"semantic-release": "^24.2.1",
"typescript": "~5.4.5"
}
}