LocChat/client/package.json

28 lines
679 B
JSON

{
"name": "nestclientstarterapp-client",
"version": "1.0.0",
"description": "",
"scripts": {
"watch": "parcel watch ./index.js --dist-dir ../static",
"build": "parcel build ./index.js --dist-dir ../static"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.0",
"parcel": "^2.0.1",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.11.4",
"leaflet": "^1.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"react-leaflet": "^3.2.5",
"react-router-dom": "6",
"socket.io-client": "^4.4.1"
}
}