UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

85 lines (84 loc) • 2.19 kB
{ "name": "mistui-kit", "version": "1.2.7", "type": "module", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "scripts": { "start": "next start", "dev": "vite", "build:types": "tsc --emitDeclarationOnly", "nextdev": "npx open-cli http://localhost:3000 & next dev --turbo", "nextbuild": "next build", "build": "vite build", "build:doc": "vite build --config ./vites.config.ts" }, "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js" } }, "files": [ "dist" ], "keywords": [ "tailwind", "react", "nextjs", "ui", "theme", "framework", "component", "tailwind component", "react component" ], "homepage": "https://gilded-tanuki-0eb52b.netlify.app/", "author": "stalk9424", "license": "MIT", "description": "", "devDependencies": { "@faker-js/faker": "^9.9.0", "@heroicons/react": "^2.2.0", "@radix-ui/react-popover": "^1.1.14", "@radix-ui/react-slider": "^1.3.5", "@radix-ui/react-switch": "^1.2.5", "@react-hook/resize-observer": "^2.0.2", "@tailwindcss/postcss": "^4.1.11", "@tailwindcss/vite": "^4.1.8", "@types/react": "^19.0.8", "@vitejs/plugin-react": "^4.6.0", "autoprefixer": "^10.4.21", "buffer": "^6.0.3", "clsx": "^2.1.1", "colord": "^2.9.3", "country-flag-icons": "^1.5.19", "daisyui": "^5.0.43", "dayjs": "^1.11.13", "express": "^4.21.1", "framer-motion": "^12.23.3", "notistack": "^3.0.2", "primeicons": "^7.0.0", "primereact": "^10.9.3", "react": "^18.1.0", "react-colorful": "^5.6.1", "react-day-picker": "^9.8.1", "react-dom": "^18.1.0", "react-icons": "^5.5.0", "react-router-dom": "^7.7.0", "react-shiki": "^0.7.2", "statekit-lite": "^1.3.1", "tailwind-variants": "^1.0.0", "tailwindcss": "^4.1.11", "vite": "^7.0.4", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-dts": "^4.5.4", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.1.4", "chart.js": "^4.5.0", "react-chartjs-2": "^5.3.0" }, "dependencies": { } }