@orca-fe/x-map
Version:
101 lines (100 loc) • 2.51 kB
JSON
{
"name": "@orca-fe/x-map",
"version": "1.15.0",
"description": "",
"module": "esm/index.js",
"main": "lib/index.js",
"alias": {
"process": {
"global": "{}"
}
},
"scripts": {
"start": "vite",
"yc": "vite yichange-test.html ",
"mt": "vite memory-leak-test.html ",
"map": "vite mmap.html --port 80",
"mapbox": "vite mapbox.html",
"three": "vite three.html",
"watch": "tsc -p ./tsconfig.json --watch",
"build": "npm run clear && tsc -p config/tsconfig.prod.json && tsc -p config/tsconfig.esm.prod.json",
"clear": "rimraf lib dist esm",
"prepublishOnly": "npm run build",
"test": "lint-staged",
"pub": "npm publish && git push",
"prepare": "husky install"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"lib",
"esm"
],
"lint-staged": {
"*.{js,jsx}": [
"prettier --write",
"eslint --fix --quiet"
],
"*.ts?(x)": [
"prettier --parser=typescript --write",
"eslint --fix --quiet"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicoKam/x-map.git"
},
"keywords": [
"map",
"gaode",
"amap",
"mapbox",
"baidumap",
"googlemap",
"cross-map"
],
"author": "NicoKam",
"license": "MIT",
"bugs": {
"url": "https://github.com/NicoKam/x-map/issues"
},
"homepage": "https://github.com/NicoKam/x-map#readme",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@orca-fe/eslint-config": "^2.2.0",
"@types/hammerjs": "^2.0.41",
"@types/turf": "^3.5.32",
"eslint": "^8.17.0",
"hammerjs": "^2.0.8",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"prettier": "^2.7.0",
"rimraf": "^3.0.2",
"tslib": "^2.4.0",
"typescript": "^4.7.3"
},
"dependencies": {
"@cgcs2000/viewport-cgcs2000-project": "6.1.2",
"@math.gl/web-mercator": "3.4.4",
"@turf/turf": "^6.5.0",
"@types/color": "^3.0.3",
"@types/d3-ease": "^3.0.0",
"@types/events": "^3.0.0",
"@types/supercluster": "^5.0.3",
"@types/three": "^0.141.0",
"color": "^4.2.3",
"d3-ease": "^3.0.1",
"events": "^3.3.0",
"gl-matrix": "^3.4.3",
"lodash-es": "^4.17.21",
"mjolnir.js": "^2.7.0",
"resize-observer-polyfill": "^1.5.1",
"supercluster": "^7.1.5",
"three": "^0.141.0",
"vite": "^2.9.13"
},
"packageManager": "yarn@3.2.0"
}