@venuecms/sdk-next
Version:
This is a work in progress and is heavily in flux until we launch 1.0 in February.
57 lines (56 loc) • 1.22 kB
JSON
{
"name": "@venuecms/sdk-next",
"version": "0.0.28",
"author": "Scott Cazan",
"description": "",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./*": {
"import": "./dist/components/*/index.mjs",
"require": "./dist/components/*/index.js",
"types": "./dist/components/*/index.d.ts"
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"build:docs": "typedoc",
"build:all": "pnpm build && pnpm build:docs"
},
"keywords": [
"venue",
"cms",
"sdk"
],
"license": "ISC",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"files": [
"dist/"
],
"peerDependencies": {
"next": ">=14",
"react": ">=19"
},
"devDependencies": {
"@venuecms/sdk": "workspace:^",
"clsx": "^2.1.1",
"markdown-to-jsx": "^7.7.3",
"next": "^15.1.6",
"react": "^19.0.0",
"remove-markdown": "^0.6.0",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.3",
"tsup": "^8.3.5",
"typedoc": "^0.27.1",
"typedoc-plugin-markdown": "^4.3.3",
"typescript": "^5.5.0",
"@types/react": "^19.0.8"
}
}