mirror of
https://github.com/dream-num/univer.git
synced 2026-09-21 13:50:19 +08:00
100 lines
3.4 KiB
JSON
100 lines
3.4 KiB
JSON
{
|
|
"name": "univer",
|
|
"type": "module",
|
|
"version": "0.7.0-beta.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.10.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 || <=22",
|
|
"pnpm": ">=10"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"pre-commit": "lint-staged",
|
|
"dev": "turbo 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",
|
|
"lint:types": "turbo lint:types",
|
|
"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": "4.12.0",
|
|
"@commitlint/cli": "^19.8.0",
|
|
"@commitlint/config-conventional": "^19.8.0",
|
|
"@eslint-react/eslint-plugin": "^1.49.0",
|
|
"@playwright/test": "^1.52.0",
|
|
"@release-it-plugins/workspaces": "^4.2.0",
|
|
"@release-it/conventional-changelog": "^9.0.4",
|
|
"@storybook/react": "8.6.12",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/node": "^22.15.3",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.3",
|
|
"@univerjs-infra/shared": "workspace:*",
|
|
"@univerjs/design": "workspace:*",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"eslint": "9.26.0",
|
|
"eslint-plugin-format": "^1.0.1",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"eslint-plugin-jsdoc": "^50.6.11",
|
|
"eslint-plugin-no-barrel-import": "^0.0.2",
|
|
"eslint-plugin-no-penetrating-import": "^0.0.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"fs-extra": "^11.3.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.5.1",
|
|
"posthog-node": "^4.17.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"release-it": "^17.11.0",
|
|
"serve": "^14.2.4",
|
|
"tsx": "^4.19.4",
|
|
"turbo": "^2.5.2",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.1.3"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "19",
|
|
"@types/react-dom": "19",
|
|
"react": "19",
|
|
"react-dom": "19"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|