satupeta-main/package.json
2026-02-23 12:21:05 +07:00

102 lines
3.1 KiB
JSON
Executable File

{
"name": "maps-jtm",
"version": "2025.9.1",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.10",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.2.3",
"@radix-ui/react-dialog": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-popover": "^1.1.10",
"@radix-ui/react-radio-group": "^1.3.6",
"@radix-ui/react-scroll-area": "^1.2.4",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.9",
"@radix-ui/react-tooltip": "^1.1.8",
"@tanstack/react-query": "^5.72.0",
"@tanstack/react-query-devtools": "^5.72.1",
"@tanstack/react-table": "^8.21.2",
"@tiptap/extension-image": "^2.12.0",
"@tiptap/extension-link": "^2.12.0",
"@tiptap/extension-text-align": "^2.12.0",
"@tiptap/extension-underline": "^2.12.0",
"@tiptap/react": "^2.12.0",
"@tiptap/starter-kit": "^2.12.0",
"@turf/turf": "^7.2.0",
"@types/dompurify": "^3.0.5",
"@types/react-window": "^1.8.8",
"axios": "^1.8.4",
"cesium": "^1.127.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dompurify": "^3.3.1",
"formdata-node": "^6.0.3",
"framer-motion": "^12.27.1",
"geojson": "^0.5.0",
"geostyler-openlayers-parser": "^5.3.0",
"geostyler-sld-parser": "^8.2.0",
"isomorphic-dompurify": "^2.24.0",
"jotai": "^2.12.2",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"lucide-react": "^0.485.0",
"next": "^15.3.8",
"next-auth": "^5.0.0-beta.25",
"next-query-params": "^5.1.0",
"next-themes": "^0.4.6",
"ol": "^10.7.0",
"pdfjs-dist": "^5.4.530",
"react": "^19.0.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.1",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.56.0",
"react-leaflet": "^5.0.0-rc.2",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^1.8.11",
"sonner": "^2.0.3",
"tailwind-merge": "^3.0.2",
"tw-animate-css": "^1.2.4",
"use-query-params": "^2.2.1",
"uuid": "^13.0.0",
"xlsx": "^0.18.5",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/cesium": "^1.70.4",
"@types/geojson": "^7946.0.14",
"@types/leaflet": "^1.9.17",
"@types/leaflet-draw": "^1.0.11",
"@types/memoizee": "^0.4.12",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"husky": "^8.0.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}