b3a7f98e5a
CI / E2E Cloudflare (4/8) (push) Failing after 0s
CI / E2E Cloudflare (8/8) (push) Failing after 1s
CI / Lint (push) Failing after 1s
Auto Extract / Extract (push) Failing after 4s
CI / Version Check (push) Failing after 9s
CI / Integration Tests (push) Failing after 1s
CI / E2E tests (1/8) (push) Failing after 1s
CI / E2E tests (2/8) (push) Failing after 2s
CI / E2E tests (3/8) (push) Failing after 2s
CI / Browser Tests (push) Failing after 1s
CI / E2E tests (5/8) (push) Failing after 1s
CI / E2E Cloudflare (2/8) (push) Failing after 2s
CI / Typecheck (push) Failing after 1s
CI / Changeset Validation (push) Failing after 2s
CI / E2E Cloudflare (5/8) (push) Failing after 1s
CI / E2E Cloudflare (6/8) (push) Failing after 1s
CI / E2E Cloudflare (7/8) (push) Failing after 1s
CodeQL / Analyze (javascript-typescript) (push) Failing after 1s
Format / Format (push) Failing after 0s
CodeQL / Analyze (actions) (push) Failing after 4s
CI / E2E tests (4/8) (push) Failing after 1s
CI / E2E tests (6/8) (push) Failing after 1s
CI / E2E tests (7/8) (push) Failing after 2s
CI / E2E tests (8/8) (push) Failing after 1s
CI / E2E Cloudflare (1/8) (push) Failing after 1s
CI / E2E Cloudflare (3/8) (push) Failing after 2s
Preview Releases / Publish Preview (push) Failing after 0s
zizmor / Run zizmor (push) Failing after 1s
Release / Release (push) Failing after 2s
CI / Smoke Tests (push) Failing after 5m36s
CI / Tests (push) Failing after 6m36s
Release / Sync Templates (push) Has been skipped
CI / E2E Tests (push) Has been cancelled
124 lines
4.0 KiB
JSON
124 lines
4.0 KiB
JSON
{
|
|
"name": "@emdash-cms/admin",
|
|
"version": "0.29.0",
|
|
"description": "Admin UI for EmDash CMS",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./styles.css": "./dist/styles.css",
|
|
"./locales": {
|
|
"types": "./dist/locales/index.d.ts",
|
|
"default": "./dist/locales/index.js"
|
|
},
|
|
"./locales/*": "./dist/locales/*"
|
|
},
|
|
"scripts": {
|
|
"build": "node --run locale:compile && tsdown && node --run locale:copy && npx @tailwindcss/cli -i src/styles.css -o dist/styles.css --minify",
|
|
"dev": "tsdown src/index.ts --format esm --dts --watch",
|
|
"prepublishOnly": "node --run build",
|
|
"check": "publint && attw --pack --ignore-rules=cjs-resolves-to-esm --ignore-rules=no-resolution",
|
|
"test": "vitest",
|
|
"typecheck": "tsgo --noEmit",
|
|
"locale:compile": "lingui compile --namespace es",
|
|
"locale:copy": "node ./scripts/copy-locales.js",
|
|
"locale:extract": "lingui extract --clean"
|
|
},
|
|
"dependencies": {
|
|
"@atcute/identity-resolver": "catalog:",
|
|
"@atcute/lexicons": "catalog:",
|
|
"@cloudflare/kumo": "catalog:",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@emdash-cms/blocks": "workspace:*",
|
|
"@emdash-cms/plugin-types": "workspace:*",
|
|
"@emdash-cms/registry-client": "workspace:*",
|
|
"@emdash-cms/registry-lexicons": "workspace:*",
|
|
"@floating-ui/react": "^0.27.16",
|
|
"@lingui/core": "catalog:",
|
|
"@lingui/react": "catalog:",
|
|
"@phosphor-icons/react": "catalog:",
|
|
"@tanstack/react-query": "catalog:",
|
|
"@tanstack/react-router": "catalog:",
|
|
"@tiptap/core": "catalog:",
|
|
"@tiptap/extension-character-count": "catalog:",
|
|
"@tiptap/extension-code-block": "catalog:",
|
|
"@tiptap/extension-collaboration": "catalog:",
|
|
"@tiptap/extension-drag-handle": "catalog:",
|
|
"@tiptap/extension-drag-handle-react": "catalog:",
|
|
"@tiptap/extension-dropcursor": "catalog:",
|
|
"@tiptap/extension-focus": "catalog:",
|
|
"@tiptap/extension-link": "catalog:",
|
|
"@tiptap/extension-node-range": "catalog:",
|
|
"@tiptap/extension-placeholder": "catalog:",
|
|
"@tiptap/extension-table": "catalog:",
|
|
"@tiptap/extension-table-cell": "catalog:",
|
|
"@tiptap/extension-table-header": "catalog:",
|
|
"@tiptap/extension-table-row": "catalog:",
|
|
"@tiptap/extension-text-align": "catalog:",
|
|
"@tiptap/extension-typography": "catalog:",
|
|
"@tiptap/extension-underline": "catalog:",
|
|
"@tiptap/pm": "catalog:",
|
|
"@tiptap/react": "catalog:",
|
|
"@tiptap/starter-kit": "catalog:",
|
|
"@tiptap/y-tiptap": "catalog:",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dompurify": "^3.3.2",
|
|
"marked": "^17.0.3",
|
|
"react-hotkeys-hook": "^5.2.4",
|
|
"tailwind-merge": "^3.3.0",
|
|
"y-protocols": "catalog:",
|
|
"yjs": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@arethetypeswrong/cli": "catalog:",
|
|
"@babel/core": "^7.29.7",
|
|
"@lingui/babel-plugin-lingui-macro": "catalog:",
|
|
"@lingui/cli": "catalog:",
|
|
"@lingui/macro": "catalog:",
|
|
"@tailwindcss/cli": "^4.3.1",
|
|
"@tailwindcss/typography": "^0.5.20",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@tiptap/suggestion": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"@vitest/browser-playwright": "^4.1.9",
|
|
"jsdom": "^26.1.0",
|
|
"playwright": "^1.61.1",
|
|
"publint": "catalog:",
|
|
"tailwindcss": "^4.1.10",
|
|
"tsdown": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "^7.0.0",
|
|
"vitest": "catalog:",
|
|
"vitest-browser-react": "^2.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
|
"directory": "packages/admin"
|
|
},
|
|
"homepage": "https://github.com/emdash-cms/emdash",
|
|
"keywords": [
|
|
"astro",
|
|
"cms",
|
|
"admin",
|
|
"react"
|
|
],
|
|
"author": "Matt Kane",
|
|
"license": "MIT"
|
|
}
|