Problem: the hexagonal refactor churns the backend tree for nine more phases; the UI delivery stack (web/ SPA, cmd/desktop Wails wrapper, compose/web image) must move to its own repo first so doc/layout rewrites land once on a backend-only tree. Change: - New repo git.hubris.network/dtoro/oikos-web (v0.33.0): web/, desktop/ (updateURL repointed to oikos-web releases), compose/, own CI (web + desktop jobs), own deploy script (CI-green gate, TOCTOU guard, version-tagged images, prune-to-3), own webhook receiver on :9798 + launchd unit, own compose project publishing the same 8091:80. - Cutover executed on mac-mini in order: oikos stack's web service stopped+removed, oikos-web project brought up on 8091; outer Caddy untouched (targets the published port) — serving + Authentik flow + /wails 404 quirk verified post-cutover. - Stripped from oikos: web/, cmd/desktop/, compose/web/, desktop CI workflow, ci.yml web job, Makefile ui/desktop/desktop-package/install targets, the compose web service, oikos-web from deploy.sh's fallback prune list; wails + go-keyring dropped from go.mod, vendor synced. - README / CONTRIBUTING / AGENTS.md / .agents dev+operations docs now point at the new repo; mbse + mascot design docs carry a path note. Risk: production SPA serving depends on the new pipeline now; rollback is versioned-image re-up of the old web service from a pre-split checkout (port 8091). Desktop builds installed before the split still check dtoro/oikos releases — one manual reinstall, noted in the oikos-web release notes. Verification: go vet, make test (race), make generate-check, golangci (no new findings; baseline down 400→365); post-cutover curls — localhost:8091 200, /wails/runtime.js 404, outer Caddy 302 Authentik.
94 lines
3.2 KiB
JSON
94 lines
3.2 KiB
JSON
{
|
|
"name": "tailwind-merge",
|
|
"version": "3.6.0",
|
|
"description": "Merge Tailwind CSS classes without style conflicts",
|
|
"keywords": [
|
|
"tailwindcss",
|
|
"tailwind",
|
|
"css",
|
|
"classes",
|
|
"className",
|
|
"classList",
|
|
"merge",
|
|
"conflict",
|
|
"override"
|
|
],
|
|
"homepage": "https://github.com/dcastil/tailwind-merge",
|
|
"bugs": {
|
|
"url": "https://github.com/dcastil/tailwind-merge/issues"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/dcastil"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Dany Castillo",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"source": "src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/types.d.ts",
|
|
"require": "./dist/bundle-cjs.js",
|
|
"import": "./dist/bundle-mjs.mjs",
|
|
"default": "./dist/bundle-mjs.mjs"
|
|
},
|
|
"./es5": {
|
|
"types": "./dist/types.d.ts",
|
|
"require": "./dist/es5/bundle-cjs.js",
|
|
"import": "./dist/es5/bundle-mjs.mjs",
|
|
"default": "./dist/es5/bundle-mjs.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/bundle-cjs.js",
|
|
"types": "./dist/types.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dcastil/tailwind-merge.git"
|
|
},
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "rollup --config scripts/rollup.config.mjs",
|
|
"bench": "vitest bench --config scripts/vitest.config.mts --no-watch",
|
|
"test": "vitest --config scripts/vitest.config.mts --no-watch --coverage",
|
|
"test:watch": "vitest --config scripts/vitest.config.mts",
|
|
"test:exports": "node scripts/test-built-package-exports.cjs && node scripts/test-built-package-exports.mjs",
|
|
"lint": "eslint --max-warnings 0 '**'",
|
|
"preversion": "if [ -n \"$DANYS_MACHINE\" ]; then git checkout main && git pull; fi",
|
|
"version": "zx scripts/update-readme.mjs",
|
|
"postversion": "if [ -n \"$DANYS_MACHINE\" ]; then git push --follow-tags && open https://github.com/dcastil/tailwind-merge/releases; fi"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.29.0",
|
|
"@babel/preset-env": "^7.29.3",
|
|
"@codspeed/vitest-plugin": "^5.4.0",
|
|
"@rollup/plugin-babel": "^7.0.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
"@types/node": "^24.12.2",
|
|
"@vitest/coverage-v8": "^4.1.5",
|
|
"@vitest/eslint-plugin": "^1.6.16",
|
|
"babel-plugin-annotate-pure-calls": "^0.5.0",
|
|
"babel-plugin-polyfill-regenerator": "^0.6.8",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"globby": "^16.2.0",
|
|
"prettier": "^3.8.3",
|
|
"rollup": "^4.60.2",
|
|
"rollup-plugin-delete": "^3.0.2",
|
|
"rollup-plugin-dts": "^6.4.1",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.59.1",
|
|
"vitest": "^4.1.5",
|
|
"zx": "^8.8.5"
|
|
},
|
|
"publishConfig": {
|
|
"provenance": true
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|