UNPKG

react-window-manager-ui

Version:

A lightweight React component library for creating draggable, resizable windows with TypeScript support

102 lines (101 loc) 2.6 kB
{ "name": "react-window-manager-ui", "private": false, "version": "1.0.10", "description": "A lightweight React component library for creating draggable, resizable windows with TypeScript support", "type": "module", "module": "./dist/index.mjs", "main": "./dist/index.cjs", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.cjs" }, "default": "./dist/index.mjs" } }, "types": "./dist/index.d.ts", "files": [ "dist" ], "keywords": [ "react", "typescript", "window-manager", "draggable", "resizable", "ui-components", "desktop-ui", "react-components", "windowed-interface", "desktop-like", "react-window", "drag-drop", "fullscreen", "animations" ], "author": { "name": "Haci Muhammed", "email": "hacimg@proton.me", "url": "https://github.com/hacimuhammed" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hacimuhammed/react-window-manager-ui.git" }, "homepage": "https://github.com/hacimuhammed/react-window-manager-ui#readme", "bugs": { "url": "https://github.com/hacimuhammed/react-window-manager-ui/issues" }, "engines": { "node": ">=16.0.0" }, "scripts": { "dev": "vite", "build": "vite build", "build:lib": "tsc -b && npm run fix-types", "lint": "eslint .", "preview": "vite preview", "prepublishOnly": "npm run build" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "dependencies": { "@radix-ui/react-slot": "^1.2.3", "lucide-react": "^0.525.0", "zustand": "^5.0.6" }, "devDependencies": { "@babel/core": "^7.28.0", "@babel/preset-env": "^7.28.0", "@babel/preset-react": "^7.27.1", "@eslint/js": "^9.29.0", "@types/node": "^24.0.10", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.5.2", "autoprefixer": "^10.4.21", "babel-plugin-react-css-modules": "^5.2.6", "eslint": "^9.29.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.2.0", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "react": "^19.1.0", "react-dom": "^19.1.0", "typescript": "~5.8.3", "typescript-eslint": "^8.34.1", "vite": "^7.0.0", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-dts": "^4.5.4" } }