|
| 1 | +{ |
| 2 | + "name": "@univerjs/tools", |
| 3 | + "version": "0.5.1", |
| 4 | + "private": false, |
| 5 | + "description": "UI component library for building exceptional Univer.", |
| 6 | + "author": "DreamNum <[email protected]>", |
| 7 | + "license": "Apache-2.0", |
| 8 | + "funding": { |
| 9 | + "type": "opencollective", |
| 10 | + "url": "https://opencollective.com/univer" |
| 11 | + }, |
| 12 | + "homepage": "https://univer.ai", |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/dream-num/univer" |
| 16 | + }, |
| 17 | + "bugs": { |
| 18 | + "url": "https://github.com/dream-num/univer/issues" |
| 19 | + }, |
| 20 | + "keywords": [ |
| 21 | + "univer" |
| 22 | + ], |
| 23 | + "exports": { |
| 24 | + "./*": "./src/*", |
| 25 | + "./react": "./src/react/index.ts", |
| 26 | + "./react-dom": "./src/react-dom/index.ts", |
| 27 | + "./react-dom/client": "./src/react-dom/client.ts" |
| 28 | + }, |
| 29 | + "main": "./src/index.ts", |
| 30 | + "types": "./lib/types/index.d.ts", |
| 31 | + "publishConfig": { |
| 32 | + "access": "public", |
| 33 | + "main": "./lib/es/index.js", |
| 34 | + "module": "./lib/es/index.js", |
| 35 | + "exports": { |
| 36 | + ".": { |
| 37 | + "import": "./lib/es/index.js", |
| 38 | + "require": "./lib/cjs/index.js", |
| 39 | + "types": "./lib/types/index.d.ts" |
| 40 | + }, |
| 41 | + "./*": { |
| 42 | + "import": "./lib/es/*", |
| 43 | + "require": "./lib/cjs/*", |
| 44 | + "types": "./lib/types/index.d.ts" |
| 45 | + }, |
| 46 | + "./locale/*": { |
| 47 | + "import": "./lib/es/locale/*.js", |
| 48 | + "require": "./lib/cjs/locale/*.js", |
| 49 | + "types": "./lib/types/locale/*.d.ts" |
| 50 | + }, |
| 51 | + "./lib/*": "./lib/*" |
| 52 | + } |
| 53 | + }, |
| 54 | + "directories": { |
| 55 | + "lib": "lib" |
| 56 | + }, |
| 57 | + "files": [ |
| 58 | + "lib" |
| 59 | + ], |
| 60 | + "scripts": { |
| 61 | + "lint:types": "tsc --noEmit", |
| 62 | + "build": "univer-cli build" |
| 63 | + }, |
| 64 | + "dependencies": { |
| 65 | + "react": "18.3.1", |
| 66 | + "react-dom": "18.3.1" |
| 67 | + }, |
| 68 | + "devDependencies": { |
| 69 | + "@univerjs-infra/shared": "workspace:*", |
| 70 | + "typescript": "^5.7.2", |
| 71 | + "vite": "^6.0.3" |
| 72 | + }, |
| 73 | + "space": { |
| 74 | + ".": { |
| 75 | + "import": "./lib/es/index.js", |
| 76 | + "require": "./lib/cjs/index.js", |
| 77 | + "types": "./lib/types/index.d.ts" |
| 78 | + }, |
| 79 | + "./*": { |
| 80 | + "import": "./lib/es/*", |
| 81 | + "require": "./lib/cjs/*", |
| 82 | + "types": "./lib/types/index.d.ts" |
| 83 | + }, |
| 84 | + "./locale/*": { |
| 85 | + "import": "./lib/es/locale/*.js", |
| 86 | + "require": "./lib/cjs/locale/*.js", |
| 87 | + "types": "./lib/types/locale/*.d.ts" |
| 88 | + }, |
| 89 | + "./lib/*": "./lib/*" |
| 90 | + } |
| 91 | +} |
0 commit comments