|
43 | 43 | "interaction",
|
44 | 44 | "animation"
|
45 | 45 | ],
|
| 46 | + "dependencies": { |
| 47 | + "@antv/coord": "^0.4.1", |
| 48 | + "@antv/event-emitter": "^0.1.3", |
| 49 | + "@antv/g": "^5.7.4", |
| 50 | + "@antv/g-canvas": "^1.7.4", |
| 51 | + "@antv/g-plugin-dragndrop": "^1.6.1", |
| 52 | + "@antv/gui": "^0.5.0-alpha.8", |
| 53 | + "@antv/path-util": "^3.0.1", |
| 54 | + "@antv/scale": "^0.4.7", |
| 55 | + "@antv/util": "^3.3.2", |
| 56 | + "d3-array": "^3.2.2", |
| 57 | + "d3-dsv": "^3.0.1", |
| 58 | + "d3-force": "^3.0.0", |
| 59 | + "d3-format": "^3.1.0", |
| 60 | + "d3-geo": "^3.0.1", |
| 61 | + "d3-hierarchy": "^3.1.2", |
| 62 | + "d3-scale-chromatic": "^3.0.0", |
| 63 | + "d3-shape": "^3.1.0", |
| 64 | + "d3-voronoi": "^1.1.4" |
| 65 | + }, |
46 | 66 | "devDependencies": {
|
47 | 67 | "@antv/g-plugin-rough-canvas-renderer": "^1.7.9",
|
48 | 68 | "@antv/g-plugin-rough-svg-renderer": "^1.7.9",
|
49 | 69 | "@antv/g-svg": "^1.8.6",
|
50 | 70 | "@commitlint/cli": "^11.0.0",
|
| 71 | + "@commitlint/config-conventional": "^17.4.4", |
51 | 72 | "@rollup/plugin-commonjs": "^21.0.2",
|
52 | 73 | "@types/d3-array": "^3.0.2",
|
53 | 74 | "@types/d3-shape": "^3.0.2",
|
|
121 | 142 | },
|
122 | 143 | "bugs": {
|
123 | 144 | "url": "https://github.com/antvis/g2/issues"
|
124 |
| - }, |
125 |
| - "dependencies": { |
126 |
| - "@antv/coord": "^0.4.1", |
127 |
| - "@antv/event-emitter": "^0.1.3", |
128 |
| - "@antv/g": "^5.7.4", |
129 |
| - "@antv/g-canvas": "^1.7.4", |
130 |
| - "@antv/g-plugin-dragndrop": "^1.6.1", |
131 |
| - "@antv/gui": "^0.5.0-alpha.8", |
132 |
| - "@antv/path-util": "^3.0.1", |
133 |
| - "@antv/scale": "^0.4.7", |
134 |
| - "@antv/util": "^3.3.2", |
135 |
| - "d3-array": "^3.2.2", |
136 |
| - "d3-dsv": "^3.0.1", |
137 |
| - "d3-force": "^3.0.0", |
138 |
| - "d3-format": "^3.1.0", |
139 |
| - "d3-geo": "^3.0.1", |
140 |
| - "d3-hierarchy": "^3.1.2", |
141 |
| - "d3-scale-chromatic": "^3.0.0", |
142 |
| - "d3-shape": "^3.1.0", |
143 |
| - "d3-voronoi": "^1.1.4" |
144 | 145 | }
|
145 | 146 | }
|
0 commit comments