/
shappo
/
ui
Обзор
Документация
Войти
/
shappo
/
ui
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
package.json
101 строка
3 KB
Sergey Shappo
chore(package): bump version to 0.2.7
05 авг 2026, 22:48
05 авг 2026, 22:48
90e0259
Код
Авторство
О чём код?
{ "name": "@shappoff/ui", "version": "0.2.7", "description": "Reusable React / Next.js UI components for internal projects", "license": "MIT", "author": "shappoff", "repository": { "type": "git", "url": "https://github.com/shappoff/ui.git" }, "bugs": { "url": "https://github.com/shappoff/ui/issues" }, "homepage": "https://shappoff.github.io/ui/", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./map": { "types": "./dist/map.d.ts", "import": "./dist/map.js", "require": "./dist/map.cjs" }, "./styles.css": "./dist/styles.css" }, "files": [ "dist" ], "sideEffects": [ "**/*.css" ], "scripts": { "build": "tsup && tsc -p tsconfig.build.json", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run typecheck && npm run build", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "test-storybook": "vitest run --project storybook" }, "publishConfig": { "registry": "https://npm.pkg.github.com" }, "peerDependencies": { "@base-ui/react": "^1.6.0", "leaflet": "^1.9.0", "leaflet-minimap": "^3.6.1", "leaflet.heat": "^0.2.0", "react": ">=18", "react-dom": ">=18", "react-leaflet": "^5.0.0" }, "peerDependenciesMeta": { "@base-ui/react": { "optional": true }, "leaflet": { "optional": true }, "leaflet-minimap": { "optional": true }, "leaflet.heat": { "optional": true }, "react-leaflet": { "optional": true } }, "devDependencies": { "@base-ui/react": "^1.6.0", "@chromatic-com/storybook": "^5.2.1", "@storybook/addon-a11y": "^10.5.6", "@storybook/addon-docs": "^10.5.6", "@storybook/addon-mcp": "^0.7.0", "@storybook/addon-vitest": "^10.5.6", "@storybook/react-vite": "^10.5.6", "@types/leaflet": "^1.9.22", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@vitest/browser-playwright": "^4.1.10", "@vitest/coverage-v8": "^4.1.10", "leaflet": "^1.9.4", "leaflet-minimap": "^3.6.1", "leaflet.heat": "^0.2.0", "playwright": "^1.62.1", "react": "^19.2.8", "react-dom": "^19.2.8", "react-leaflet": "^5.0.0", "storybook": "^10.5.6", "tsup": "^8.5.1", "typescript": "^7.0.2", "vitest": "^4.1.10" } }