@lunalytics/ui
Version:
React based component library created to be used in Lunalytics
88 lines (87 loc) • 2.35 kB
JSON
{
"name": "@lunalytics/ui",
"version": "0.1.17",
"description": "React based component library created to be used in Lunalytics",
"keywords": [
"lunalytics",
"luna",
"lunaui",
"react",
"ui",
"design",
"components",
"library",
"typescript"
],
"homepage": "https://github.com/KSJaay/LunaUI#readme",
"bugs": {
"url": "https://github.com/KSJaay/LunaUI/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KSJaay/LunaUI.git"
},
"license": "MIT",
"author": "https://github.com/KSJaay",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.types.d.ts",
"files": [
"dist"
],
"scripts": {
"watch": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"prepublishOnly": "npm run build",
"release": "npm run build && npm publish --access=public --omit=dev",
"dry-run": "npm pack --dry-run"
},
"dependencies": {
"classnames": "^2.5.1",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@base-ui-components/react": "^1.0.0-beta.1",
"@chromatic-com/storybook": "^4.0.0",
"@eslint/js": "^9.29.0",
"@storybook/addon-docs": "^9.0.11",
"@storybook/addon-onboarding": "^9.0.11",
"@storybook/addon-vitest": "^9.0.11",
"@storybook/react-vite": "^9.0.11",
"@storybook/types": "^8.6.14",
"@types/node": "^24.0.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react-swc": "^3.10.2",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-storybook": "^9.0.11",
"globals": "^16.2.0",
"playwright": "^1.53.0",
"sass": "^1.89.2",
"storybook": "^9.0.11",
"storybook-dark-mode": "^4.0.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2",
"vitest": "^3.2.4"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}