mirror of
https://github.com/dream-num/univer.git
synced 2026-08-29 07:13:59 +08:00
84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
{
|
|
"name": "@univerjs/debugger",
|
|
"version": "0.16.1",
|
|
"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",
|
|
"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"
|
|
},
|
|
"./lib/*": "./lib/*"
|
|
}
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "univer-cli build --skipUMD"
|
|
},
|
|
"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.1.1",
|
|
"@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.8",
|
|
"react": "18.3.1",
|
|
"rxjs": "^7.8.2",
|
|
"tailwindcss": "3.4.18",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vitest": "^4.0.18",
|
|
"vue": "^3.5.29"
|
|
}
|
|
}
|