mirror of
https://github.com/dream-num/univer.git
synced 2026-08-28 23:01:30 +08:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "formula-integration-test",
|
|
"private": true,
|
|
"author": "DreamNum <developer@univer.ai>",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@univerjs/core": "workspace:*",
|
|
"@univerjs/data-validation": "workspace:*",
|
|
"@univerjs/docs": "workspace:*",
|
|
"@univerjs/engine-formula": "workspace:*",
|
|
"@univerjs/mockdata": "workspace:*",
|
|
"@univerjs/rpc": "workspace:*",
|
|
"@univerjs/sheets": "workspace:*",
|
|
"@univerjs/sheets-conditional-formatting": "workspace:*",
|
|
"@univerjs/sheets-data-validation": "workspace:*",
|
|
"@univerjs/sheets-filter": "workspace:*",
|
|
"@univerjs/sheets-formula": "workspace:*",
|
|
"@univerjs/sheets-numfmt": "workspace:*",
|
|
"univer-examples": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@univerjs-infra/shared": "workspace:*",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.10"
|
|
}
|
|
}
|