@kelvininc/react-ui-components
Version:
Kelvin UI Components for React applications
112 lines (111 loc) • 3.14 kB
JSON
{
"name": "@kelvininc/react-ui-components",
"version": "0.49.0",
"description": "Kelvin UI Components for React applications",
"homepage": "https://docs.kelvininc.com",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"kelvin",
"kelvin ui components",
"kelvin react ui components"
],
"author": {
"name": "Kelvin Inc.",
"email": "support@kelvininc.com",
"url": "https://kelvininc.com"
},
"bugs": {
"email": "support@kelvininc.com",
"url": "https://support.kelvininc.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kelvininc/ui-components"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"scripts": {
"clean": "pnpm clean:build && pnpm clean:cache && pnpm clean:modules",
"clean:build": "rm -rf dist",
"clean:cache": "rm -rf .eslintcache",
"clean:modules": "rm -rf node_modules",
"prebuild": "pnpm clean:build",
"build": "pnpm rollup",
"build:watch": "pnpm rollup:watch",
"postinstall": "node -e \"try{require('./.scripts/copy-icons.js')}catch(e){}\"",
"rollup": "rollup -c",
"rollup:watch": "rollup -w -c",
"lint": "pnpm lint:check",
"lint:check": "pnpm eslint:check",
"lint:fix": "pnpm eslint:lint",
"eslint:check": "eslint src --ext .js,.jsx,.ts,.tsx --quiet --cache",
"eslint:lint": "eslint src --ext .js,.jsx,.ts,.tsx --quiet --cache --fix"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"files": [
"dist/",
".scripts/"
],
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"default": "./dist/index.esm.js"
},
"./assets/*": "./dist/assets/*"
},
"dependencies": {
"@kelvininc/ui-components": "0.49.0",
"@monaco-editor/react": "^4.4.6",
"@rjsf/core": "^5.24.8",
"@rjsf/utils": "^5.24.8",
"@rjsf/validator-ajv8": "^5.24.8",
"@stencil/react-output-target": "^0.5.3",
"classnames": "^2.5.1",
"fs-extra": "10.0.0",
"monaco-editor": "^0.34.1"
},
"devDependencies": {
"@optimize-lodash/rollup-plugin": "^4.0.4",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-typescript": "^11.1.6",
"@types/json-schema": "^7.0.12",
"@types/lodash": "^4.17.5",
"@types/node": "^22.7.2",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^5.12.1",
"dayjs": "^1.11.13",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"lodash": "^4.17.21",
"postcss": "^8.4.47",
"prettier": "^2.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.21.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-preserve-directives": "^1.1.3",
"sass": "^1.79.4",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"peerDependencies": {
"@stencil/react-output-target": "^0.5.3",
"dayjs": "^1.11.13",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"gitHead": "5a95eb0b21ff40d0cf502efe6cec30fb3c41d484"
}