forked from JerckyLY/mapboxgl-measure-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 KB
/
package.json
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
{
"name": "mapboxgl-measure-tool",
"version": "1.0.6",
"description": "基于mapboxgl测量控件",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config webpack.config.js --mode=development -w",
"build": "webpack --config webpack.config.js --mode=production",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/JerckyLY/mapboxgl-measure-tools.git"
},
"keywords": [
"mapboxgl",
"measure",
"control"
],
"author": "JerckyLY",
"license": "ISC",
"bugs": {
"url": "https://github.com/JerckyLY/mapboxgl-measure-tools/issues"
},
"homepage": "https://github.com/JerckyLY/mapboxgl-measure-tools#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.1.2",
"mapbox-gl": "^1.6.1",
"turf": "^3.0.14"
}
}