mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-06 03:14:34 -06:00
29 lines
601 B
JSON
29 lines
601 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",
|
|
"date-fns": "^2.29.3",
|
|
"discord.js": "^14.7.1",
|
|
"ioredis": "^5.3.1",
|
|
"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"
|
|
}
|
|
}
|