UNPKG

next-drupal

Version:
87 lines (86 loc) 1.95 kB
{ "name": "next-drupal", "description": "Helpers for Next.js + Drupal.", "version": "2.0.0", "sideEffects": false, "source": [ "src/index.ts", "src/navigation.ts" ], "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./draft": { "import": { "types": "./dist/draft.d.ts", "default": "./dist/draft.js" }, "require": { "types": "./dist/draft.d.cts", "default": "./dist/draft.cjs" } }, "./navigation": { "import": { "types": "./dist/navigation.d.ts", "default": "./dist/navigation.js" }, "require": { "types": "./dist/navigation.d.cts", "default": "./dist/navigation.cjs" } } }, "license": "MIT", "publishConfig": { "access": "public" }, "author": { "name": "shadcn", "url": "https://www.chapterthree.com" }, "scripts": { "prepare": "tsup", "dev": "tsup --watch", "test": "jest --verbose" }, "keywords": [ "next.js", "drupal", "jsonapi", "preview" ], "bugs": { "url": "https://github.com/chapter-three/next-drupal/issues" }, "homepage": "https://github.com/chapter-three/next-drupal", "repository": { "type": "git", "url": "https://github.com/chapter-three/next-drupal.git", "directory": "packages/next-drupal" }, "dependencies": { "jsona": "^1.12.1", "next": "^14.2.21 || ^15.1.2", "node-cache": "^5.1.2", "qs": "^6.13.1", "react": "^18.2 || ^19.0", "react-dom": "^18.2 || ^19.0" }, "devDependencies": { "typescript": "^5.7.2" }, "gitHead": "43fe144f3a34c8be4374f53586e3f29e194c9333" }