forked from swimlane/ngx-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.4 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
{
"name": "ngx-graph",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "npm run build-pkg && ng build",
"package": "npm run build-pkg",
"unit-test": "npm run build-pkg && ng test",
"test": "npm run cypress",
"lint": "ng lint",
"e2e": "ng e2e",
"build-pkg": "ng build @swimlane/ngx-graph && npm run copy-files",
"copy-files": "cp README.md projects/dist/ngx-graph/README.md && cp LICENSE projects/dist/ngx-graph/LICENSE",
"build-docs": "cross-env NODE_ENV=production ng build --prod --no-aot --no-build-optimizer --base-href=\"/ngx-graph/\"",
"predeploy-docs": "npm run build-docs ",
"deploy-docs": "angular-cli-ghpages --dir ./dist/ngxGraph",
"ci": "npm run build && start-server-and-test start http-get://localhost:4200 cypress",
"publish": "npm publish projects/dist/ngx-graph"
},
"license": "MIT",
"dependencies": {
"@angular/animations": "^8.0.0",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/elements": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/router": "^8.0.0",
"@ngx-loading-bar/core": "^2.2.0",
"@ngx-loading-bar/http-client": "^2.2.0",
"@stackblitz/sdk": "^1.2.0",
"@swimlane/docspa-core": "^4.0.0",
"@swimlane/docspa-remark-preset": "^2.0.1",
"@swimlane/docspa-stackblitz": "^4.0.0",
"@swimlane/ngx-charts": "^12.0.1",
"@types/d3-ease": "^1.0.8",
"@types/d3-selection": "^1.4.1",
"@types/d3-shape": "^1.3.1",
"@types/d3-transition": "^1.1.4",
"@webcomponents/custom-elements": "^1.2.1",
"core-js": "^2.5.4",
"d3-dispatch": "^1.0.5",
"d3-ease": "^1.0.5",
"d3-force": "^2.0.0",
"d3-selection": "^1.3.2",
"d3-shape": "^1.2.2",
"d3-timer": "^1.0.9",
"d3-transition": "^1.1.3",
"dagre": "^0.8.4",
"deepmerge": "^2.2.1",
"ngx-logger": "^3.3.8",
"path": "^0.12.7",
"process": "^0.11.10",
"quick-lru": "^1.1.0",
"rxjs": "^6.5.2",
"smoothscroll-polyfill": "^0.4.3",
"transformation-matrix": "^1.15.3",
"url-resolve": "^1.0.0",
"vfile": "^3.0.0",
"vfile-reporter": "^5.1.1",
"webcola": "^3.3.8",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.0",
"@angular-devkit/build-ng-packagr": "^0.800.0",
"@angular/cli": "^8.0.0",
"@angular/compiler-cli": "^8.0.0",
"@angular/language-service": "^8.0.0",
"@swimlane/prettier-config-swimlane": "^1.0.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/mdast": "^3.0.1",
"@types/node": "~8.10.20",
"@types/unist": "^2.0.2",
"@types/vfile": "^3.0.2",
"angular-cli-ghpages": "^0.5.3",
"codelyzer": "~5.0.1",
"cross-env": "^5.2.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^5.2.0",
"prettier": "^1.15.3",
"protractor": "^5.4.0",
"ts-node": "~5.0.1",
"tsickle": ">=0.29.0",
"tslib": "^1.9.0",
"tslint": "~5.11.0",
"tslint-config-prettier": "^1.17.0",
"tslint-config-swimlane": "^4.0.0",
"typescript": "~3.4.0"
}
}