68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "@emdashcms/blocks",
|
|
"version": "0.0.0",
|
|
"description": "Declarative plugin UI blocks for EmDash CMS",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./server": {
|
|
"types": "./dist/server.d.ts",
|
|
"default": "./dist/server.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"dev": "tsdown --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.10.0",
|
|
"@phosphor-icons/react": "catalog:",
|
|
"clsx": "^2.1.1",
|
|
"echarts": "^6.0.0",
|
|
"tailwind-merge": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@arethetypeswrong/cli": "catalog:",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"jsdom": "^26.1.0",
|
|
"publint": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"tsdown": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vitest": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cloudflare/emdash.git",
|
|
"directory": "packages/blocks"
|
|
},
|
|
"homepage": "https://github.com/cloudflare/emdash",
|
|
"keywords": [
|
|
"emdash",
|
|
"cms",
|
|
"blocks",
|
|
"plugin-ui",
|
|
"react"
|
|
],
|
|
"author": "Matt Kane",
|
|
"license": "MIT"
|
|
} |