summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0801e5e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,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"
+ }
+}