-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
89 lines (89 loc) · 2.56 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
{
"name": "@colap-dev/ngx-britecharts",
"version": "2.16.0",
"description": "@colap-dev/ngx-britecharts is an Angular2+ library for creating and displaying Britecharts charts (https://github.com/eventbrite/britecharts/) in your web application using D3.js v4. Demo available for Angular's versions 2, 4 and 5.",
"scripts": {
"lint": "tslint --force \"src/**/*.ts\"",
"pretest": "npm run lint",
"build": "rimraf dist && ngc -p src/tsconfig.aot.json && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colapdev/ngx-britecharts.git"
},
"keywords": [
"angular2",
"angular4",
"angular5",
"angular6",
"angular7",
"angular",
"angularx",
"britecharts",
"d3"
],
"author": "colapdev",
"license": "MIT",
"bugs": {
"url": "https://github.com/colapdev/ngx-britecharts/issues"
},
"homepage": "https://github.com/colapdev/ngx-britecharts#readme",
"dependencies": {
"britecharts": "2.16.1",
"core-js": "3.2.1",
"d3-selection": "1.4.0",
"reflect-metadata": "0.1.13",
"rxjs": "5.4.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular/common": "2.4.10",
"@angular/compiler": "2.4.10",
"@angular/compiler-cli": "2.4.10",
"@angular/core": "2.4.10",
"@angular/forms": "2.4.10",
"@angular/http": "2.4.10",
"@angular/platform-browser": "2.4.10",
"@angular/platform-browser-dynamic": "2.4.10",
"@angular/router": "3.4.10",
"@angular-cli/ast-tools": "1.0.16",
"@angularclass/hmr": "1.2.2",
"@angularclass/hmr-loader": "3.0.2",
"@ngtools/webpack": "1.4.0",
"@types/node": "7.0.29",
"angular2-template-loader": "0.6.0",
"autoprefixer": "7.1.1",
"awesome-typescript-loader": "3.1.3",
"codelyzer": "3.0.1",
"copy-webpack-plugin": "4.0.0",
"css-loader": "0.28.4",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "0.11.2",
"gulp": "3.9.1",
"gulp-sass": "3.1.0",
"html-loader": "0.4.0",
"html-webpack-plugin": "2.8.1",
"json-loader": "0.5.3",
"node-sass": "4.14.1",
"null-loader": "0.1.1",
"phantomjs-prebuilt": "^2.1.16",
"postcss-loader": "2.0.5",
"protractor": "5.1.2",
"raw-loader": "0.5.1",
"remap-istanbul": "0.9.5",
"rimraf": "2.5.1",
"sass-loader": "6.0.5",
"shelljs": "0.7.0",
"style-loader": "0.18.2",
"ts-helpers": "1.1.1",
"tslint": "5.4.3",
"tslint-loader": "3.5.3",
"typescript": "2.1.4",
"url-loader": "0.5.6",
"webpack": "2.6.1",
"webpack-dev-server": "2.11.5"
},
"files": [
"dist"
]
}