-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.37 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
{
"name": "gpx-viewer",
"version": "1.0.0",
"description": "Simple GPX Viewer",
"main": "main.js",
"build": {
"mac": {
"identity": null
}
},
"scripts": {
"build": "node_modules/gulp/bin/gulp.js",
"cs:fix": "node_modules/eslint/bin/eslint.js assets/scripts --fix --ext .ts",
"start": "node_modules/electron/cli.js .",
"pack": "node_modules/electron-builder/out/cli/cli.js --dir",
"dist": "node_modules/electron-builder/out/cli/cli.js"
},
"private": true,
"config": {
"bin-links": false
},
"browserslist": [
"last 2 versions",
"ie >= 8",
"Firefox ESR"
],
"repository": {
"type": "git",
"url": "git+https://github.com/UksusoFF/gpx-viewer.git"
},
"author": "UksusoFF",
"license": "MIT",
"bugs": {
"url": "https://github.com/UksusoFF/gpx-viewer/issues"
},
"homepage": "https://github.com/UksusoFF/gpx-viewer#readme",
"dependencies": {
"@babel/core": "^7.11.5",
"@mdi/font": "^5.5.55",
"@types/bootstrap": "^4.5.0",
"@types/jquery": "^3.5.1",
"@types/leaflet": "^1.5.17",
"@types/mustache": "^4.0.1",
"@types/xml2js": "^0.4.5",
"babelify": "^10.0.0",
"bootstrap": "^4.5.2",
"browserify": "^16.5.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"jquery": "^3.5.1",
"jquery-colorbox": "^1.6.4",
"leaflet": "^1.7.1",
"leaflet-control-geocoder": "^1.13.0",
"leaflet-plugins": "^3.3.1",
"leaflet-sidebar-v2": "^3.2.3",
"leaflet.awesome-markers": "^2.0.5",
"leaflet.smooth_marker_bouncing": "^2.0.0",
"mustache": "^4.0.1",
"popper.js": "^1.16.1",
"slugify": "^1.4.5",
"ts-bus": "^2.3.1",
"tsify": "^5.0.2",
"typescript": "^4.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"electron": "^10.1.2",
"electron-builder": "^22.8.0",
"eslint": "^7.8.1",
"eslint-config-google": "^0.14.0"
}
}