유니버CE 초기화 테스트 완료

This commit is contained in:
sheetEasy AI Team
2025-06-24 14:15:09 +09:00
parent d9a198a157
commit ba58aaabf5
19 changed files with 6569 additions and 1561 deletions

View File

@@ -19,6 +19,22 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@univerjs/core": "^0.8.2",
"@univerjs/design": "^0.8.2",
"@univerjs/docs": "^0.8.2",
"@univerjs/docs-ui": "^0.8.2",
"@univerjs/engine-formula": "^0.8.2",
"@univerjs/engine-numfmt": "^0.8.2",
"@univerjs/engine-render": "^0.8.2",
"@univerjs/facade": "^0.5.5",
"@univerjs/sheets": "^0.8.2",
"@univerjs/sheets-formula": "^0.8.2",
"@univerjs/sheets-formula-ui": "^0.8.2",
"@univerjs/sheets-numfmt": "^0.8.2",
"@univerjs/sheets-numfmt-ui": "^0.8.2",
"@univerjs/sheets-ui": "^0.8.2",
"@univerjs/ui": "^0.8.2",
"@univerjs/uniscript": "^0.8.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
@@ -27,9 +43,7 @@
"luckysheet": "^2.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sheetjs-style": "^0.15.8",
"tailwind-merge": "^2.5.4",
"xlsx": "^0.18.5",
"zustand": "^5.0.2"
},
"devDependencies": {
@@ -46,6 +60,7 @@
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
@@ -54,6 +69,7 @@
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"vite": "^6.0.1",