{
	"name": "showfitfile",
	"version": "1.2.7",
	"description": "Block to display .fit, .gpx & .tcx files.",
	"author": "Stuart Tevendale",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:js:src": "wp-scripts lint-js ./src",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start"
	},
	"files": [
		"build/",
		"libraries/",
		"styles/",
		"graphs.php",
		"showfitfile.php",
		"LICENSE",
		"readme.txt"
	],
	"devDependencies": {
		"@types/jest": "^29.4.0",
		"@wordpress/scripts": "^25.5.1",
		"jest": "^29.4.1"
	},
	"dependencies": {
		"@garmin/fitsdk": "^21.115.1",
		"@ramonak/react-progress-bar": "^5.0.3",
		"@wordpress/media-utils": "^4.17.0",
		"@wordpress/server-side-render": "^4.3.0",
		"axios": "^1.2.2",
		"chart.js": "^4.1.1",
		"fit-file-parser": "^1.9.3",
		"geolib": "^3.3.3",
		"gpx-builder": "^5.2.0",
		"gpxparser": "^3.0.8",
		"haversine-distance": "^1.2.1",
		"jest-cli": "^29.4.1",
		"leaflet": "^1.9.3",
		"leaflet-gesture-handling": "^1.2.2",
		"node-fetch": "^3.3.0",
		"react": "^18.2.0",
		"react-chartjs-2": "^5.1.0",
		"react-color": "^2.19.3",
		"react-dom": "^18.2.0",
		"react-leaflet": "^4.2.0",
		"react-spinner-overlay": "^0.1.33",
		"request": "^2.88.2",
		"stream": "^0.0.2",
		"tcx-file-class": "github:tevendale/tcx-file-class#with-fs-removed",
		"timers": "^0.1.1"
	}
}
