UNPKG

@yamada-ui/file-input

Version:

Yamada UI file input component

83 lines 1.87 kB
{ "name": "@yamada-ui/file-input", "version": "1.0.55", "description": "Yamada UI file input component", "keywords": [ "yamada", "yamada ui", "react", "emotion", "component", "file-input", "ui", "uikit", "styled", "style-props", "styled-component", "css-in-js" ], "author": "Hirotomo Yamada <hirotomo.yamada@avap.co.jp>", "license": "MIT", "main": "dist/index.js", "files": [ "dist" ], "sideEffects": false, "publishConfig": { "access": "public" }, "homepage": "https://yamada-ui.com", "repository": { "type": "git", "url": "https://github.com/yamada-ui/yamada-ui", "directory": "packages/components/file-input" }, "bugs": { "url": "https://github.com/yamada-ui/yamada-ui/issues" }, "dependencies": { "@yamada-ui/core": "1.17.3", "@yamada-ui/form-control": "2.1.15", "@yamada-ui/use-controllable-state": "1.0.29", "@yamada-ui/use-clickable": "1.2.21", "@yamada-ui/utils": "1.7.2" }, "devDependencies": { "clean-package": "2.2.0", "react": "^18.3.1" }, "peerDependencies": { "react": ">=18" }, "clean-package": "../../../clean-package.config.json", "tsup": { "clean": true, "target": "es2019", "format": [ "cjs", "esm" ], "banner": { "js": "\"use client\"" }, "sourcemap": true }, "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./package.json": "./package.json" }, "scripts": { "dev": "pnpm build:fast -- --watch", "build": "tsup src --dts", "build:fast": "tsup src", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "gen:docs": "tsx ../../../scripts/generate-docs" } }