mirror of https://gitee.com/antv-l7/antv-l7
chore: update package.json
This commit is contained in:
parent
0605543717
commit
d45e42c4b4
|
@ -1,8 +1,8 @@
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import alias from '@rollup/plugin-alias';
|
import alias from '@rollup/plugin-alias';
|
||||||
import json from '@rollup/plugin-json';
|
import json from '@rollup/plugin-json';
|
||||||
import resolve from 'rollup-plugin-node-resolve';
|
import resolve from 'sharp';
|
||||||
import commonjs from 'rollup-plugin-commonjs';
|
import commonjs from '@rollup/plugin-commons';
|
||||||
import { terser } from 'rollup-plugin-terser';
|
import { terser } from 'rollup-plugin-terser';
|
||||||
import analyze from 'rollup-plugin-analyzer';
|
import analyze from 'rollup-plugin-analyzer';
|
||||||
import babel from 'rollup-plugin-babel';
|
import babel from 'rollup-plugin-babel';
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
"filename": "scatter.js",
|
"filename": "scatter.js",
|
||||||
"title": "定点图",
|
"title": "气泡图动画",
|
||||||
"screenshot":"https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*LnlmQ7sFWigAAAAAAAAAAABkARQnAQ"
|
"screenshot":"https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*L-wETZt7WHwAAAAAAAAAAABkARQnAQ"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "locate.js",
|
"filename": "locate.js",
|
||||||
"title": "顶点符号",
|
"title": "精确符号",
|
||||||
"screenshot": "https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*DgoWS7-XKdUAAAAAAAAAAABkARQnAQ"
|
"screenshot": "https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*DgoWS7-XKdUAAAAAAAAAAABkARQnAQ"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
12
package.json
12
package.json
|
@ -23,12 +23,6 @@
|
||||||
"@commitlint/config-conventional": "^8.1.0",
|
"@commitlint/config-conventional": "^8.1.0",
|
||||||
"@rollup/plugin-alias": "^2.2.0",
|
"@rollup/plugin-alias": "^2.2.0",
|
||||||
"@rollup/plugin-json": "^4.0.0",
|
"@rollup/plugin-json": "^4.0.0",
|
||||||
"@storybook/addon-actions": "^5.1.9",
|
|
||||||
"@storybook/addon-console": "^1.2.1",
|
|
||||||
"@storybook/addon-info": "^5.1.9",
|
|
||||||
"@storybook/addon-knobs": "^5.1.9",
|
|
||||||
"@storybook/addon-notes": "^5.1.9",
|
|
||||||
"@storybook/addon-storysource": "^5.1.11",
|
|
||||||
"@storybook/react": "^5.1.9",
|
"@storybook/react": "^5.1.9",
|
||||||
"@types/dat.gui": "^0.7.1",
|
"@types/dat.gui": "^0.7.1",
|
||||||
"@types/enzyme": "^3.1.14",
|
"@types/enzyme": "^3.1.14",
|
||||||
|
@ -94,8 +88,6 @@
|
||||||
"rollup": "^1.27.14",
|
"rollup": "^1.27.14",
|
||||||
"rollup-plugin-analyzer": "^3.2.2",
|
"rollup-plugin-analyzer": "^3.2.2",
|
||||||
"rollup-plugin-babel": "^4.3.3",
|
"rollup-plugin-babel": "^4.3.3",
|
||||||
"rollup-plugin-commonjs": "^10.1.0",
|
|
||||||
"rollup-plugin-node-resolve": "^5.2.0",
|
|
||||||
"rollup-plugin-postcss": "^2.0.3",
|
"rollup-plugin-postcss": "^2.0.3",
|
||||||
"rollup-plugin-terser": "^5.1.2",
|
"rollup-plugin-terser": "^5.1.2",
|
||||||
"rollup-pluginutils": "^2.8.2",
|
"rollup-pluginutils": "^2.8.2",
|
||||||
|
@ -173,6 +165,10 @@
|
||||||
"path": "cz-conventional-changelog"
|
"path": "cz-conventional-changelog"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"../core-js": "3",
|
||||||
|
"**/**/fsevents": "^2.1.2"
|
||||||
|
},
|
||||||
"tnpm": {
|
"tnpm": {
|
||||||
"mode": "yarn"
|
"mode": "yarn"
|
||||||
},
|
},
|
||||||
|
|
|
@ -26,15 +26,10 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antv/l7-core": "^2.0.0-beta.25",
|
"@antv/l7-core": "^2.0.0-beta.25",
|
||||||
"@antv/l7-utils": "^2.0.0-beta.25",
|
"@antv/l7-utils": "^2.0.0-beta.25",
|
||||||
"@babel/runtime": "^7.7.7",
|
|
||||||
"@turf/distance": "^6.0.1",
|
|
||||||
"core-js": "3",
|
"core-js": "3",
|
||||||
"eventemitter3": "^4.0.0",
|
"eventemitter3": "^4.0.0",
|
||||||
"inversify": "^5.0.1",
|
"inversify": "^5.0.1",
|
||||||
"inversify-inject-decorators": "^3.1.0",
|
"load-styles": "^2.0.0"
|
||||||
"inversify-logging": "^0.2.1",
|
|
||||||
"load-styles": "^2.0.0",
|
|
||||||
"regenerator-runtime": "^0.13.3"
|
|
||||||
},
|
},
|
||||||
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
|
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antv/l7-utils": "^2.0.0-beta.25",
|
"@antv/l7-utils": "^2.0.0-beta.25",
|
||||||
"@babel/runtime": "^7.7.7",
|
|
||||||
"@mapbox/tiny-sdf": "^1.1.1",
|
"@mapbox/tiny-sdf": "^1.1.1",
|
||||||
"ajv": "^6.10.2",
|
"ajv": "^6.10.2",
|
||||||
"core-js": "3",
|
"core-js": "3",
|
||||||
|
|
|
@ -28,9 +28,7 @@
|
||||||
"@antv/l7-core": "^2.0.0-beta.25",
|
"@antv/l7-core": "^2.0.0-beta.25",
|
||||||
"@antv/l7-layers": "^2.0.0-beta.25",
|
"@antv/l7-layers": "^2.0.0-beta.25",
|
||||||
"@antv/l7-maps": "^2.0.0-beta.25",
|
"@antv/l7-maps": "^2.0.0-beta.25",
|
||||||
"@antv/l7-scene": "^2.0.0-beta.25",
|
"@antv/l7-scene": "^2.0.0-beta.25"
|
||||||
"core-js": "3",
|
|
||||||
"regenerator-runtime": "^0.13.3"
|
|
||||||
},
|
},
|
||||||
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
|
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
"@antv/l7-core": "^2.0.0-beta.25",
|
"@antv/l7-core": "^2.0.0-beta.25",
|
||||||
"@antv/l7-source": "^2.0.0-beta.25",
|
"@antv/l7-source": "^2.0.0-beta.25",
|
||||||
"@antv/l7-utils": "^2.0.0-beta.25",
|
"@antv/l7-utils": "^2.0.0-beta.25",
|
||||||
"@babel/runtime": "^7.7.7",
|
|
||||||
"@mapbox/martini": "^0.1.0",
|
"@mapbox/martini": "^0.1.0",
|
||||||
"@turf/meta": "^6.0.2",
|
"@turf/meta": "^6.0.2",
|
||||||
"@types/d3-color": "^1.2.2",
|
"@types/d3-color": "^1.2.2",
|
||||||
|
@ -40,7 +39,6 @@
|
||||||
"inversify": "^5.0.1",
|
"inversify": "^5.0.1",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"merge-json-schemas": "1.0.0",
|
"merge-json-schemas": "1.0.0",
|
||||||
"polyline-miter-util": "^1.0.1",
|
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13",
|
||||||
"regenerator-runtime": "^0.13.3",
|
"regenerator-runtime": "^0.13.3",
|
||||||
"tapable": "^2.0.0-beta.8"
|
"tapable": "^2.0.0-beta.8"
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antv/l7-core": "^2.0.0-beta.25",
|
"@antv/l7-core": "^2.0.0-beta.25",
|
||||||
"@antv/l7-utils": "^2.0.0-beta.25",
|
"@antv/l7-utils": "^2.0.0-beta.25",
|
||||||
"@babel/runtime": "^7.7.7",
|
|
||||||
"core-js": "3",
|
"core-js": "3",
|
||||||
"gl-matrix": "^3.1.0",
|
"gl-matrix": "^3.1.0",
|
||||||
"inversify": "^5.0.1",
|
"inversify": "^5.0.1",
|
||||||
|
|
|
@ -26,10 +26,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antv/l7-core": "^2.0.0-beta.25",
|
"@antv/l7-core": "^2.0.0-beta.25",
|
||||||
"@babel/runtime": "^7.7.7",
|
|
||||||
"core-js": "3",
|
"core-js": "3",
|
||||||
"inversify": "^5.0.1",
|
"inversify": "^5.0.1",
|
||||||
"inversify-logging": "^0.2.1",
|
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13",
|
||||||
"regenerator-runtime": "^0.13.3",
|
"regenerator-runtime": "^0.13.3",
|
||||||
|
|
|
@ -27,13 +27,10 @@
|
||||||
"@antv/l7-maps": "^2.0.0-beta.25",
|
"@antv/l7-maps": "^2.0.0-beta.25",
|
||||||
"@antv/l7-renderer": "^2.0.0-beta.25",
|
"@antv/l7-renderer": "^2.0.0-beta.25",
|
||||||
"@antv/l7-utils": "^2.0.0-beta.25",
|
"@antv/l7-utils": "^2.0.0-beta.25",
|
||||||
"@babel/runtime": "^7.7.7",
|
|
||||||
"core-js": "3",
|
"core-js": "3",
|
||||||
"inversify": "^5.0.1",
|
"inversify": "^5.0.1",
|
||||||
"inversify-inject-decorators": "^3.1.0",
|
|
||||||
"mapbox-gl": "^1.2.1",
|
"mapbox-gl": "^1.2.1",
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13"
|
||||||
"regenerator-runtime": "^0.13.3"
|
|
||||||
},
|
},
|
||||||
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
|
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antv/l7-core": "^2.0.0-beta.25",
|
"@antv/l7-core": "^2.0.0-beta.25",
|
||||||
"@antv/l7-utils": "^2.0.0-beta.25",
|
"@antv/l7-utils": "^2.0.0-beta.25",
|
||||||
"@babel/runtime": "^7.7.7",
|
|
||||||
"@mapbox/geojson-rewind": "^0.4.0",
|
"@mapbox/geojson-rewind": "^0.4.0",
|
||||||
"@turf/helpers": "^6.1.4",
|
"@turf/helpers": "^6.1.4",
|
||||||
"@turf/invariant": "^6.1.2",
|
"@turf/invariant": "^6.1.2",
|
||||||
|
@ -35,22 +34,15 @@
|
||||||
"d3-dsv": "^1.1.1",
|
"d3-dsv": "^1.1.1",
|
||||||
"d3-hexbin": "^0.2.2",
|
"d3-hexbin": "^0.2.2",
|
||||||
"eventemitter3": "^4.0.0",
|
"eventemitter3": "^4.0.0",
|
||||||
"gl-matrix": "^3.1.0",
|
|
||||||
"inversify": "^5.0.1",
|
"inversify": "^5.0.1",
|
||||||
"inversify-inject-decorators": "^3.1.0",
|
|
||||||
"inversify-logging": "^0.2.1",
|
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"reflect-metadata": "^0.1.13",
|
|
||||||
"regenerator-runtime": "^0.13.3",
|
|
||||||
"supercluster": "^6.0.2",
|
"supercluster": "^6.0.2",
|
||||||
"tapable": "^2.0.0-beta.8"
|
"tapable": "^2.0.0-beta.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/d3-dsv": "^1.0.36",
|
"@types/d3-dsv": "^1.0.36",
|
||||||
"@types/d3-hexbin": "^0.2.3",
|
"@types/d3-hexbin": "^0.2.3",
|
||||||
"@types/gl-matrix": "^2.4.5",
|
"@types/lodash": "^4.14.138"
|
||||||
"@types/lodash": "^4.14.138",
|
|
||||||
"@types/viewport-mercator-project": "^6.1.0"
|
|
||||||
},
|
},
|
||||||
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
|
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
|
@ -22,22 +22,8 @@
|
||||||
"author": "lzxue",
|
"author": "lzxue",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.7.7",
|
|
||||||
"@turf/helpers": "^6.1.4",
|
"@turf/helpers": "^6.1.4",
|
||||||
"core-js": "3",
|
"core-js": "3"
|
||||||
"eventemitter3": "^4.0.0",
|
|
||||||
"gl-matrix": "^3.1.0",
|
|
||||||
"inversify": "^5.0.1",
|
|
||||||
"inversify-inject-decorators": "^3.1.0",
|
|
||||||
"inversify-logging": "^0.2.1",
|
|
||||||
"lodash": "^4.17.15",
|
|
||||||
"reflect-metadata": "^0.1.13",
|
|
||||||
"regenerator-runtime": "^0.13.3",
|
|
||||||
"tapable": "^2.0.0-beta.8"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@types/gl-matrix": "^2.4.5",
|
|
||||||
"@types/lodash": "^4.14.138"
|
|
||||||
},
|
},
|
||||||
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
|
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
Loading…
Reference in New Issue