mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-06 01:14:30 -06:00
26 lines
520 B
JSON
26 lines
520 B
JSON
{
|
|
"name": "bus-reminder",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "18.14.0",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"life360-node-api": "^0.0.10",
|
|
"next": "13.1.6",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "4.9.5",
|
|
"zod": "^3.20.6"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.4"
|
|
}
|
|
}
|