UNPKG

@utahdts/utah-design-system-header

Version:
85 lines (84 loc) 2.37 kB
{ "name": "@utahdts/utah-design-system-header", "version": "4.2.1", "description": "Utah Header for the Utah Design System", "exports": { ".": { "development-local": "./src/index.js", "development": "./dist/utah-design-system-header.es.js", "production": "./dist/utah-design-system-header.es.js", "import": { "types": "./dist/index.d.ts", "default": "./dist/utah-design-system-header.es.js" }, "types": "./dist/index.d.ts", "require": "./dist/utah-design-system-header.umd.js", "default": [ "./dist/utah-design-system-header.es.js", "./dist/utah-design-system-header.umd.js", "./src/index.js" ] }, "./css": "./dist/style.css", "./dist/*": "./dist/*" }, "main": "./src/index.js", "types": "./dist/index.d.ts", "files": [ "src/css", "dist" ], "scripts": { "build": "vite build", "buildw": "vite build --watch", "buildTypes": "mkdir -p dist && cp ./artifacts/index.d.ts ./dist/", "generateTypes": "npx tsc", "clean": "run-s cleanPackageLock cleanDist cleanNodeModules", "cleani": "run-s clean npmi", "cleanDist": "rimraf ./dist", "cleanNodeModules": "rimraf ./node_modules", "cleanPackageLock": "rimraf package-lock.json", "npmi": "npm i", "preview": "vite preview", "publishHeader": "npm publish --access public", "test-publish": "npm publish --dry-run", "test": "vitest", "testw": "vitest", "testc": "vitest run --coverage", "testOnce": "vitest run", "testui": "vitest --ui", "tsc": "tsc", "tscw": "tsc --watch --skipLibCheck", "watch": "vite build --watch" }, "repository": { "type": "git", "url": "git+https://github.com/utahdts/utah-design-system.git" }, "keywords": [ "design system", "dts", "utah", "utah header", "components" ], "license": "Apache 2.0", "bugs": { "url": "https://github.com/utahdts/utah-design-system/issues" }, "homepage": "https://github.com/utahdts/utah-design-system#readme", "dependencies": { "@floating-ui/dom": "1.7.4" }, "devDependencies": { "@vitest/ui": "4.0.10", "jsdom": "27.2.0", "replace": "1.2.2", "sass": "1.94.1", "tslib": "2.8.1", "typescript": "5.9.3", "vite": "7.2.2", "vitest": "4.0.10" }, "type": "module" }