97 lines
2.9 KiB
JSON
97 lines
2.9 KiB
JSON
{
|
|
"name": "@emdash-cms/admin",
|
|
"version": "0.1.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"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown && 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"
|
|
},
|
|
"dependencies": {
|
|
"@cloudflare/kumo": "^1.16.0",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@emdash-cms/blocks": "workspace:*",
|
|
"@floating-ui/react": "^0.27.16",
|
|
"@phosphor-icons/react": "catalog:",
|
|
"@tanstack/react-query": "catalog:",
|
|
"@tanstack/react-router": "catalog:",
|
|
"@tiptap/core": "catalog:",
|
|
"@tiptap/extension-character-count": "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-text-align": "catalog:",
|
|
"@tiptap/extension-typography": "catalog:",
|
|
"@tiptap/extension-underline": "catalog:",
|
|
"@tiptap/pm": "catalog:",
|
|
"@tiptap/react": "catalog:",
|
|
"@tiptap/starter-kit": "catalog:",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dompurify": "^3.3.2",
|
|
"marked": "^17.0.3",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-hotkeys-hook": "^5.2.4",
|
|
"tailwind-merge": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@arethetypeswrong/cli": "catalog:",
|
|
"@tailwindcss/cli": "^4.1.10",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@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.0.18",
|
|
"jsdom": "^26.1.0",
|
|
"playwright": "^1.58.2",
|
|
"publint": "catalog:",
|
|
"tailwindcss": "^4.1.10",
|
|
"tsdown": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "^7.0.0",
|
|
"vitest": "catalog:",
|
|
"vitest-browser-react": "^2.0.5"
|
|
},
|
|
"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"
|
|
} |