summaryrefslogtreecommitdiff
path: root/package.json
blob: 0801e5e00ed0c1596c942769e67f41daded2b6cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "guessr",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "keywords": [],
    "author": "neonxp",
    "license": "ISC",
    "dependencies": {
        "antd": "^5.22.3",
        "maplibre-gl": "^4.7.1",
        "pigeon-maps": "^0.21.6",
        "react": "^18.3.1",
        "react-dom": "^18.3.1",
        "react-map-gl": "^7.1.7"
    },
    "devDependencies": {
        "@types/react": "^18.3.11",
        "@types/react-dom": "^18.3.1"
    }
}