forked from swimlane/ngx-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
169 lines (169 loc) · 5.32 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "@swimlane/ngx-graph",
"version": "5.1.0",
"description": "Graph visualization for angular!",
"main": "release/index.js",
"module": "release/index.js",
"typings": "release/index.d.ts",
"scripts": {
"check": "npm-check --skip-unused",
"test": "npm run lint && karma start",
"test:watch": "npm run test -- --auto-watch --no-single-run",
"watch:test": "npm run test -- --auto-watch --no-single-run",
"lint": "tslint \"./src/{,**/}*.ts\" \"./demo/{,**/}*.ts\"",
"version": "npm run release",
"preversion": "npm test",
"postversion": "git push && git push --tags",
"clean": "npm-run-all -p clean:*",
"clean:build": "rimraf build",
"clean:dist": "rimraf dist",
"clean:release": "rimraf release",
"build": "webpack --display-error-details",
"build:release": "cross-env NODE_ENV=production npm run build",
"build:package": "cross-env NODE_ENV=package npm run build",
"build:ts": "tsc",
"build:aot": "ngc",
"build:sass": "node-sass -r build/ -o build/",
"build:css": "postcss --use autoprefixer dist/*.css -d dist/",
"copy:build": "cpx \"src/**/*\" build",
"copy:styles": "cpx \"build/**/*.css\" release",
"watch": "webpack --display-error-details --watch",
"start": "webpack-dev-server",
"start:hmr": "webpack-dev-server --env.HMR",
"release": "npm-run-all build:release",
"package": "npm-run-all -s clean copy:build build:sass package:replace-scss package:aot build:package package:minify copy:styles clean:build",
"package:ts": "tsc --outDir release",
"package:aot": "ngc -p tsconfig-aot.json",
"package:replace-scss": "node ./config/replace-scss.js",
"package:minify": "uglifyjs release/index.js --source-map --compress --mangle --screw-ie8 --output release/index.min.js",
"deploy": "node ./config/deploy.js",
"profile": "NODE_ENV=production webpack --profile --json > dist/stats.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swimlane/ngx-graph.git"
},
"keywords": [
"angular2",
"angularjs",
"charts",
"charting",
"angular",
"d3",
"viz",
"graph",
"svg",
"dataviz",
"viz",
"graph",
"d3.js",
"d3js",
"angular4",
"dag",
"directed acyclic graph",
"visualization",
"tree"
],
"authors": [
"Marjan Georgiev",
"Austin McDaniel",
"Jayson Harshbarger"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/swimlane/ngx-graph/issues"
},
"homepage": "https://github.com/swimlane/ngx-graph#readme",
"peerDependencies": {
"@angular/animations": ">= 6.0.0",
"@angular/cdk": ">= 6.0.0",
"@angular/common": ">= 6.0.0",
"@angular/core": ">= 6.0.0",
"rxjs": ">= 6.0.0"
},
"devDependencies": {
"@angular/animations": "^6.0.0",
"@angular/cdk": "^6.0.1",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/platform-server": "^6.0.0",
"@swimlane/prettier-config-swimlane": "^0.1.1",
"@types/core-js": "^0.9.42",
"@types/d3-selection": "^1.2.0",
"@types/d3-shape": "^1.2.0",
"@types/jasmine": "^2.8.2",
"@types/node": "^8.0.53",
"angular2-template-loader": "^0.6.0",
"autoprefixer": "^6.7.0",
"awesome-typescript-loader": "^3.4.0",
"clean-webpack-plugin": "^0.1.15",
"codelyzer": "^4.0.1",
"copy-webpack-plugin": "^4.2.1",
"core-js": "^2.5.0",
"cpx": "^1.5.0",
"cross-env": "^5.1.1",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "^0.10.1",
"fs-extra": "^3.0.1",
"gh-pages": "^1.2.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.30.1",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine-core": "^2.7.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.5",
"karma-remap-coverage": "^0.1.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.6",
"node-sass": "^4.9.2",
"npm-run-all": "^4.1.2",
"postcss": "^5.2.18",
"postcss-loader": "^1.2.2",
"prettier": "^1.12.1",
"raw-loader": "^0.5.1",
"replace": "^1.0.0",
"rimraf": "^2.5.2",
"rxjs": "^6.1.0",
"sass-loader": "^6.0.3",
"source-map-loader": "^0.2.3",
"style-loader": "^0.14.1",
"to-string-loader": "^1.1.5",
"ts-helpers": "1.1.2",
"tslib": "^1.8.0",
"tslint": "^5.8.0",
"tslint-config-prettier": "^1.12.0",
"tslint-config-swimlane": "^3.0.4",
"tslint-loader": "^3.5.3",
"typescript": "~2.7.2",
"uglify-js": "^3.1.10",
"url-loader": "^1.0.1",
"webpack": "^3.8.1",
"webpack-combine-loaders": "^2.0.3",
"webpack-dev-server": "^2.9.4",
"webpack-merge": "^4.1.1",
"webpack-notifier": "^1.5.0",
"zone.js": "^0.8.25"
},
"dependencies": {
"@swimlane/ngx-charts": "^8.0.0",
"@types/d3-transition": "^1.1.1",
"d3-dispatch": "^1.0.3",
"d3-force": "^1.1.0",
"d3-selection": "^1.2.0",
"d3-shape": "^1.2.0",
"d3-timer": "^1.0.7",
"d3-transition": "^1.1.1",
"dagre": "^0.8.2",
"transformation-matrix": "^1.7.0",
"webcola": "^3.3.8"
}
}