Files
bus-reminder/package.json
2023-09-05 17:52:21 -05:00

48 lines
1.1 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": {
"@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",
"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",
"tailwindcss": "^3.2.7",
"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"
}
}