Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treeseed/admin",
"version": "0.12.59-rc.21",
"version": "0.12.59-rc.22",
"description": "Treeseed administration portal framework built on @treeseed/core and @treeseed/ui.",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -35,10 +35,11 @@
"check:file-architecture": "node --import tsx ./scripts/check-file-architecture.ts",
"setup": "npm install",
"setup:ci": "npm ci --workspaces=false",
"brand:sync": "node --import tsx ./scripts/brand/sync-assets.ts",
"build": "npm run build:dist && npm run build:app",
"build:dist": "node --import tsx ./scripts/build-dist.ts",
"build:app": "TREESEED_WEB_RUNTIME_TARGET=managed-node astro build --config astro.config.ts",
"dev": "TREESEED_WEB_RUNTIME_TARGET=managed-node node ./node_modules/astro/astro.js dev --config astro.config.ts --port 4322",
"build:app": "npm run brand:sync && TREESEED_WEB_RUNTIME_TARGET=managed-node astro build --config astro.config.ts",
"dev": "npm run brand:sync && TREESEED_WEB_RUNTIME_TARGET=managed-node node ./node_modules/astro/astro.js dev --config astro.config.ts --port 4322",
"preview": "TREESEED_WEB_RUNTIME_TARGET=managed-node node ./node_modules/astro/astro.js preview --config astro.config.ts --port 4322",
"prepare": "node --import tsx ./scripts/prepare.ts",
"prepack": "npm run build:dist",
Expand All @@ -61,7 +62,7 @@
"@react-email/render": "^2.0.8",
"@treeseed/core": ">=0.12.60-rc.1 <0.14.0",
"@treeseed/sdk": ">=0.13.0-rc.39 <0.14.0",
"@treeseed/ui": "^0.12.18-rc.6",
"@treeseed/ui": "^0.12.18-rc.10",
"react": "^19.2.5",
"react-dom": "^19.2.6"
},
Expand Down
Loading
Loading