forked from swimlane/ngx-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 4.54 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
{
"name": "ngx-graph",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:lib": "ng build @swimlane/ngx-graph",
"build:lib:prod": "ng build @swimlane/ngx-graph --configuration production",
"test": "npm run lint",
"lint": "ng lint",
"e2e": "ng e2e",
"prettier": "prettier --write \"{src,projects}/**/*.{js,ts,scss,css,md,json}\"",
"prettier:ci": "prettier --check \"{src,projects}/**/*.{js,ts,scss,css,md,json}\"",
"copy-files": "cpr README.md projects/dist/ngx-graph/README.md && cpr LICENSE projects/dist/ngx-graph/LICENSE",
"build-docs": "cross-env NODE_ENV=production ng build --configuration production --no-aot --no-build-optimizer --base-href=\"/ngx-graph/\"",
"predeploy-docs": "npm run build-docs",
"deploy-docs": "angular-cli-ghpages --dir ./dist/ngxGraph",
"ci": "run-s lint prettier:ci",
"preversion": "npm run ci",
"package": "run-s build:lib:prod copy-files",
"prepublish:lib": "npm run package",
"publish:lib": "npm publish projects/dist/ngx-graph",
"publish": "run-s publish:lib deploy-docs",
"prepublishOnly": "echo \"This is the workspace -- you probably meant run 'npm run publish'.\" && exit 1",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"license": "MIT",
"dependencies": {
"@angular/animations": "^11.1.2",
"@angular/cdk": "^11.1.2",
"@angular/common": "^11.1.2",
"@angular/compiler": "^11.1.2",
"@angular/core": "^11.1.2",
"@angular/elements": "^11.1.2",
"@angular/forms": "^11.1.2",
"@angular/platform-browser": "^11.1.2",
"@angular/platform-browser-dynamic": "^11.1.2",
"@angular/router": "^11.1.2",
"@ngx-loading-bar/core": "^4.2.0",
"@ngx-loading-bar/http-client": "^4.2.0",
"@stackblitz/sdk": "^1.2.0",
"@swimlane/docspa-core": "^8.0.1",
"@swimlane/docspa-remark-preset": "^6.0.0",
"@swimlane/docspa-stackblitz": "^8.0.0",
"@types/d3-ease": "^1.0.8",
"@types/d3-shape": "^1.3.1",
"@ungap/custom-elements": "^0.1.12",
"@ungap/global-this": "^0.3.1",
"core-js": "^2.5.4",
"cpr": "^3.0.1",
"d3-dispatch": "^1.0.5",
"d3-ease": "^1.0.5",
"d3-force": "^2.0.0",
"d3-selection": "^3.0.0",
"d3-shape": "^1.2.2",
"d3-timer": "^1.0.9",
"d3-transition": "^3.0.1",
"dagre": "^0.8.5",
"deepmerge": "^4.2.2",
"json-schema": "^0.4.0",
"jsprim": "^1.4.2",
"mdast": "^3.0.0",
"mermaid": "^8.13.8",
"ngx-logger": "^4.0.8",
"path": "^0.12.7",
"process": "^0.11.10",
"quick-lru": "^4.0.1",
"rxjs": "^6.5.4",
"smoothscroll-polyfill": "^0.4.3",
"throttleit": "^1.0.0",
"transformation-matrix": "^1.15.3",
"tslib": "^2.3.1",
"url-resolve": "^1.0.0",
"vfile": "^4.0.0",
"vfile-reporter": "^5.1.1",
"webcola": "^3.3.8",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.13",
"@angular/cli": "^11.1.3",
"@angular/compiler-cli": "^11.1.2",
"@angular/language-service": "^11.1.2",
"@babel/core": "^7.7.7",
"@swimlane/eslint-config": "^2.0.0",
"@swimlane/prettier-config-swimlane": "^3.0.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/mdast": "^3.0.3",
"@types/node": "^12.12.34",
"@types/unist": "^2.0.2",
"@types/vfile": "^4.0.0",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"angular-cli-ghpages": "^0.6.2",
"codelyzer": "^6.0.0",
"cross-env": "^7.0.2",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-security": "^1.4.0",
"husky": "^4.2.4",
"jasmine-core": "~3.6.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": "^11.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1",
"protractor": "~7.0.0",
"start-server-and-test": "^1.10.11",
"ts-node": "^8.8.2",
"tslint": "~6.1.0",
"tslint-config-prettier": "^1.17.0",
"tslint-config-swimlane": "^5.0.0",
"typescript": "^4.1.6"
},
"browser": {
"fs": false,
"os": false,
"crypto": false,
"stream": false,
"http": false,
"tls": false,
"zlib": false,
"https": false,
"net": false
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}