1 | {
|
2 | "name": "@antv/f2",
|
3 | "version": "5.6.0",
|
4 | "description": "Charts for mobile visualization.",
|
5 | "keywords": [
|
6 | "antv",
|
7 | "f2",
|
8 | "chart",
|
9 | "charts",
|
10 | "mobile",
|
11 | "visualization",
|
12 | "data visualization",
|
13 | "canvas",
|
14 | "2d draw",
|
15 | "mobile visualization",
|
16 | "interactive"
|
17 | ],
|
18 | "homepage": "https://f2.antv.vision/",
|
19 | "bugs": {
|
20 | "url": "https://github.com/antvis/f2/issues"
|
21 | },
|
22 | "repository": {
|
23 | "type": "git",
|
24 | "url": "https://github.com/antvis/f2"
|
25 | },
|
26 | "license": "MIT",
|
27 | "author": "https://github.com/orgs/antvis/people",
|
28 | "sideEffects": false,
|
29 | "main": "lib/index.js",
|
30 | "unpkg": "dist/index.min.js",
|
31 | "module": "es/index.js",
|
32 | "types": "es/index.d.ts",
|
33 | "dependencies": {
|
34 | "@antv/event-emitter": "^0.1.2",
|
35 | "@antv/f-engine": "^1.3.1",
|
36 | "@antv/f-lottie": "^1.0.1",
|
37 | "@antv/util": "^3.0.6",
|
38 | "@babel/runtime": "^7.12.5",
|
39 | "d3-cloud": "~1.2.5",
|
40 | "fecha": "~4.2.0",
|
41 | "gl-matrix": "^3.1.0",
|
42 | "tslib": "^2.3.1",
|
43 | "type-fest": "^3.5.0"
|
44 | },
|
45 | "devDependencies": {
|
46 | "@antv/g-mobile-svg": "~0.10.0"
|
47 | },
|
48 | "miniprogram": "dist",
|
49 | "gitHead": "cd44a2339ccb35d7be453bfffed97d6239842da9"
|
50 | }
|