summaryrefslogtreecommitdiff
path: root/client/package.json
blob: 75e8bf0e37c896138e3840f402de075ed9b8ba68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "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"
  }
}