-
Notifications
You must be signed in to change notification settings - Fork 287
/
package.json
147 lines (147 loc) · 4.81 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "ngx-graph",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng run @swimlane/ngx-graph:storybook",
"build:storybook": "ng run @swimlane/ngx-graph:build-storybook",
"build:lib": "ng build @swimlane/ngx-graph --configuration production",
"test": "npm run lint",
"lint": "ng lint",
"e2e": "ng e2e",
"prettier": "prettier --write \"projects/**/*.{js,ts,scss,css,md,mdx,json}\"",
"prettier:ci": "prettier --check \"projects/**/*.{js,ts,scss,css,md,mdx,json}\"",
"copy-files": "cp README.md dist/ngx-graph/README.md && cp LICENSE dist/ngx-graph/LICENSE && cp CHANGELOG.md dist/ngx-graph/CHANGELOG.md",
"ci": "run-s lint prettier:ci",
"preversion": "npm run ci",
"package": "run-s build:lib copy-files",
"prepublish:lib": "npm run package",
"publish:lib": "npm publish projects/dist/ngx-graph",
"publish": "run-s publish:lib",
"prepublishOnly": "echo \"This is the workspace -- you probably meant run 'npm run publish'.\" && exit 1"
},
"license": "MIT",
"dependencies": {
"@angular/animations": "~18.1.0",
"@angular/cdk": "~18.1.0",
"@angular/common": "~18.1.0",
"@angular/compiler": "~18.1.0",
"@angular/core": "~18.1.0",
"@angular/elements": "~18.1.0",
"@angular/flex-layout": "15.0.0-beta.42",
"@angular/forms": "~18.1.0",
"@angular/platform-browser": "~18.1.0",
"@angular/platform-browser-dynamic": "~18.1.0",
"@angular/router": "~18.1.0",
"d3-array": "^3.2.4",
"d3-dispatch": "^3.0.1",
"d3-ease": "^3.0.1",
"d3-force": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-timer": "^3.0.1",
"d3-transition": "^3.0.1",
"dagre": "^0.8.5",
"msagl-js": "0.0.51",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rxjs": "^7.8.1",
"transformation-matrix": "^2.16.1",
"tslib": "^2.3.1",
"webcola": "^3.4.0",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1802.11",
"@angular-devkit/build-angular": "~18.1.0",
"@angular-devkit/core": "~18.1.0",
"@angular-devkit/schematics": "~18.1.0",
"@angular-eslint/builder": "~18.1.0",
"@angular-eslint/eslint-plugin": "^18.4.0",
"@angular-eslint/eslint-plugin-template": "^18.4.0",
"@angular-eslint/schematics": "~18.1.0",
"@angular-eslint/template-parser": "^18.4.0",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "~18.1.0",
"@angular/language-service": "~18.1.0",
"@babel/core": "^7.7.7",
"@chromatic-com/storybook": "^3.2.2",
"@compodoc/compodoc": "^1.1.26",
"@storybook/addon-docs": "^8.4.1",
"@storybook/addon-essentials": "^8.4.1",
"@storybook/addon-interactions": "^8.4.1",
"@storybook/addon-links": "^8.4.1",
"@storybook/addon-onboarding": "^8.4.1",
"@storybook/angular": "^8.4.1",
"@storybook/blocks": "^8.4.1",
"@storybook/builder-webpack5": "^8.4.1",
"@storybook/test": "^8.4.1",
"@storybook/theming": "^8.4.1",
"@swimlane/eslint-config": "^2.0.0",
"@swimlane/prettier-config-swimlane": "^3.0.2",
"@types/d3-array": "^3",
"@types/d3-ease": "^1.0.8",
"@types/d3-scale": "^4",
"@types/d3-selection": "^1.4.1",
"@types/d3-shape": "^1.3.1",
"@types/d3-transition": "^3.0.2",
"@types/jasmine": ">=3.8.0",
"@types/jasminewd2": "~2.0.3",
"@types/mdast": "^3.0.3",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/unist": "^2.0.2",
"@types/vfile": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.12.1",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/types": "^8.12.2",
"@typescript-eslint/utils": "7.18.0",
"angular-cli-ghpages": "^0.6.2",
"cross-env": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-storybook": "^0.10.2",
"husky": "^4.2.4",
"jasmine-core": ">=3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.14",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "~18.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1",
"protractor": "~7.0.0",
"remark-gfm": "^4.0.0",
"rollup": "4.14.3",
"start-server-and-test": "^1.10.11",
"storybook": "^8.4.1",
"typescript": "~5.5.2",
"webpack": "5"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"volta": {
"node": "20.17.0",
"yarn": "4.5.1"
},
"packageManager": "[email protected]",
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"resolutions": {
"typescript": "5.5.2"
}
}