UNPKG

@utahdts/utah-design-system

Version:
97 lines (96 loc) 2.65 kB
{ "name": "@utahdts/utah-design-system", "description": "Utah Design System React Library", "displayName": "Utah Design System React Library", "version": "3.0.5", "exports": { ".": { "development-local": "./index.js", "development": "./dist/utah-design-system.es.js", "production": "./dist/utah-design-system.es.js", "import": { "types": "./dist/index.d.ts", "default": "./dist/utah-design-system.es.js" }, "types": "./dist/index.d.ts", "require": "./dist/utah-design-system.umd.js", "default": [ "./dist/utah-design-system.es.js", "./dist/utah-design-system.umd.js", "./index.js" ] }, "./css": "./dist/style.css", "./dist/*": "./dist/*", "./src/css/": "./src/css/", "./css/index.scss": "./css/index.scss" }, "main": "index.js", "types": "./dist/index.d.ts", "files": [ "css", "dist", "react" ], "peerDependencies": { "react": "18.x" }, "scripts": { "build": "vite build", "buildw": "vite build --watch", "buildTypes": "mkdir -p dist && cp ./artifacts/index.d.ts ./dist/", "generateTypes": "npx tsc", "preview": "vite preview", "publishLibrary": "npm publish --access public", "test:ci": "vitest run --coverage --mode development-local", "test-publish": "npm publish --dry-run", "test": "vitest", "testOnce": "vitest run", "tsc": "tsc", "tscw": "tsc --watch --skipLibCheck", "watch": "vite build --watch" }, "repository": { "type": "git", "url": "https://github.com:utahdts/utah-design-system.git", "directory": "library" }, "keywords": [ "design system", "dts", "utah", "components" ], "author": "DTS Digital Experience <dtsui@utah.gov>", "license": "State of Utah - TOT", "bugs": { "url": "https://github.com/utahdts/utah-design-system/issues" }, "homepage": "https://github.com/utahdts/utah-design-system", "dependencies": { "@utahdts/utah-design-system-header": "3.0.5", "date-fns": "4.1.0", "immer": "10.1.1", "lodash": "4.17.21", "prop-types": "15.8.1", "react": "18.x", "react-popper": "2.3.0", "use-immer": "0.11.0", "uuid": "11.1.0" }, "devDependencies": { "@types/lodash": "4.17.16", "@types/react": "19.0.12", "@types/react-dom": "19.0.4", "@types/uuid": "10.0.0", "@vitejs/plugin-react": "4.3.4", "@vitest/coverage-istanbul": "3.0.9", "@vitest/ui": "3.0.9", "jsdom": "26.0.0", "sass": "1.86.0", "typescript": "5.8.2", "vite": "6.2.2", "vitest": "3.0.9" }, "type": "module" }