mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
# [1.6.0](https://github.com/stirling-image/stirling-image/compare/v1.5.3...v1.6.0) (2026-04-04)
### Features
* lightweight Docker image without AI/ML tools (:lite tag) ([449a2fc](https://github.com/stirling-image/stirling-image/commit/449a2fc319e97cddfa71c29556e2d433dde78d6d)), closes [#1](https://github.com/stirling-image/stirling-image/issues/1)
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"name": "@stirling-image/docs",
|
|
"version": "1.6.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"
|
|
}
|