-
-
Notifications
You must be signed in to change notification settings - Fork 625
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(umd): create all-in-one UMD bundle
- Loading branch information
Showing
18 changed files
with
445 additions
and
82 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# @univerjs/umd | ||
|
||
[![npm version](https://img.shields.io/npm/v/@univerjs/umd)](https://npmjs.org/package/@univerjs/umd) | ||
[![license](https://img.shields.io/npm/l/@univerjs/umd)](https://img.shields.io/npm/l/@univerjs/umd) | ||
|
||
## 简介 | ||
|
||
## 使用指南 | ||
|
||
### 安装 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# @univerjs/umd | ||
|
||
[![npm version](https://img.shields.io/npm/v/@univerjs/umd)](https://npmjs.org/package/@univerjs/umd) | ||
[![license](https://img.shields.io/npm/l/@univerjs/umd)](https://img.shields.io/npm/l/@univerjs/umd) | ||
|
||
## Introduction | ||
|
||
## Usage | ||
|
||
### Installation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"name": "@univerjs/umd", | ||
"version": "0.1.7", | ||
"private": false, | ||
"description": "UMD bundle for 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" | ||
], | ||
"main": "./lib/univer.full.umd.js", | ||
"publishConfig": { | ||
"access": "public", | ||
"exports": { | ||
"./lib/*": "./lib/*" | ||
} | ||
}, | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"engines": { | ||
"node": ">=16.0.0", | ||
"npm": ">=8.0.0" | ||
}, | ||
"scripts": { | ||
"build:umd": "node ./scripts/index.mjs" | ||
}, | ||
"dependencies": { | ||
"@univerjs/core": "workspace:*", | ||
"@univerjs/data-validation": "workspace:*", | ||
"@univerjs/design": "workspace:*", | ||
"@univerjs/docs": "workspace:*", | ||
"@univerjs/docs-ui": "workspace:*", | ||
"@univerjs/engine-formula": "workspace:*", | ||
"@univerjs/engine-numfmt": "workspace:*", | ||
"@univerjs/engine-render": "workspace:*", | ||
"@univerjs/facade": "workspace:*", | ||
"@univerjs/find-replace": "workspace:*", | ||
"@univerjs/image": "workspace:*", | ||
"@univerjs/network": "workspace:*", | ||
"@univerjs/protocol": "^0.1.20", | ||
"@univerjs/rpc": "workspace:*", | ||
"@univerjs/sheets": "workspace:*", | ||
"@univerjs/sheets-conditional-formatting": "workspace:*", | ||
"@univerjs/sheets-conditional-formatting-ui": "workspace:*", | ||
"@univerjs/sheets-data-validation": "workspace:*", | ||
"@univerjs/sheets-find-replace": "workspace:*", | ||
"@univerjs/sheets-formula": "workspace:*", | ||
"@univerjs/sheets-numfmt": "workspace:*", | ||
"@univerjs/sheets-ui": "workspace:*", | ||
"@univerjs/sheets-zen-editor": "workspace:*", | ||
"@univerjs/slides": "workspace:*", | ||
"@univerjs/slides-ui": "workspace:*", | ||
"@univerjs/ui": "workspace:*", | ||
"@univerjs/uniscript": "workspace:*", | ||
"@wendellhu/redi": "^0.13.3", | ||
"clsx": "^2.1.1", | ||
"dayjs": "^1.11.10", | ||
"monaco-editor": "0.48.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rxjs": "^7.8.1" | ||
} | ||
} |
Oops, something went wrong.