|
| 1 | +{ |
| 2 | + "name": "@object-ui/plugin-calendar", |
| 3 | + "version": "0.3.0", |
| 4 | + "type": "module", |
| 5 | + "license": "MIT", |
| 6 | + "description": "Calendar view plugin for Object UI", |
| 7 | + "homepage": "https://www.objectui.org", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/objectstack-ai/objectui.git", |
| 11 | + "directory": "packages/plugin-calendar" |
| 12 | + }, |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/objectstack-ai/objectui/issues" |
| 15 | + }, |
| 16 | + "main": "dist/index.umd.cjs", |
| 17 | + "module": "dist/index.js", |
| 18 | + "types": "dist/index.d.ts", |
| 19 | + "exports": { |
| 20 | + ".": { |
| 21 | + "types": "./dist/index.d.ts", |
| 22 | + "import": "./dist/index.js", |
| 23 | + "require": "./dist/index.umd.cjs" |
| 24 | + } |
| 25 | + }, |
| 26 | + "scripts": { |
| 27 | + "build": "vite build", |
| 28 | + "test": "vitest run", |
| 29 | + "test:watch": "vitest", |
| 30 | + "type-check": "tsc --noEmit", |
| 31 | + "lint": "eslint ." |
| 32 | + }, |
| 33 | + "dependencies": { |
| 34 | + "@object-ui/components": "workspace:*", |
| 35 | + "@object-ui/core": "workspace:*", |
| 36 | + "@object-ui/react": "workspace:*", |
| 37 | + "@object-ui/types": "workspace:*", |
| 38 | + "lucide-react": "^0.563.0" |
| 39 | + }, |
| 40 | + "peerDependencies": { |
| 41 | + "react": "^18.0.0 || ^19.0.0", |
| 42 | + "react-dom": "^18.0.0 || ^19.0.0" |
| 43 | + }, |
| 44 | + "devDependencies": { |
| 45 | + "@types/react": "^19.2.9", |
| 46 | + "@types/react-dom": "^19.2.3", |
| 47 | + "@vitejs/plugin-react": "^4.2.1", |
| 48 | + "typescript": "^5.9.3", |
| 49 | + "vite": "^7.3.1", |
| 50 | + "vite-plugin-dts": "^4.5.4" |
| 51 | + } |
| 52 | +} |
0 commit comments