-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "showfitfile",
"version": "1.2.3",
"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"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@wordpress/scripts": "^25.3.0",
"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"
}
}