@sitecore/blok-theme
Version:
The Sitecore theme for Chakra-UI components
63 lines (62 loc) • 1.81 kB
JSON
{
"name": "@sitecore/blok-theme",
"version": "1.1.17",
"description": "The Sitecore theme for Chakra-UI components",
"keywords": [
"sitecore",
"theme",
"theming",
"ui mode",
"ui"
],
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"author": "Eric Sitarz <eric.sitarz@sitecore.com>",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup --dts",
"gen:theme-typings": "chakra-cli tokens ./dist/index.cjs.js --out ../../@chakra-ui/styled-system/dist/theming.types.d.ts",
"postinstall": "npm run gen:theme-typings",
"test": "jest"
},
"peerDependencies": {
"@chakra-ui/react": ">=2.0.0",
"@chakra-ui/styled-system": ">=2.0.0",
"@chakra-ui/theme-tools": ">=2.0.0",
"@chakra-ui/cli": ">=2.0.0"
},
"devDependencies": {
"@chakra-ui/cli": "^2.4.1",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/styled-system": "^2.9.1",
"@chakra-ui/theme-tools": "^2.1.1",
"@ctrl/tinycolor": "^4.0.2",
"@testing-library/react": "13.3.0",
"@types/jest": "^27.0.3",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
"jest": "^27.4.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.1",
"tsup": "6.1.3",
"typescript": "^4.9.5"
}
}