mirror of
https://github.com/dream-num/univer.git
synced 2026-09-24 15:32:18 +08:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "@univerjs-infra/shared",
|
|
"version": "0.5.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.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.16.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitest/coverage-istanbul": "^2.1.8",
|
|
"eslint-plugin-readable-tailwind": "^1.8.2",
|
|
"fs-extra": "^11.2.0",
|
|
"happy-dom": "15.0.0",
|
|
"javascript-obfuscator": "^4.1.1",
|
|
"sort-keys": "^5.1.0",
|
|
"tailwindcss": "^3.4.16",
|
|
"vite": "^6.0.3",
|
|
"vite-plugin-dts": "^4.3.0",
|
|
"vite-plugin-external": "^4.3.1",
|
|
"vitest": "^2.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@univerjs/icons": "^0.2.8",
|
|
"@univerjs/icons-svg": "^0.2.8",
|
|
"@univerjs/protocol": "0.1.39"
|
|
}
|
|
}
|