@hakit/components
Version:
A series of components to work with @hakit/core
97 lines (96 loc) • 2.65 kB
JSON
{
"name": "@hakit/components",
"type": "module",
"version": "5.1.1",
"private": false,
"keywords": [
"react",
"homeassistant",
"home-assistant",
"home-automation",
"socket",
"component",
"library",
"api",
"ha-component-kit",
"@hakit/core",
"@hakit/components",
"dashboard",
"smarthome",
"custom"
],
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"description": "A series of components to work with @hakit/core",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/es/index.js",
"require": "./dist/cjs/index.js"
}
},
"author": "Shannon Hochkins <mail@shannonhochkins.com>",
"license": "SEE LICENSE IN LICENSE.md",
"files": [
"dist",
"README.md",
"package.json",
"LICENSE.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shannonhochkins/ha-component-kit",
"directory": "packages/components"
},
"bugs": {
"url": "https://github.com/shannonhochkins/ha-component-kit/issues"
},
"homepage": "https://shannonhochkins.github.io/ha-component-kit#readme",
"funding": "https://github.com/shannonhochkins/ha-component-kit?sponsor=1",
"scripts": {
"dev": "vite",
"prebuild": "rm -rf ./dist",
"build": "NODE_ENV=production vite build",
"postbuild": "npm run prettier",
"watch:build": "NODE_ENV=production vite build --watch",
"prettier": "prettier \"src/**/*.{ts,tsx}\" --write && git status",
"prerelease": "npm run build",
"release": "npm publish",
"release:canary": "npm run build && npm publish --tag canary",
"test": "NODE_ENV=test jest --rootDir=src",
"clean": "rm -rf node_modules dist"
},
"peerDependencies": {
"@emotion/is-prop-valid": ">=1.3.x",
"@emotion/react": ">=11.x.x",
"@emotion/styled": ">=11.x",
"@fullcalendar/react": ">=6.x.x",
"@hakit/core": "^5.1.1",
"@mui/material": "^6.3.0",
"@use-gesture/react": ">=10.x",
"autolinker": ">=4.x",
"fullcalendar": ">=6.x.x",
"hls.js": ">=1.x.x",
"leaflet": ">=1.x.x",
"lodash": ">=4.x",
"react": ">=19.x",
"react-dom": ">=19.x",
"react-error-boundary": "^5.x",
"react-leaflet": ">=5.x",
"react-resize-detector": ">=12.x.x",
"react-switch": "^7.1.0",
"react-use": ">=17.x",
"use-debounce": ">=9.x",
"use-long-press": ">=3.x.x",
"zustand": ">=5.x.x"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"vite-plugin-svgr": "^4.2.0"
}
}