UNPKG

@sitecore/sc-contenthub-blok

Version:

A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).

141 lines (140 loc) 4.25 kB
{ "name": "@sitecore/sc-contenthub-blok", "private": false, "version": "1.0.1", "type": "module", "sideEffects": false, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npm run clean && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json", "watch-ts": "tsc -w -p tsconfig.esm.json", "lint": "eslint ./src/", "lint:fix": "eslint ./src/ --fix", "test": "jest", "test:ci": "jest --forceExit --verbose --detectOpenHandles --coverage --reporters=jest-junit", "watch-test": "npm run test -- --watchAll", "clean": "rimraf dist/ && rimraf esm/", "pack": "npm pack --pack-destination ./", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" }, "devDependencies": { "@babel/core": "^7.18.6", "@babel/plugin-transform-react-jsx": "^7.25.9", "@babel/plugin-transform-react-jsx-self": "^7.25.9", "@babel/plugin-transform-react-jsx-source": "^7.25.9", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@emotion/babel-plugin": "^11.13.5", "@storybook/addon-essentials": "^8.5.0", "@storybook/addon-interactions": "^8.5.0", "@storybook/addon-onboarding": "^8.5.0", "@storybook/addon-webpack5-compiler-swc": "^1.0.5", "@storybook/blocks": "^8.5.0", "@storybook/manager-api": "^8.5.0", "@storybook/react": "^8.5.0", "@storybook/react-webpack5": "^8.5.0", "@storybook/test": "^8.5.0", "@storybook/theming": "^8.5.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/color": "^3.0.6", "@types/color-string": "^1.5.5", "@types/jest": "^29.5.14", "@types/node": "^20.11.30", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.15.0", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-storybook": "^0.11.1", "eslint-plugin-testing-library": "^6.2.0", "eslint-plugin-unused-imports": "^4.1.4", "globals": "^15.11.0", "jest": "^30.0.4", "jest-environment-jsdom": "^29.7.0", "jest-junit": "^16.0.0", "prettier": "3.3.3", "rimraf": "^6.0.1", "storybook": "^8.5.0", "storybook-addon-rtl": "^1.1.0", "ts-essentials": "^10.0.2", "ts-jest": "^29.4.0", "typescript": "^5.4.3", "typescript-eslint": "^8.11.0" }, "dependencies": { "@emotion/css": "^11.11.2", "@emotion/jest": "^11.11.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^6.1.9", "@mui/lab": "^6.0.0-beta.17", "@mui/material": "^6.5.0", "@mui/system": "^6.5.0", "@mui/x-date-pickers": "^7.24.1", "@storybook/addon-webpack5-compiler-babel": "^3.0.3", "babel-loader": "^9.2.1", "color": "^4.2.3", "color-string": "^1.9.1", "dompurify": "^3.2.3", "react-intersection-observer": "^9.13.1", "react-tooltip": "^5.28.0", "stylis": "^4.3.1", "stylis-plugin-rtl": "^2.1.1" }, "repository": { "type": "git", "url": "github.com/Sitecore-PD/sitecore.contenthub.blok" }, "keywords": [ "sitecore", "stylelabs", "contenthub" ], "files": [ "/dist/**/*.d.ts", "/dist/**/*.js.map", "/dist/**/*.js", "/esm/**/*.d.ts", "/esm/**/*.js.map", "/esm/**/*.js" ], "bundleDependencies": [ "@mui/icons-material", "@mui/lab", "@mui/material", "@mui/x-date-pickers", "color-string", "color", "@emotion/css", "@emotion/jest", "@emotion/react", "@emotion/styled" ], "eslintConfig": { "extends": [ "plugin:storybook/recommended" ] }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./esm/index.js", "require": "./dist/index.js" } } }