| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "name": "@univerjs/design",
- "version": "0.5.5",
- "private": false,
- "description": "UI component library for building exceptional Univer.",
- "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",
- "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0"
- },
- "dependencies": {
- "@rc-component/color-picker": "^2.0.1",
- "@rc-component/trigger": "^2.2.5",
- "@univerjs/icons": "^0.2.12",
- "clsx": "^2.1.1",
- "dayjs": "^1.11.13",
- "rc-dialog": "^9.6.0",
- "rc-dropdown": "^4.2.0",
- "rc-input": "^1.6.3",
- "rc-input-number": "^9.3.0",
- "rc-menu": "^9.16.0",
- "rc-picker": "^4.8.1",
- "rc-segmented": "^2.5.0",
- "rc-select": "^14.16.3",
- "rc-textarea": "^1.8.2",
- "rc-util": "^5.43.0",
- "rc-virtual-list": "^3.15.0",
- "react-draggable": "^4.4.6",
- "react-grid-layout": "^1.5.0",
- "react-transition-group": "^4.4.5",
- "tailwind-merge": "^2.6.0"
- },
- "devDependencies": {
- "@testing-library/react": "^16.1.0",
- "@types/react-grid-layout": "^1.3.5",
- "@types/react-transition-group": "^4.4.11",
- "less": "^4.2.1",
- "postcss": "^8.4.49",
- "react": "18.3.1",
- "react-dom": "18.3.1",
- "tailwindcss": "^3.4.17",
- "tailwindcss-animate": "^1.0.7",
- "typescript": "^5.7.2",
- "vite": "^6.0.7",
- "vitest": "^2.1.8",
- "@univerjs-infra/shared": "0.5.5",
- "@univerjs/core": "0.5.5"
- },
- "scripts": {
- "test": "vitest run",
- "test:watch": "vitest",
- "coverage": "vitest run --coverage",
- "lint:types": "tsc --noEmit",
- "build": "univer-cli build"
- },
- "module": "./lib/es/index.js"
- }
|