mirror of
https://github.com/dream-num/univer.git
synced 2026-08-30 17:21:11 +08:00
61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"name": "@univerjs-infra/shared",
|
|
"version": "0.16.1",
|
|
"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",
|
|
"./vite": "./vite/index.ts",
|
|
"./vitest": "./vitest/index.js",
|
|
"./esbuild": "./esbuild/index.ts",
|
|
"./tailwind": "./tailwind/tailwind.config.ts",
|
|
"./postcss": "./postcss/postcss.config.mjs"
|
|
},
|
|
"main": "bin/index.js",
|
|
"bin": {
|
|
"univer-cli": "bin/index.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/parser": "^8.56.1",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"@vitest/coverage-istanbul": "^4.0.18",
|
|
"autoprefixer": "^10.4.24",
|
|
"eslint-plugin-better-tailwindcss": "^4.3.0",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"eslint-plugin-no-barrel-import": "^0.0.2",
|
|
"eslint-plugin-no-penetrating-import": "^0.0.1",
|
|
"fs-extra": "^11.3.4",
|
|
"happy-dom": "20.7.0",
|
|
"javascript-obfuscator": "^5.3.0",
|
|
"postcss-preset-env": "^11.2.0",
|
|
"postcss-replace": "^2.0.1",
|
|
"sort-keys": "^6.0.0",
|
|
"tailwind-scrollbar": "^3",
|
|
"tailwindcss": "3.4.18",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"vite-plugin-external": "^6.2.2",
|
|
"vitest": "^4.0.18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@univerjs/icons": "^1.1.1",
|
|
"@univerjs/icons-svg": "^1.1.1",
|
|
"@univerjs/protocol": "0.1.48",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|