mirror of
https://github.com/dream-num/univer.git
synced 2026-08-29 07:13:59 +08:00
97 lines
3.3 KiB
JSON
97 lines
3.3 KiB
JSON
{
|
|
"name": "univer",
|
|
"type": "module",
|
|
"version": "0.16.1",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.31.0",
|
|
"author": "DreamNum Co., Ltd. <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"
|
|
},
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": ">=10"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"pre-commit": "lint-staged",
|
|
"dev": "pnpm --filter univer-examples dev:demo -- --host 0.0.0.0",
|
|
"dev:libs": "pnpm --filter univer-examples dev:demo-libs",
|
|
"dev:e2e": "pnpm --filter univer-examples dev:e2e",
|
|
"use:react16": "tsx ./scripts/react-version-manager.ts --react=16",
|
|
"use:react19": "tsx ./scripts/react-version-manager.ts --react=19",
|
|
"typecheck": "turbo typecheck",
|
|
"test": "turbo test -- --passWithNoTests",
|
|
"coverage": "turbo coverage -- --passWithNoTests",
|
|
"build": "turbo build --concurrency=30% --filter=!./common/*",
|
|
"build:ci": "turbo build --concurrency=100% --filter=!./common/*",
|
|
"build:demo": "pnpm --filter univer-examples build:demo",
|
|
"build:e2e": "pnpm --filter univer-examples build:e2e",
|
|
"serve:e2e": "serve ./examples/local",
|
|
"test:e2e": "playwright test",
|
|
"lint": "eslint .",
|
|
"storybook:dev": "pnpm --filter @univerjs/storybook dev:storybook",
|
|
"storybook:build": "pnpm --filter @univerjs/storybook build:storybook",
|
|
"release": "release-it"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^7.7.0",
|
|
"@commitlint/cli": "^20.4.3",
|
|
"@commitlint/config-conventional": "^20.4.3",
|
|
"@eslint-react/eslint-plugin": "^2.13.0",
|
|
"@eslint/compat": "^2.0.3",
|
|
"@playwright/test": "^1.57.0",
|
|
"@release-it-plugins/workspaces": "^5.0.3",
|
|
"@release-it/conventional-changelog": "^10.0.5",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/node": "^25.3.5",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"@univerjs-infra/shared": "workspace:*",
|
|
"@univerjs/design": "workspace:*",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"eslint": "10.0.3",
|
|
"eslint-plugin-format": "^2.0.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"fs-extra": "^11.3.4",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.3.2",
|
|
"posthog-node": "^5.28.0",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"release-it": "^19.2.4",
|
|
"serve": "^14.2.6",
|
|
"tailwindcss": "3.4.18",
|
|
"tsx": "^4.21.0",
|
|
"turbo": "^2.8.14",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.18"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|