You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.3 KiB
50 lines
1.3 KiB
{
|
|
"name": "postamates-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.0.1",
|
|
"@nanostores/react": "^0.4.1",
|
|
"@tanstack/react-query": "^4.24.9",
|
|
"@turf/bbox": "^6.5.0",
|
|
"@turf/helpers": "^6.5.0",
|
|
"@watergis/maplibre-gl-export": "^1.3.7",
|
|
"antd": "^4.23.6",
|
|
"axios": "^1.1.3",
|
|
"immer": "^9.0.19",
|
|
"immutable": "^4.3.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"mapbox-gl": "npm:empty-npm-package@1.0.0",
|
|
"maplibre-gl": "^2.4.0",
|
|
"nanostores": "^0.7.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.8.0",
|
|
"react-map-gl": "^7.0.19",
|
|
"react-router-dom": "^6.8.1",
|
|
"scroll-into-view-if-needed": "^3.0.6",
|
|
"tailwind-merge": "^1.7.0",
|
|
"typescript": "^4.9.5",
|
|
"vite-plugin-svgr": "^2.4.0",
|
|
"wellknown": "^0.5.0",
|
|
"zustand": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"less": "^4.1.3",
|
|
"postcss": "^8.4.18",
|
|
"simple-zustand-devtools": "^1.1.0",
|
|
"tailwindcss": "^3.2.1",
|
|
"vite": "^3.2.0"
|
|
}
|
|
}
|