28 lines
574 B
JSON
28 lines
574 B
JSON
{
|
|
"name": "chatmaps",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"firebase": "^10.8.0",
|
|
"firebase-admin": "^12.0.0",
|
|
"next": "^14.1.0",
|
|
"pigeon-maps": "^0.21.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.50.1"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.0",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0"
|
|
}
|
|
}
|