@utahdts/utah-design-system
Version:
Utah Design System React Library
94 lines (93 loc) • 2.58 kB
JSON
{
"name": "@utahdts/utah-design-system",
"description": "Utah Design System React Library",
"displayName": "Utah Design System React Library",
"version": "4.2.1",
"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"
],
"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": "Apache 2.0",
"bugs": {
"url": "https://github.com/utahdts/utah-design-system/issues"
},
"homepage": "https://github.com/utahdts/utah-design-system",
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@floating-ui/react-dom": "2.1.6",
"@utahdts/utah-design-system-header": "4.2.1",
"date-fns": "4.1.0",
"immer": "10.2.0",
"lodash-es": "4.17.21",
"use-immer": "0.11.0",
"uuid": "13.0.0"
},
"devDependencies": {
"@types/lodash-es": "4.17.12",
"@types/react": "^19.2.6",
"@vitejs/plugin-react": "5.1.1",
"@vitest/coverage-istanbul": "4.0.10",
"@vitest/ui": "4.0.10",
"jsdom": "27.2.0",
"prop-types": "15.8.1",
"sass": "1.94.1",
"typescript": "5.9.3",
"vite": "7.2.2",
"vitest": "4.0.10"
},
"type": "module"
}