mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Bump all workspace package versions and APP_VERSION to 2.0.0, marking the official 2.0 release. Removes the stale 1.x .release-notes.md artifact (semantic-release regenerates release notes). The 2.0/multimodality docs and rebrand already landed on main via #254 and #261, so this carries only the version designation forward from the rebrand branch. BREAKING CHANGE: SnapOtter 2.0 - the platform re-architecture (Postgres 17 + Redis 8 + BullMQ durable jobs, 157 tools across five modalities) is the 2.0 release line, replacing the 1.x SQLite single-container architecture.
27 lines
635 B
JSON
27 lines
635 B
JSON
{
|
|
"name": "@snapotter/landing",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev --port 1350",
|
|
"build": "astro build",
|
|
"preview": "astro preview --port 1350",
|
|
"lint": "biome check src/",
|
|
"typecheck": "astro check && tsc --noEmit",
|
|
"clean": "rm -rf dist .astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/sitemap": "^3.7.3",
|
|
"@snapotter/shared": "workspace:*",
|
|
"astro": "^6.4.7",
|
|
"lucide": "^1.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.9",
|
|
"@tailwindcss/vite": "^4.3.1",
|
|
"tailwindcss": "^4.3.1",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|