UNPKG

@makolabs/ripple

Version:

Simple Svelte 5 powered component library ✨

136 lines (135 loc) 4.35 kB
{ "name": "@makolabs/ripple", "version": "1.6.9", "description": "Simple Svelte 5 powered component library ✨", "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "https://github.com/makolabsai/ripple-ui.git" }, "scripts": { "dev": "vite dev", "build": "vite build && npm run prepack", "preview": "vite preview", "prepare": "svelte-kit sync || echo ''", "prepack": "svelte-kit sync && svelte-package && publint", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "format": "prettier --write .", "lint": "prettier --check . && eslint .", "test:unit": "vitest", "test": "npm run test:unit -- --run", "pub:minor": "git add . && git commit -m \"chore: prepare for publish minor\" && npm version minor && git push --follow-tags && npm publish", "pub:patch": "git add . && git commit -m \"chore: prepare for publish patch\" && npm version patch && git push --follow-tags && npm publish", "pub:prelish": "git add . && git commit -m \"chore: prepare for publish premajor\" && npm version premajor && git push --follow-tags && npm publish", "pub:major": "git add . && git commit -m \"chore: prepare for publish major\" && npm version major && git push --follow-tags && npm publish", "pub:preminor": "git add . && git commit -m \"chore: prepare for publish preminor\" && npm version preminor && git push --follow-tags && npm publish", "pub:prepatch": "git add . && git commit -m \"chore: prepare for publish prepatch\" && npm version prepatch && git push --follow-tags && npm publish", "pub:prerelease": "git add . && git commit -m \"chore: prepare for publish prerelease\" && npm version prerelease && git push --follow-tags && npm publish", "pub:from-git": "git add . && git commit -m \"chore: prepare for publish from-git\" && npm version from-git && git push --follow-tags && npm publish", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "files": [ "dist", "!dist/**/*.test.*", "!dist/**/*.spec.*" ], "sideEffects": [ "**/*.css" ], "svelte": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "svelte": "./dist/index.js" }, "./funcs/*": { "types": "./dist/funcs/*.d.ts", "default": "./dist/funcs/*.js" } }, "peerDependencies": { "svelte": "^5.0.0 || ^6.0.0" }, "devDependencies": { "@eslint/compat": "^1.4.1", "@eslint/js": "^9.39.1", "@playwright/test": "^1.56.1", "@storybook/addon-a11y": "^10.0.7", "@storybook/addon-docs": "^10.0.7", "@storybook/addon-svelte-csf": "^5.0.10", "@storybook/sveltekit": "^10.0.7", "@sveltejs/package": "^2.5.4", "@sveltejs/vite-plugin-svelte": "^6.2.1", "@tailwindcss/vite": "^4.1.17", "@testing-library/jest-dom": "^6.9.1", "@testing-library/svelte": "^5.2.4", "@types/node": "^22.19.1", "eslint": "^9.39.1", "eslint-config-prettier": "^10.0.1", "eslint-plugin-storybook": "^10.0.7", "eslint-plugin-svelte": "^3.13.0", "globals": "^16.5.0", "husky": "^9.1.7", "jsdom": "^27.2.0", "lint-staged": "^16.2.6", "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.3", "prettier-plugin-tailwindcss": "^0.7.1", "publint": "^0.3.15", "storybook": "^10.0.7", "svelte": "^5.43.6", "svelte-check": "^4.3.4", "sveltekit-superforms": "^2.28.1", "tailwindcss": "^4.1.17", "typescript": "^5.9.3", "typescript-eslint": "^8.46.4", "vite": "^7.2.2", "vitest": "^4.0.8", "zod": "^4.1.12" }, "keywords": [ "svelte", "ui", "svelte5", "modal", "navigation", "ripple", "button", "sidebar", "card", "select", "tooltip", "accordion", "tabs", "alert", "badge", "breadcrumb", "carousel", "collapse", "list-group", "pagination", "progress", "spinner", "toast" ], "dependencies": { "@friendofsvelte/mermaid": "^0.0.4", "@friendofsvelte/state": "^0.0.6-ts", "@sveltejs/adapter-static": "^3.0.10", "@sveltejs/kit": "^2.48.4", "compromise": "^14.14.4", "dayjs": "^1.11.19", "echarts": "^6.0.0", "marked": "^17.0.0", "mem0ai": "^2.1.38", "natural": "^8.1.0", "svelte-highlight": "^7.9.0", "svelte-sonner": "^1.0.6", "tailwind-merge": "^3.4.0", "tailwind-variants": "^3.1.1" } }