mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-05 23:14:29 -06:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "bus-reminder",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.0.18",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@types/node": "18.14.0",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"autoprefixer": "^10.4.13",
|
|
"clsx": "^2.0.0",
|
|
"color": "^4.2.3",
|
|
"color-string": "^1.9.1",
|
|
"date-fns": "^2.29.3",
|
|
"date-fns-tz": "^2.0.0",
|
|
"discord.js": "^14.7.1",
|
|
"ioredis": "^5.3.1",
|
|
"life360-node-api": "^0.0.10",
|
|
"next": "13.1.6",
|
|
"nprogress": "^0.2.0",
|
|
"postcss": "^8.4.21",
|
|
"prismjs": "^1.29.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.43.2",
|
|
"react-simple-code-editor": "^0.13.1",
|
|
"sass": "^1.58.3",
|
|
"superjson": "^2.2.1",
|
|
"tailwindcss": "^3.3.5",
|
|
"true-myth": "^5",
|
|
"typescript": "^5.1.3",
|
|
"winston": "^3.10.0",
|
|
"winston-loki": "^6.0.7",
|
|
"zod": "^3.20.6"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": "please-use-yarn"
|
|
}
|
|
}
|