2023-01-29 20:27:02 +00:00
|
|
|
{
|
|
|
|
"name": "resistants",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-02 14:45:58 +00:00
|
|
|
"@emotion/react": "^11.10.8",
|
|
|
|
"@mantine/core": "^6.0.10",
|
|
|
|
"@mantine/hooks": "^6.0.10",
|
2023-02-07 00:02:49 +00:00
|
|
|
"@tabler/icons-react": "^2.2.0",
|
2023-02-19 17:33:50 +00:00
|
|
|
"mapbox-gl": "^2.12.1",
|
2023-01-29 20:27:02 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-01-30 00:56:08 +00:00
|
|
|
"react-dotdotdot": "^1.3.1",
|
2023-02-19 17:33:50 +00:00
|
|
|
"react-map-gl": "^7.0.21",
|
2023-01-29 20:27:02 +00:00
|
|
|
"react-router": "^6.8.0",
|
|
|
|
"react-router-dom": "^6.8.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "^18.0.26",
|
|
|
|
"@types/react-dom": "^18.0.9",
|
|
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
2023-05-08 17:45:44 +00:00
|
|
|
"maplibre-gl": "^2.4.0",
|
2023-02-23 22:03:06 +00:00
|
|
|
"prettier": "^2.8.4",
|
2023-01-30 00:56:08 +00:00
|
|
|
"prop-types": "^15.8.1",
|
2023-01-29 20:27:02 +00:00
|
|
|
"typescript": "^4.9.3",
|
|
|
|
"vite": "^4.0.0"
|
2023-02-06 17:00:59 +00:00
|
|
|
},
|
2023-05-02 14:52:25 +00:00
|
|
|
"packageManager": "yarn@3.5.1"
|
2023-01-29 20:27:02 +00:00
|
|
|
}
|