mirror of
https://github.com/dream-num/univer.git
synced 2026-09-19 10:29:12 +08:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "@univerjs/debugger",
|
|
"version": "0.24.0",
|
|
"private": true,
|
|
"description": "",
|
|
"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": [],
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
"rxjs": ">=7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@univerjs/core": "workspace:*",
|
|
"@univerjs/design": "workspace:*",
|
|
"@univerjs/docs-drawing-ui": "workspace:*",
|
|
"@univerjs/engine-render": "workspace:*",
|
|
"@univerjs/icons": "1.4.0",
|
|
"@univerjs/mockdata": "workspace:*",
|
|
"@univerjs/sheets": "workspace:*",
|
|
"@univerjs/sheets-drawing-ui": "workspace:*",
|
|
"@univerjs/themes": "workspace:*",
|
|
"@univerjs/ui": "workspace:*",
|
|
"@univerjs/watermark": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@univerjs-infra/shared": "workspace:*",
|
|
"postcss": "^8.5.15",
|
|
"react": "18.3.1",
|
|
"rxjs": "^7.8.2",
|
|
"tailwindcss": "3.4.18",
|
|
"typescript": "^6.0.3",
|
|
"vue": "^3.5.34"
|
|
}
|
|
}
|