50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "chatmaps",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "npx serve@latest out",
|
|
"lint": "next lint",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/preset-env": "^7.24.4",
|
|
"@babel/preset-react": "^7.24.1",
|
|
"@capacitor/android": "^5.7.4",
|
|
"@capacitor/core": "^5.7.4",
|
|
"@capacitor/geolocation": "^5.0.7",
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@headlessui/react": "^1.7.18",
|
|
"@mui/icons-material": "^5.15.14",
|
|
"@mui/material": "^5.15.14",
|
|
"bad-words": "^3.0.4",
|
|
"firebase": "^10.6.0",
|
|
"next": "^14.1.0",
|
|
"pigeon-maps": "^0.21.3",
|
|
"react": "^18.2.0",
|
|
"react-beforeunload": "^2.6.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-firebase-hooks": "^5.1.1",
|
|
"react-hook-form": "^7.50.1",
|
|
"react-test-renderer": "^18.2.0",
|
|
"tts-react": "^3.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/assets": "^3.0.5",
|
|
"@capacitor/cli": "^5.7.4",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^15.0.2",
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0"
|
|
}
|
|
}
|