-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.55 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
{
"name": "univer-sheets-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --port 8089",
"build": "tsc && vite build",
"benchmark": "pnpm exec playwright test --workers=1",
"lint:types": "tsc --noEmit",
"test": "npx playwright test tests/sheets/formula-calculation-time.spec.ts",
"update:deps": "node scripts/update-deps.js"
},
"dependencies": {
"@univerjs/core": "0.5.0-nightly.202411171605",
"@univerjs/design": "0.5.0-nightly.202411171605",
"@univerjs/docs": "0.5.0-nightly.202411171605",
"@univerjs/docs-ui": "0.5.0-nightly.202411171605",
"@univerjs/engine-formula": "0.5.0-nightly.202411171605",
"@univerjs/engine-numfmt": "0.5.0-nightly.202411171605",
"@univerjs/engine-render": "0.5.0-nightly.202411171605",
"@univerjs/facade": "0.5.0-nightly.202411171605",
"@univerjs/sheets": "0.5.0-nightly.202411171605",
"@univerjs/sheets-formula": "0.5.0-nightly.202411171605",
"@univerjs/sheets-formula-ui": "0.5.0-nightly.202411171605",
"@univerjs/sheets-numfmt": "0.5.0-nightly.202411171605",
"@univerjs/sheets-numfmt-ui": "0.5.0-nightly.202411171605",
"@univerjs/sheets-ui": "0.5.0-nightly.202411171605",
"@univerjs/ui": "0.5.0-nightly.202411171605",
"systeminformation": "^5.22.3"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.4.2",
"vite": "^5.1.6"
}
}