@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
75 lines (74 loc) • 2.17 kB
JSON
{
"name": "@veracity/vui",
"version": "5.3.1",
"description": "Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.",
"keywords": [
"tanstack-intent"
],
"license": "SEE LICENSE IN LICENSE.md",
"author": "Veracity",
"files": [
"dist",
"skills"
],
"type": "module",
"sideEffects": false,
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "tsdown",
"clean": "premove .turbo dist node_modules",
"dev": "tsdown --watch",
"figma:publish:dry-run": "npx figma connect publish --dry-run --verbose",
"figma:publish": "npx figma connect publish",
"format": "oxfmt",
"lint:attw": "attw --pack . --profile esm-only",
"lint:fix": "oxlint --fix",
"lint": "oxlint",
"postpack": "node scripts/postpack.ts",
"prepack": "node scripts/prepack.ts",
"skills:validate": "intent validate"
},
"dependencies": {
"@floating-ui/react": "^0.27.20",
"@radix-ui/react-slider": "^1.4.7",
"@types/styled-components": "5.1.36",
"@xstyled/core": "2.5.0",
"@xstyled/styled-components": "2.5.0",
"@xstyled/system": "2.5.0",
"@xstyled/util": "2.2.3",
"react-focus-lock": "2.13.7",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.5",
"@figma/code-connect": "^1.5.3",
"@tanstack/intent": "^0.3.6",
"@types/node": "^26",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@veracity/oxfmt-config": "*",
"@veracity/oxlint-config": "*",
"@veracity/tsconfig": "*",
"oxfmt": "^0.63.0",
"oxlint": "^1.78.0",
"oxlint-tsgolint": "^7.0.2001",
"premove": "^4.0.0",
"publint": "^0.3.23",
"tsdown": "^0.22.14"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"inlinedDependencies": {
"@floating-ui/core": "1.8.0",
"@floating-ui/dom": "1.8.0",
"@floating-ui/react-dom": "2.1.9",
"@floating-ui/utils": "0.2.12",
"csstype": "3.2.3"
}
}