-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
124 lines (124 loc) · 4.14 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "map2gpx",
"version": "2.0.0-alpha.11",
"description": "map2gpx is a web application that lets you trace paths on maps (for hiking for instance) and export them to GPX or KML formats.\\n",
"main": "dist/map2gpx.cjs.js",
"module": "dist/map2gpx.esm.js",
"browser": "dist/map2gpx.min.js",
"browser_uncompressed": "dist/map2gpx.js",
"scripts": {
"eslint": "eslint src/js/*.js",
"bundle": "rollup -c rollup.config.js",
"pack": "npm run bundle && gulp pack",
"test": "karma start karma.conf.js",
"doc": "typedoc --out docs/ --ignoreCompilerErrors --includeDeclarations --excludeExternals --disableSources --name \"Map2gpx\" --theme markdown --readme none --mode file src/js/index.d.ts",
"validate": "npm run pack && npm run eslint && npm run test",
"version": "npm run validate && npm run doc && git add docs",
"lrm-graphhopper-fixup": "npm explore lrm-graphhopper -- npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmuguet/map2gpx.git"
},
"author": {
"name": "Thomas Muguet",
"email": "[email protected]",
"url": "https://tmuguet.me/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tmuguet/map2gpx/issues"
},
"homepage": "https://github.com/tmuguet/map2gpx#readme",
"browserify-shim": {
"chart.js": "global:Chart",
"file-saver": "global:saveAs",
"geoportal-extensions-leaflet": "global:Gp",
"jquery": "global:$",
"leaflet": "global:L",
"popper.js": "global:Popper",
"shepherd.js": "global:Shepherd",
"togpx": "global:togpx",
"tokml": "global:tokml"
},
"devDependencies": {
"@babel/core": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.7",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"browserify-derequire": "^1.0.1",
"browserify-shim": "^3.8.14",
"chai": "^4.2.0",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-csso": "^3.0.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"happen": "^0.3.2",
"karma": "^6.3.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.0",
"karma-happen": "^0.1.0",
"karma-mocha": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"mocha": "^10.1.0",
"mocha-sinon": "^2.1.2",
"nyc": "^15.1.0",
"plugin-error": "^1.0.1",
"postcss": "^8.2.13",
"rollup": "^2.33.3",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^9.2.2",
"through2": "^3.0.2",
"typedoc": "^0.23.20",
"typedoc-plugin-markdown": "^3.0.11",
"typescript": "3.9.x || 4.0.x",
"uglify-js": "^3.12.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@tmcw/togeojson": "^4.2.0",
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "^0.5.7",
"file-saver": "^2.0.5",
"geoportal-extensions-leaflet": "^2.2.2",
"gulp-htmlcpr": "^0.1.2",
"jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1",
"leaflet": "^1.7.1",
"leaflet-control-geocoder": "^1.13.0",
"leaflet-control-topcenter": "github:FCOO/leaflet-control-topcenter",
"leaflet-easybutton": "github:tmuguet/Leaflet.EasyButton#feature/horizontal-direction",
"leaflet-filelayer": "^1.2.0",
"leaflet-minimap": "^3.6.1",
"leaflet-routing-machine": "^3.2.12",
"leaflet-trackdrawer": "^0.6.1",
"leaflet-trackstats": "^0.3.0",
"leaflet.awesome-markers": "^2.0.4",
"lrm-graphhopper": "^1.3.0",
"lrm-ign-geoservices": "^0.2.0",
"lrm-straightline": "^0.1.1",
"promise-queue": "^2.2.5",
"shepherd.js": "^2.10.0",
"tippy.js": "^3.4.1",
"togpx": "^0.5.4",
"tokml": "^0.4.0"
}
}