| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "name": "@univerjs/sheets-data-validation-ui",
- "version": "0.5.5",
- "private": false,
- "description": "Data validation UI for Univer Sheets",
- "author": "DreamNum <developer@univer.ai>",
- "license": "Apache-2.0",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/univer"
- },
- "homepage": "https://univer.ai",
- "repository": {
- "type": "git",
- "url": "https://github.com/dream-num/univer"
- },
- "bugs": {
- "url": "https://github.com/dream-num/univer/issues"
- },
- "keywords": [
- "univer"
- ],
- "exports": {
- ".": {
- "import": "./lib/es/index.js",
- "require": "./lib/cjs/index.js",
- "types": "./lib/types/index.d.ts"
- },
- "./*": {
- "import": "./lib/es/*",
- "require": "./lib/cjs/*",
- "types": "./lib/types/index.d.ts"
- },
- "./locale/*": {
- "import": "./lib/es/locale/*.js",
- "require": "./lib/cjs/locale/*.js",
- "types": "./lib/types/locale/*.d.ts"
- },
- "./lib/*": "./lib/*"
- },
- "main": "./lib/es/index.js",
- "types": "./lib/types/index.d.ts",
- "publishConfig": {
- "access": "public"
- },
- "directories": {
- "lib": "lib"
- },
- "files": [
- "lib"
- ],
- "peerDependencies": {
- "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
- "rxjs": ">=7.0.0"
- },
- "dependencies": {
- "@flatten-js/interval-tree": "^1.1.3",
- "@univerjs/icons": "^0.2.12",
- "clsx": "^2.1.1",
- "@univerjs/core": "0.5.5",
- "@univerjs/design": "0.5.5",
- "@univerjs/docs": "0.5.5",
- "@univerjs/engine-render": "0.5.5",
- "@univerjs/data-validation": "0.5.5",
- "@univerjs/engine-formula": "0.5.5",
- "@univerjs/sheets-data-validation": "0.5.5",
- "@univerjs/sheets": "0.5.5",
- "@univerjs/sheets-formula-ui": "0.5.5",
- "@univerjs/sheets-ui": "0.5.5",
- "@univerjs/ui": "0.5.5",
- "@univerjs/sheets-numfmt": "0.5.5"
- },
- "devDependencies": {
- "less": "^4.2.1",
- "postcss": "^8.4.49",
- "react": "18.3.1",
- "rxjs": "^7.8.1",
- "tailwindcss": "^3.4.17",
- "typescript": "^5.7.2",
- "vite": "^6.0.7",
- "vitest": "^2.1.8",
- "@univerjs-infra/shared": "0.5.5"
- },
- "scripts": {
- "dev": "vite",
- "test": "vitest run",
- "test:watch": "vitest",
- "coverage": "vitest run --coverage",
- "build": "univer-cli build",
- "lint:types": "tsc --noEmit"
- },
- "module": "./lib/es/index.js"
- }
|