UNPKG

mirotone-react

Version:

Mirotone React is a component library for the Mirotone Design System, offering a range of components and utilities to speed up development for Miro. It draws inspiration from Mirotone CSS and Miro UI Components.

102 lines (101 loc) 3.31 kB
{ "name": "mirotone-react", "description": "Mirotone React is a component library for the Mirotone Design System, offering a range of components and utilities to speed up development for Miro. It draws inspiration from Mirotone CSS and Miro UI Components.", "license": "MIT", "homepage": "https://andrewvo89.github.io/mirotone-react", "repository": { "url": "git+https://github.com/andrewvo89/mirotone-react.git" }, "keywords": [ "mirotone", "miro", "react", "component", "library", "design", "system", "ui" ], "version": "2.0.2", "scripts": { "dev": "vite", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "typecheck": "tsc --noEmit", "precommit": "yarn lint && yarn typecheck && yarn coverage", "preview": "vite preview", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "build": "rollup -c", "test": "vitest --run", "coverage": "vitest --coverage --run" }, "dependencies": { "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-tooltip": "^1.0.7" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@emotion/css": "^11.11.2", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@storybook/addon-docs": "^8.0.2", "@storybook/addon-essentials": "^8.0.2", "@storybook/addon-interactions": "^8.0.2", "@storybook/addon-links": "^8.0.2", "@storybook/addon-onboarding": "^8.0.2", "@storybook/blocks": "^8.0.2", "@storybook/manager-api": "^8.0.2", "@storybook/react": "^8.0.2", "@storybook/react-vite": "^8.0.2", "@storybook/test": "^8.0.2", "@storybook/theming": "^8.0.2", "@testing-library/dom": "^9.3.4", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.2", "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", "@types/rollup-plugin-peer-deps-external": "^2.2.5", "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.0.2", "@vitejs/plugin-react": "^4.2.1", "@vitest/coverage-istanbul": "^1.3.1", "@vitest/coverage-v8": "^1.3.1", "autoprefixer": "^10.4.19", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-storybook": "^0.8.0", "jsdom": "^24.0.0", "postcss": "^8.4.38", "postcss-nesting": "^12.1.0", "prettier": "^3.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.37.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "storybook": "^8.0.2", "tailwindcss": "^3.4.1", "typescript": "^5.2.2", "vite": "^6.0.2", "vite-tsconfig-paths": "^4.3.1", "vitest": "^1.3.1" }, "main": "lib/index.js", "module": "lib/index.esm.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "packageManager": "yarn@4.1.1" }