{ "name": "@univerjs/core", "version": "0.5.5", "private": false, "description": "Core library for Univer.", "author": "DreamNum ", "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" }, "./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": { "@univerjs/protocol": "0.1.40", "@wendellhu/redi": "0.17.0", "dayjs": "^1.11.13", "fast-diff": "1.3.0", "kdbush": "^4.0.2", "lodash-es": "^4.17.21", "nanoid": "5.0.9", "numeral": "^2.0.6", "numfmt": "^2.5.2", "ot-json1": "^1.0.2", "rbush": "^4.0.1" }, "devDependencies": { "@types/lodash-es": "^4.17.12", "@types/numeral": "^2.0.5", "@types/rbush": "^4.0.0", "rxjs": "^7.8.1", "typescript": "^5.7.2", "vite": "^6.0.7", "vitest": "^2.1.8", "@univerjs-infra/shared": "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" }