mirror of
https://github.com/dream-num/univer.git
synced 2026-09-21 13:50:19 +08:00
53 lines
1.7 KiB
JSON
53 lines
1.7 KiB
JSON
{
|
|
"name": "@univerjs-infra/shared",
|
|
"version": "0.7.0-beta.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.32.0",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"@vitest/coverage-istanbul": "^3.1.3",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint-plugin-readable-tailwind": "^1.9.1",
|
|
"fs-extra": "^11.3.0",
|
|
"happy-dom": "17.4.7",
|
|
"javascript-obfuscator": "^4.1.1",
|
|
"postcss-preset-env": "^10.1.6",
|
|
"sort-keys": "^5.1.0",
|
|
"tailwind-scrollbar": "^4.0.2",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-rem-to-px": "^0.1.1",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-dts": "^4.5.3",
|
|
"vite-plugin-external": "^6.2.2",
|
|
"vitest": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@univerjs/icons": "^0.3.24",
|
|
"@univerjs/icons-svg": "^0.3.24",
|
|
"@univerjs/protocol": "0.1.46"
|
|
}
|
|
}
|