mirror of
https://github.com/dream-num/univer.git
synced 2026-09-21 13:50:19 +08:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "@univerjs-infra/shared",
|
|
"version": "0.6.4",
|
|
"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.js",
|
|
"./tsconfigs/*": "./tsconfigs/*.json",
|
|
"./vite": "./vite/index.ts",
|
|
"./vitest": "./vitest/index.js",
|
|
"./tailwind": "./tailwind/tailwind.config.ts",
|
|
"./postcss": "./postcss/postcss.config.mjs"
|
|
},
|
|
"main": "bin/index.js",
|
|
"bin": {
|
|
"univer-cli": "bin/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/parser": "^8.26.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitest/coverage-istanbul": "^3.0.8",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint-plugin-readable-tailwind": "^1.9.1",
|
|
"fs-extra": "^11.3.0",
|
|
"happy-dom": "15.0.0",
|
|
"javascript-obfuscator": "^4.1.1",
|
|
"postcss-preset-env": "^10.1.5",
|
|
"sort-keys": "^5.1.0",
|
|
"tailwind-scrollbar": "^3.1.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"vite": "^6.2.1",
|
|
"vite-plugin-dts": "^4.5.3",
|
|
"vite-plugin-external": "^6.0.1",
|
|
"vitest": "^3.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@univerjs/icons": "^0.2.21",
|
|
"@univerjs/icons-svg": "^0.2.21",
|
|
"@univerjs/protocol": "0.1.44"
|
|
}
|
|
}
|