Files
nextfire-app/package.json
LucasLassiter fb28b8380d added things
2022-05-03 22:00:45 -07:00

27 lines
566 B
JSON

{
"name": "nextfire-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"firebase": "^8.10.1",
"firebase-hooks": "^0.0.1",
"firebase-react-hooks": "^0.8.0",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.2.0"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^18.0.8",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6"
}
}