This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 2.91 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "univer-examples",
"private": true,
"description": "Univer examples",
"author": "DreamNum <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/dream-num/univer-examples.git"
},
"keywords": [
"univer",
"sheet",
"doc",
"slide"
],
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@univerjs/core": "0.1.9-nightly.202404291607",
"@univerjs/data-validation": "0.1.9-nightly.202404291607",
"@univerjs/design": "0.1.9-nightly.202404291607",
"@univerjs/docs": "0.1.9-nightly.202404291607",
"@univerjs/docs-ui": "0.1.9-nightly.202404291607",
"@univerjs/engine-formula": "0.1.9-nightly.202404291607",
"@univerjs/engine-render": "0.1.9-nightly.202404291607",
"@univerjs/facade": "0.1.9-nightly.202404291607",
"@univerjs/find-replace": "0.1.9-nightly.202404291607",
"@univerjs/icons": "^0.1.44",
"@univerjs/rpc": "0.1.9-nightly.202404291607",
"@univerjs/sheets": "0.1.9-nightly.202404291607",
"@univerjs/sheets-conditional-formatting": "0.1.9-nightly.202404291607",
"@univerjs/sheets-conditional-formatting-ui": "0.1.9-nightly.202404291607",
"@univerjs/sheets-data-validation": "0.1.9-nightly.202404291607",
"@univerjs/sheets-filter": "0.1.9-nightly.202404291607",
"@univerjs/sheets-filter-ui": "0.1.9-nightly.202404291607",
"@univerjs/sheets-find-replace": "0.1.9-nightly.202404291607",
"@univerjs/sheets-formula": "0.1.9-nightly.202404291607",
"@univerjs/sheets-numfmt": "0.1.9-nightly.202404291607",
"@univerjs/sheets-ui": "0.1.9-nightly.202404291607",
"@univerjs/sheets-zen-editor": "0.1.9-nightly.202404291607",
"@univerjs/slides": "0.1.9-nightly.202404291607",
"@univerjs/slides-ui": "0.1.9-nightly.202404291607",
"@univerjs/ui": "0.1.9-nightly.202404291607",
"@wendellhu/redi": "^0.13.0",
"clsx": "^2.1.0",
"less": "^4.2.0",
"monaco-editor": "0.45.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-mosaic-component": "^6.1.0",
"rxjs": "^7.8.1",
"vue": "^3.4.21"
},
"devDependencies": {
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@univerjs/vite-plugin": "^0.3.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.4.2",
"vite": "^5.1.6"
}
}