This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.51 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
45
46
47
48
49
50
51
{
"name": "mapbox-extensions-marker",
"version": "1.0.10",
"description": "",
"main": "./dist/index.js",
"scripts": {
"dev": "webpack serve --config ./webpack.config.dev.js",
"build": "tsc && copy lib\\index.css dist",
"build-example": "webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cocaine-coder/mapbox-extensions-marker.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/cocaine-coder/mapbox-extensions-marker/issues"
},
"homepage": "https://github.com/cocaine-coder/mapbox-extensions-marker#readme",
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@maphubs/tokml": "^0.6.1",
"@tarikjabiri/dxf": "^2.8.9",
"@turf/bbox": "^6.5.0",
"@types/mapbox-gl": "^2.7.4",
"mapbox-extensions": "^1.3.21",
"proj4": "^2.9.0",
"wheater": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@types/mapbox__mapbox-gl-draw": "^1.4.2",
"@types/proj4": "^2.5.2",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"mapbox-gl": "^2.9.2",
"style-loader": "^3.3.2",
"ts-loader": "^9.3.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-node-externals": "^3.0.0"
}
}