2026-03-22 02:57:49 +08:00
|
|
|
{
|
|
|
|
|
"name": "@stirling-image/web",
|
2026-04-10 14:13:37 +00:00
|
|
|
"version": "1.14.0",
|
2026-03-22 02:57:49 +08:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc -b && vite build",
|
|
|
|
|
"preview": "vite preview",
|
2026-03-25 09:27:12 +08:00
|
|
|
"lint": "biome check src/",
|
2026-03-22 02:57:49 +08:00
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"clean": "rm -rf dist"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@stirling-image/shared": "workspace:*",
|
2026-03-23 12:55:10 +08:00
|
|
|
"clsx": "^2.1.0",
|
|
|
|
|
"fflate": "^0.8.2",
|
2026-04-12 08:50:19 +08:00
|
|
|
"leaflet": "^1.9.4",
|
2026-03-23 12:55:10 +08:00
|
|
|
"lucide-react": "^0.469.0",
|
2026-04-13 02:50:36 +08:00
|
|
|
"qr-code-styling": "^1.9.2",
|
2026-03-22 02:57:49 +08:00
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
2026-03-23 19:17:02 +08:00
|
|
|
"react-image-crop": "^11.0.10",
|
2026-03-22 02:57:49 +08:00
|
|
|
"react-router-dom": "^7.1.0",
|
2026-04-05 00:23:21 +08:00
|
|
|
"sonner": "^2.0.7",
|
2026-03-22 02:57:49 +08:00
|
|
|
"tailwind-merge": "^2.6.0",
|
2026-03-23 12:55:10 +08:00
|
|
|
"zustand": "^5.0.0"
|
2026-03-22 02:57:49 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-23 12:55:10 +08:00
|
|
|
"@tailwindcss/vite": "^4.0.0",
|
2026-04-12 08:50:19 +08:00
|
|
|
"@types/leaflet": "^1.9.21",
|
2026-03-22 02:57:49 +08:00
|
|
|
"@types/react": "^19.0.0",
|
|
|
|
|
"@types/react-dom": "^19.0.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
|
|
|
"tailwindcss": "^4.0.0",
|
|
|
|
|
"typescript": "^5.7.0",
|
|
|
|
|
"vite": "^6.0.0"
|
2026-04-03 23:07:58 +08:00
|
|
|
},
|
|
|
|
|
"license": "AGPL-3.0"
|
2026-03-22 02:57:49 +08:00
|
|
|
}
|