Files
univer/common/shared/package.json
T
2026-07-07 12:45:39 +08:00

60 lines
1.9 KiB
JSON

{
"name": "@univerjs-infra/shared",
"type": "module",
"version": "1.0.0-alpha.2",
"private": true,
"description": "Some infrastructures for univerjs",
"author": "DreamNum <developer@univer.ai>",
"license": "Apache-2.0",
"homepage": "https://github.com/dream-num/univer",
"repository": {
"type": "git",
"url": "https://github.com/dream-num/univer.git"
},
"keywords": [],
"exports": {
"./eslint": "./eslint/index.ts",
"./tsconfigs/*": "./tsconfigs/*.json",
"./vitest": "./vitest/index.ts",
"./esbuild": "./esbuild/index.ts",
"./tailwind": "./tailwind/tailwind.config.ts",
"./postcss": "./postcss/postcss.config.mjs",
"./tsdown": "./tsdown/index.ts",
"./locale": "./locale/index.ts",
"./preset-build": "./preset-build/index.ts"
},
"main": "bin/index.mts",
"bin": {
"univer-cli": "bin/index.mts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tsdown/css": "^0.22.3",
"@typescript-eslint/parser": "^8.63.0",
"@vitest/coverage-istanbul": "^4.1.10",
"autoprefixer": "^10.5.2",
"eslint-plugin-better-tailwindcss": "^4.6.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-no-barrel-import": "^0.0.2",
"eslint-plugin-no-penetrating-import": "^0.0.1",
"happy-dom": "20.10.6",
"javascript-obfuscator": "^5.4.3",
"postcss-preset-env": "^11.3.2",
"postcss-replace": "^2.0.1",
"sort-keys": "^6.0.1",
"tailwind-scrollbar": "^3",
"tailwindcss": "3.4.18",
"tsdown": "^0.22.3",
"unplugin-vue": "^7.2.0",
"vitest": "^4.1.10"
},
"devDependencies": {
"@univerjs/icons": "1.19.0",
"@univerjs/icons-svg": "^1.19.0",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.6"
}
}