mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
- Bump all workspace package versions to 1.17.0 - Update APP_VERSION constant and OpenAPI spec - Update AI tool count from 15 to 16 across docs and i18n - Update tool table with AI Canvas Expand, Meme Generator, Beautify - Add image editor, OIDC, and 20 languages to README features - Add release notes for v1.17.0 - Add JSON-LD structured data and SEO improvements to landing/docs
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "@snapotter/web",
|
|
"version": "1.17.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "biome check src/",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@sentry/react": "^10.49.0",
|
|
"@snapotter/shared": "workspace:*",
|
|
"@use-gesture/react": "^10.3.1",
|
|
"clsx": "^2.1.0",
|
|
"fflate": "^0.8.2",
|
|
"jszip": "^3.10.1",
|
|
"konva": "^10",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-react": "^0.469.0",
|
|
"posthog-js": "^1.370.0",
|
|
"qr-code-styling": "^1.9.2",
|
|
"react": "^19.0.0",
|
|
"react-colorful": "^5",
|
|
"react-dom": "^19.0.0",
|
|
"react-hotkeys-hook": "^5",
|
|
"react-image-crop": "^11.0.10",
|
|
"react-konva": "^19",
|
|
"react-router-dom": "^7.1.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^2.6.0",
|
|
"use-image": "^1",
|
|
"zundo": "^2",
|
|
"zustand": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@types/leaflet": "^1.9.21",
|
|
"@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"
|
|
},
|
|
"license": "AGPL-3.0"
|
|
}
|