-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 921 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 921 Bytes
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
{
"name": "@ridetracker/routeservice",
"version": "0.9.0",
"private": true,
"scripts": {
"start": "npx wrangler dev"
},
"author": "Nora Söderlund",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@ridetracker/ridetrackertypes": "^0.9.7",
"@types/geolib": "^2.0.23",
"@types/itty-router-extras": "^0.4.0",
"@types/react": "^18.2.6",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"wrangler": "^3.0.1"
},
"dependencies": {
"@googlemaps/polyline-codec": "^1.0.28",
"@ridetracker/authservice": "^0.9.2",
"@ridetracker/discordwebhooksclient": "^0.9.0",
"geolib": "^3.3.4",
"itty-router": "^3.0.12",
"itty-router-extras": "^0.4.2",
"react": "^18.2.0",
"react-cloudflare-pages-wrapper": "^0.9.4",
"routerenderer": "^0.9.4"
}
}