UNPKG

@namix/ui

Version:

Nami UI — универсальная библиотека React-компонентов

61 lines (60 loc) 1.51 kB
{ "name": "@namix/ui", "version": "1.0.0", "description": "Nami UI — универсальная библиотека React-компонентов", "author": "Твое Имя <email@example.com>", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js", "types": "./dist/types/index.d.ts" } }, "scripts": { "build": "vite build", "test": "vitest", "lint": "eslint src --ext .ts,.tsx", "prepublishOnly": "pnpm build" }, "keywords": [ "ui", "react", "components", "library", "nami" ], "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "packageManager": "pnpm@10.13.1", "devDependencies": { "@storybook/react": "^9.0.18", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@typescript-eslint/eslint-plugin": "^7.7.0", "@typescript-eslint/parser": "^7.7.0", "@vitejs/plugin-react": "^4.7.0", "eslint": "^9.32.0", "eslint-plugin-react": "^7.34.1", "jsdom": "^26.1.0", "path": "^0.12.7", "prettier": "^3.2.5", "sass": "^1.89.2", "typescript": "^5.8.3", "url": "^0.11.4", "vite": "^7.0.6", "vitest": "^3.2.4" } }