UNPKG

untitledui-js-base

Version:

A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion

67 lines (66 loc) 1.62 kB
{ "name": "untitledui-js-base", "description": "A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion", "private": false, "version": "1.1.163", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "sideEffects": false, "exports": { ".": { "import": "./dist/index.js" } }, "files": [ "./dist" ], "repository": { "type": "git", "url": "git+https://github.com/techwithmanuel/untitledui-js.git" }, "license": "MIT", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "devDependencies": { "@types/node": "^20.12.12", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "fs": "^0.0.1-security", "glob": "^10.4.5", "path": "^0.12.7", "typescript": "^5.2.2", "vite": "^5.2.0", "vite-plugin-dts": "^3.9.1" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "keywords": [ "react", "untitledui", "inline", "icons", "svg", "design", "customizable", "framer", "motion", "typescript", "animation", "javascript", "icons library" ] }