UNPKG

@enonic/react-components

Version:

Library of React components for handling Enonic XP data and page components

111 lines (110 loc) 3.02 kB
{ "author": "Espen Norderud", "bugs": { "url": "https://github.com/enonic/npm-react-components/issues" }, "contributors": [ "Christian Andreas Westgaard", "Pavel Milkevich" ], "description": "Library of React components for handling Enonic XP data and page components", "devDependencies": { "@enonic-types/core": "^7.15.0", "@enonic-types/guillotine": "^7.2.0", "@enonic-types/lib-content": "^7.15.0", "@enonic-types/lib-node": "^7.15.0", "@enonic-types/lib-portal": "^7.15.0", "@enonic/js-utils": "^1.8.1", "@jest/globals": "^30.0.0", "@swc/core": "^1.10.0", "@testing-library/react": "^16.0.1", "@types/diffable-html": "^5.0.2", "@types/react": "^18.3.13", "clsx": "^2.1.1", "concurrently": "^9.1.0", "cpy-cli": "^5.0.0", "del-cli": "^6.0.0", "diffable-html": "^5.0.0", "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "esbuild-plugin-globals": "^0.2.0", "glob": "^11.0.0", "jest": "^30.0.2", "jest-environment-jsdom": "^29.7.0", "q-i": "^2.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tslib": "^2.8.1", "tsup": "^8.3.0", "typescript": "^5.7.2", "uri-js": "^4.4.1" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./*": { "types": "./dist/*.d.ts", "import": "./dist/*.mjs", "require": "./dist/*.cjs" } }, "files": [ "dist", "LICENCE", "package.json", "README.md" ], "homepage": "https://github.com/enonic/enonic-react-components", "keywords": [ "enonic", "react", "components", "RichText", "Page", "Region", "Layout" ], "license": "Apache-2.0", "main": "dist/index.cjs", "module": "dist/index.mjs", "name": "@enonic/react-components", "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "*", "@swc/core-linux-x64-gnu": "*" }, "peerDependencies": { "@enonic-types/core": "^7.15.0", "@enonic-types/lib-portal": "^7.15.0", "@enonic-types/lib-schema": "^7.15.0", "html-react-parser": "*", "prop-types": "*", "react": "*" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:enonic/enonic-react-components.git" }, "scripts": { "build": "concurrently -c auto -g --timings npm:build:*", "build:cjs": "npx tsup --format cjs", "build:esm": "npx tsup --format esm", "build:types": "npx tsc --declarationDir dist --emitDeclarationOnly", "clean": "del-cli dist/ *.tgz", "check:types": "npx tsc --noEmit", "cov": "npx jest --coverage --no-cache", "postbuild": "del-cli dist/types/index.cjs dist/types/index.mjs", "prebuild": "npm run clean", "prepack": "npm run build", "prepublishOnly": "node setversion.cjs", "test": "npx jest --no-cache" }, "type": "module", "types": "dist/index.d.ts", "version": "6.0.0-RC4" }