mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
# [1.2.0](https://github.com/stirling-image/stirling-image/compare/v1.1.0...v1.2.0) (2026-04-03)
### Features
* move theme toggle and GitHub button to top-right navbar ([47e53dc](https://github.com/stirling-image/stirling-image/commit/47e53dc6cd173e5f8731e5bfa38dc12f586a16be))
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"name": "@stirling-image/docs",
|
|
"version": "1.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev .",
|
|
"docs:build": "vitepress build .",
|
|
"docs:preview": "vitepress preview ."
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.19.0",
|
|
"vitepress": "^1.1.4"
|
|
},
|
|
"license": "AGPL-3.0"
|
|
}
|