2021-11-16 21:14:46 -05:00
|
|
|
{
|
|
|
|
"name": "nestclientstarterapp-client",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2021-11-23 16:04:12 -05:00
|
|
|
"scripts": {
|
|
|
|
"watch": "parcel watch ./index.js --dist-dir ../static",
|
2021-12-04 22:47:18 -05:00
|
|
|
"build": "parcel build ./index.js --dist-dir ../static"
|
2021-11-23 16:04:12 -05:00
|
|
|
},
|
2021-11-16 21:14:46 -05:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2021-11-23 16:04:12 -05:00
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^10.4.0",
|
|
|
|
"parcel": "^2.0.1",
|
|
|
|
"postcss": "^8.3.11",
|
|
|
|
"tailwindcss": "^2.2.19"
|
|
|
|
},
|
2021-11-16 21:14:46 -05:00
|
|
|
"dependencies": {
|
2022-03-30 17:18:16 -04:00
|
|
|
"@geoman-io/leaflet-geoman-free": "^2.11.4",
|
|
|
|
"leaflet": "^1.7.1",
|
2021-11-16 21:14:46 -05:00
|
|
|
"react": "^17.0.2",
|
2021-11-20 20:18:58 -05:00
|
|
|
"react-dom": "^17.0.2",
|
2022-03-30 17:18:16 -04:00
|
|
|
"react-hot-toast": "^2.2.0",
|
|
|
|
"react-leaflet": "^3.2.5",
|
2022-03-08 14:10:53 -05:00
|
|
|
"react-router-dom": "6",
|
|
|
|
"socket.io-client": "^4.4.1"
|
2021-11-16 21:14:46 -05:00
|
|
|
}
|
|
|
|
}
|