forked from swimlane/ngx-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) · 4.96 KB
/
package.json
File metadata and controls
154 lines (154 loc) · 4.96 KB
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
{
"name": "@swimlane/ngx-charts",
"version": "4.1.1",
"description": "Declarative Charting Framework for Angular2 and beyond!",
"main": "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: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 -o dist/ src/",
"build:css": "postcss --use autoprefixer dist/*.css -d dist/",
"copy:styles": "cpx 'src/**/*.scss' 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:release package:aot build:package package:replace package:minify copy:styles",
"package:ts": "tsc --outDir release",
"package:aot": "ngc -p tsconfig-aot.json",
"package:replace": "node ./config/replace.js",
"package:minify": "uglifyjs release/index.js --source-map release/index.min.js.map --source-map-url release/index.js.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-charts.git"
},
"keywords": [
"angular2",
"angularjs",
"charts",
"charting",
"angular",
"d3",
"viz",
"graph",
"svg",
"dataviz",
"viz",
"graph",
"d3.js",
"d3js",
"angular4"
],
"authors": [
"Austin McDaniel",
"Marjan Georgiev",
"Olivier Combe"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/swimlane/ngx-charts/issues"
},
"homepage": "https://github.com/swimlane/ngx-charts#readme",
"peerDependencies": {
"@angular/common": "~2.4.5",
"@angular/compiler": "~2.4.5",
"@angular/core": "~2.4.5",
"@angular/platform-browser": "~2.4.5",
"@angular/platform-browser-dynamic": "~2.4.5",
"core-js": "2.4.1",
"d3": "4.4.0",
"rxjs": "5.0.3",
"zone.js": "^0.7.6"
},
"devDependencies": {
"@angular/common": "~2.4.5",
"@angular/compiler": "~2.4.5",
"@angular/compiler-cli": "~2.4.5",
"@angular/core": "~2.4.5",
"@angular/forms": "~2.4.5",
"@angular/platform-browser": "~2.4.5",
"@angular/platform-browser-dynamic": "~2.4.5",
"@angular/platform-server": "~2.4.5",
"@types/core-js": "^0.9.35",
"@types/d3-array": "0.0.3",
"@types/d3-brush": "0.0.3",
"@types/d3-color": "0.0.3",
"@types/d3-format": "0.0.3",
"@types/d3-interpolate": "0.0.4",
"@types/d3-scale": "0.0.3",
"@types/d3-selection": "0.0.3",
"@types/d3-shape": "0.0.4",
"@types/d3-time-format": "2.0.4",
"@types/jasmine": "^2.5.41",
"angular2-template-loader": "^0.6.0",
"autoprefixer": "^6.7.0",
"awesome-typescript-loader": "~3.0.0-beta.10",
"clean-webpack-plugin": "^0.1.15",
"codelyzer": "0.0.28",
"copy-webpack-plugin": "^4.0.0",
"core-js": "2.4.1",
"cpx": "^1.5.0",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"d3": "4.2.2",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "^0.9.0",
"fs-extra": "^2.0.0",
"gh-pages": "^0.12.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.26.0",
"istanbul-instrumenter-loader": "^1.2.0",
"jasmine-core": "^2.5.2",
"karma": "^1.4.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.2",
"karma-remap-coverage": "^0.1.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.1",
"node-sass": "^4.3.0",
"npm-run-all": "^4.0.1",
"postcss": "^5.2.11",
"postcss-loader": "^1.2.2",
"raw-loader": "^0.5.1",
"replace": "^0.3.0",
"rimraf": "^2.5.2",
"rxjs": "^5.0.3",
"sass-loader": "^4.1.1",
"source-map-loader": "^0.1.6",
"style-loader": "^0.13.1",
"to-string-loader": "^1.1.5",
"ts-helpers": "1.1.1",
"tslint": "^4.0.2",
"tslint-config-swimlane": "^2.0.1",
"tslint-loader": "^3.3.0",
"typescript": "~2.0.10",
"uglify-js": "^2.7.5",
"url-loader": "^0.5.7",
"webpack": "^2.2.0",
"webpack-combine-loaders": "^2.0.3",
"webpack-dev-server": "^2.2.0",
"webpack-merge": "^2.4.0",
"webpack-notifier": "^1.5.0",
"zone.js": "^0.7.6"
}
}