chore: publish clean community baseline
Deploy / deploy (push) Successful in 2m39s
CI / Rust Checks (push) Successful in 5m31s
CI / UI Checks (push) Successful in 5s
CI / Deployment Manifests (push) Successful in 3s
CI / Frontend E2E (push) Successful in 4m29s

This commit is contained in:
github-ops
2026-06-17 06:15:46 +00:00
commit 4bd54ecd5b
317 changed files with 73426 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "crank-ui",
"private": true,
"scripts": {
"build": "node scripts/build.js",
"e2e:install": "playwright install chromium",
"e2e": "playwright test",
"e2e:headed": "playwright test --headed"
},
"dependencies": {
"alpinejs": "3.15.9",
"js-yaml": "4.1.1"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"esbuild": "^0.28.0"
}
}