-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.9 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.9 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
{
"name": "@unovis/angular",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.6.4",
"packageManager": "pnpm@10.23.0",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
"directory": "packages/angular"
},
"homepage": "https://unovis.dev",
"bugs": {
"url": "https://github.com/f5/unovis/issues"
},
"keywords": [
"angular",
"data visualization",
"maps",
"charts",
"graphs"
],
"author": "Nikita Rokotyan, F5 Inc. <nikita@f5.com> (https://rokotyan.com)",
"maintainers": [
"Nikita Rokotyan <nikita@f5.com> (https://rokotyan.com)",
"Qian Liu <qi.liu@f5.com>",
"Surya Hanumandla <s.hanumandla@f5.com>"
],
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"generate": "rollup -c; node .autogen.cjs; rm .autogen.cjs",
"gallery": "node gallery"
},
"main": "dist/lib/bundles/unovis-angular.umd.js",
"module": "dist/lib/esm2015/public-api.js",
"typings": "dist/lib/public-api.d.ts",
"type": "module",
"sideEffects": false,
"files": [
"dist"
],
"dependencies": {
"tslib": "^2.3.1"
},
"peerDependencies": {
"@unovis/ts": "1.6.4",
"@angular/common": "12 - 19",
"@angular/compiler": "12 - 19",
"@angular/core": "12 - 19",
"rxjs": "^6.6.0 || ^7.5.0",
"d3-array": "3.2.4",
"d3-geo": "~3.1.1"
},
"devDependencies": {
"@unovis/ts": "workspace:*",
"@angular-devkit/build-angular": "^12.0.3",
"@angular/cli": "12.2.18",
"@angular/common": "^12.0.3",
"@angular/compiler": "^12.0.3",
"@angular/compiler-cli": "^12.0.3",
"@angular/core": "^12.0.3",
"@angular/platform-browser": "^12.0.3",
"@angular/platform-browser-dynamic": "^12.0.3",
"@types/d3-brush": "~3.0.6",
"@types/d3-drag": "~3.0.7",
"@types/d3-geo": "~3.1.0",
"@types/d3-selection": "~3.0.0",
"@types/d3-dispatch": "3.0.6",
"@types/d3-zoom": "~3.0.8",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@types/topojson": "^3.2.3",
"@types/topojson-specification": "^1.0.2",
"d3-selection": "3.0.0",
"elkjs": "^0.10.0",
"jasmine-core": "~3.7.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^12.0.0",
"rollup": "^2.61.1",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "~4.2.4",
"webpack": "5.76.0",
"zone.js": "^0.14.0",
"rxjs": "^6.6.7",
"@types/d3-array": "~3.2.2",
"@emotion/css": "^11.7.1",
"topojson-client": "^3.1.0",
"@emotion/cache": "^11.7.1",
"@emotion/serialize": "^1.0.4",
"@emotion/sheet": "^1.2.1",
"@unovis/shared": "workspace:*"
}
}