mirror of
https://github.com/dream-num/univer.git
synced 2026-09-21 05:44:04 +08:00
107 lines
3.2 KiB
JSON
107 lines
3.2 KiB
JSON
{
|
|
"name": "@univerjs/design",
|
|
"version": "0.12.2",
|
|
"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": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*",
|
|
"./locale/*": "./src/locale/*.ts"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"types": "./lib/types/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "./lib/es/index.js",
|
|
"module": "./lib/es/index.js",
|
|
"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/*"
|
|
}
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "univer-cli build"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@univerjs/icons": "^1.0.2",
|
|
"@univerjs/themes": "workspace:*",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.19",
|
|
"rc-dropdown": "^4.2.1",
|
|
"rc-menu": "^9.16.0",
|
|
"rc-virtual-list": "^3.16.1",
|
|
"react-grid-layout": "^1.5.1",
|
|
"react-transition-group": "^4.4.5",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/react-grid-layout": "^1.3.6",
|
|
"@types/react-transition-group": "^4.4.12",
|
|
"@univerjs-infra/shared": "workspace:*",
|
|
"@univerjs/core": "workspace:*",
|
|
"postcss": "^8.5.6",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"tailwindcss": "3.4.18",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.2.4",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|