koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
174 lines (173 loc) • 5.51 kB
JSON
{
"name": "koval-ui",
"homepage": "https://morewings.github.io/koval-ui/",
"repository": {
"type": "git",
"url": "git+https://github.com/morewings/koval-ui.git"
},
"bugs": {
"url": "https://github.com/morewings/koval-ui/issues"
},
"license": "MIT",
"private": false,
"version": "0.19.3",
"type": "module",
"files": [
"dist",
"README.md"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./dist/": {
"import": "./dist/",
"require": "./dist/"
}
},
"keywords": [
"react",
"components-library",
"css",
"layout",
"stylelint",
"typescript",
"post-css"
],
"description": "React components collection with minimalistic design. Supports theming, layout, and input validation.",
"scripts": {
"dev": "vite",
"clean:lib": "rm -rf dist",
"build:lib": "vite build",
"build": "run-s clean:lib build:lib",
"lint:code": "eslint src/** --report-unused-disable-directives",
"fix:code": "run-s 'lint:code --fix'",
"lint:types": "tsc --pretty --noEmit",
"convert:theme": "tsx ./convertTheme.ts",
"lint:commits": "commitlint",
"lint:style": "stylelint ./src/**/*.css",
"fix:style": "run-s 'lint:style --fix'",
"fix:mdx": "prettier ./src/**/*.mdx --write --check",
"test": "jest",
"coverage": "run-s 'test --coverage'",
"preview": "vite preview",
"start:docs": "storybook dev -p 6006 --no-open",
"build:docs": "storybook build",
"generate:component": "npx generate-react-cli component",
"generate:input": "npx generate-react-cli component --type=input",
"generate:global": "npx generate-react-cli component --type=global",
"generate:icon": "npx generate-react-cli component --type=icon --flat",
"commitlint": "commitlint",
"semantic-release": "semantic-release",
"chromatic": "chromatic --exit-zero-on-changes --only-changed",
"prepare": "is-ci || husky"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.2",
"@fontsource-variable/rubik": "^5.2.5",
"@material-symbols/svg-700": "^0.31.0",
"@phosphor-icons/core": "^2.1.1",
"@tanstack/react-table": "^8.21.2",
"@tanstack/react-virtual": "^3.13.9",
"awesome-debounce-promise": "^2.1.0",
"classnames": "^2.5.1",
"css-vars-hook": "0.8.2",
"the-new-css-reset": "^1.11.3",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@eslint/compat": "1.2.9",
"@eslint/js": "9.23.0",
"@faker-js/faker": "9.8.0",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.3",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.3",
"@storybook/addon-essentials": "8.6.14",
"@storybook/addon-interactions": "8.6.14",
"@storybook/addon-links": "8.6.14",
"@storybook/addon-storysource": "8.6.14",
"@storybook/blocks": "8.6.14",
"@storybook/builder-vite": "8.6.14",
"@storybook/components": "8.6.14",
"@storybook/core-events": "8.6.14",
"@storybook/icons": "1.4.0",
"@storybook/manager-api": "8.6.14",
"@storybook/preview-api": "8.6.14",
"@storybook/react": "8.6.14",
"@storybook/react-vite": "8.6.14",
"@storybook/test": "8.6.14",
"@storybook/theming": "8.6.14",
"@storybook/types": "8.6.14",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@types/jest": "29.5.14",
"@types/node": "20.17.57",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"@vitejs/plugin-react": "4.5.1",
"@yelo/rollup-node-external": "1.0.1",
"alias-hq": "6.2.4",
"chromatic": "11.29.0",
"commitizen": "4.3.1",
"commitlint": "19.8.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.24.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.6",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"eslint-plugin-ssr-friendly": "1.3.0",
"eslint-plugin-storybook": "0.12.0",
"generate-react-cli": "8.4.9",
"husky": "9.1.7",
"identity-obj-proxy": "3.0.0",
"is-ci": "4.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.5.2",
"npm-run-all2": "7.0.2",
"postcss": "8.5.4",
"postcss-preset-env": "10.1.5",
"prettier": "3.5.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"semantic-release": "24.2.5",
"storybook": "8.6.14",
"storybook-addon-theme-provider": "0.2.10",
"stylelint": "16.17.0",
"stylelint-config-standard": "37.0.0",
"stylelint-order": "6.0.4",
"stylelint-prettier": "5.0.3",
"ts-jest": "29.3.4",
"ts-node": "10.9.2",
"tsx": "4.19.4",
"typescript": "5.4.5",
"typescript-eslint": "8.32.1",
"unique-names-generator": "4.7.1",
"vite": "6.2.7",
"vite-plugin-dts": "4.5.4",
"vite-plugin-svgr": "4.3.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}