diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-09 01:07:15 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-09 01:07:15 +0300 |
commit | 34ccc98a942098faefb5f4211b215ff9ccc7ad0e (patch) | |
tree | 7696ab4d7c8d9fb09c7e2575d482517f68824ae3 /package.json |
Начальный
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 21 |
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" + } +} |