mirror of
https://github.com/dream-num/univer.git
synced 2026-08-28 23:01:30 +08:00
101 lines
3.6 KiB
JSON
101 lines
3.6 KiB
JSON
{
|
|
"name": "univer",
|
|
"type": "module",
|
|
"version": "1.0.0-alpha.2",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.33.4",
|
|
"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"
|
|
},
|
|
"devEngines": {
|
|
"runtime": [
|
|
{
|
|
"name": "node",
|
|
"version": ">=22.18"
|
|
},
|
|
{
|
|
"name": "pnpm",
|
|
"version": ">=10"
|
|
}
|
|
]
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"pre-commit": "lint-staged",
|
|
"dev": "pnpm --filter univer-examples dev:demo -- --host 0.0.0.0",
|
|
"dev:umd": "serve .",
|
|
"dev:e2e": "pnpm --filter univer-examples dev:e2e",
|
|
"use:react16": "node --experimental-strip-types ./scripts/react-version-manager.mts --react=16",
|
|
"use:react19": "node --experimental-strip-types ./scripts/react-version-manager.mts --react=19",
|
|
"typecheck": "turbo typecheck",
|
|
"serve:umd": "serve .",
|
|
"test": "turbo test -- --passWithNoTests",
|
|
"coverage": "turbo --concurrency 50% coverage -- --passWithNoTests ",
|
|
"analyze:build": "node --experimental-strip-types ./scripts/build-analysis.mts",
|
|
"build": "pnpm run build:plugins && pnpm run build:presets",
|
|
"build:ci": "pnpm run build",
|
|
"build:plugins": "turbo build --filter '!./common/*' --filter '!./presets/**'",
|
|
"build:presets": "turbo build --filter './presets/**...' --filter '!./presets/**' && turbo build --filter './presets/**'",
|
|
"build:demo": "pnpm --filter univer-examples build:demo",
|
|
"build:e2e": "turbo build:e2e --filter univer-examples",
|
|
"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": "verso"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^9.0.0",
|
|
"@commitlint/cli": "^21.2.0",
|
|
"@commitlint/config-conventional": "^21.2.0",
|
|
"@eslint-react/eslint-plugin": "^5.11.2",
|
|
"@eslint/compat": "^2.1.0",
|
|
"@playwright/test": "^1.57.0",
|
|
"@types/node": "^26.1.0",
|
|
"@types/react": "19.2.17",
|
|
"@types/react-dom": "19.2.3",
|
|
"@univerjs-infra/shared": "workspace:*",
|
|
"@univerjs/design": "workspace:*",
|
|
"@univerkit/verso": "1.0.0-rc.1",
|
|
"eslint": "^10.5.0",
|
|
"eslint-plugin-format": "^2.0.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^17.0.8",
|
|
"posthog-node": "^5.39.4",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7",
|
|
"serve": "^14.2.6",
|
|
"tailwindcss": "3.4.18",
|
|
"turbo": "^2.10.4",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/react": "19.2.17",
|
|
"@types/react-dom": "19.2.3",
|
|
"basic-ftp": "5.2.0",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|