|
| 1 | +{ |
| 2 | + "name": "@version14/ui", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Version14 design system — shared UI primitives for all Version14 products", |
| 5 | + "license": "MIT", |
| 6 | + "type": "module", |
| 7 | + "exports": { |
| 8 | + ".": { |
| 9 | + "types": "./dist/index.d.ts", |
| 10 | + "import": "./dist/index.js", |
| 11 | + "require": "./dist/index.cjs" |
| 12 | + }, |
| 13 | + "./preset": { |
| 14 | + "types": "./dist/preset.d.ts", |
| 15 | + "import": "./dist/preset.js", |
| 16 | + "require": "./dist/preset.cjs" |
| 17 | + } |
| 18 | + }, |
| 19 | + "main": "./dist/index.cjs", |
| 20 | + "module": "./dist/index.js", |
| 21 | + "types": "./dist/index.d.ts", |
| 22 | + "files": [ |
| 23 | + "dist" |
| 24 | + ], |
| 25 | + "packageManager": "pnpm@10.11.0", |
| 26 | + "engines": { |
| 27 | + "node": ">=20", |
| 28 | + "pnpm": ">=10" |
| 29 | + }, |
| 30 | + "scripts": { |
| 31 | + "prepare": "panda codegen", |
| 32 | + "codegen": "panda codegen", |
| 33 | + "build": "tsup", |
| 34 | + "dev": "tsup --watch", |
| 35 | + "type-check": "tsc --noEmit", |
| 36 | + "lint": "biome check src", |
| 37 | + "lint:fix": "biome check --write src", |
| 38 | + "format": "biome format --write src", |
| 39 | + "test": "vitest run", |
| 40 | + "test:watch": "vitest", |
| 41 | + "storybook": "storybook dev -p 6006", |
| 42 | + "build-storybook": "storybook build" |
| 43 | + }, |
| 44 | + "peerDependencies": { |
| 45 | + "@pandacss/dev": ">=0.45", |
| 46 | + "react": ">=18", |
| 47 | + "react-dom": ">=18" |
| 48 | + }, |
| 49 | + "devDependencies": { |
| 50 | + "@biomejs/biome": "^2.4.15", |
| 51 | + "@changesets/cli": "^2.27.1", |
| 52 | + "@chromatic-com/storybook": "^3.2.2", |
| 53 | + "@pandacss/dev": "^0.45.0", |
| 54 | + "@solar-icons/react": "^1.1.1", |
| 55 | + "@storybook/addon-essentials": "^8.4.7", |
| 56 | + "@storybook/addon-interactions": "^8.4.7", |
| 57 | + "@storybook/addon-themes": "^8.4.7", |
| 58 | + "@storybook/react": "^8.4.7", |
| 59 | + "@storybook/react-vite": "^8.4.7", |
| 60 | + "@storybook/test": "^8.4.7", |
| 61 | + "@testing-library/jest-dom": "^6.6.3", |
| 62 | + "@testing-library/react": "^16.1.0", |
| 63 | + "@testing-library/user-event": "^14.5.2", |
| 64 | + "@types/react": "^18.3.12", |
| 65 | + "@types/react-dom": "^18.3.1", |
| 66 | + "@vitejs/plugin-react": "^4.3.3", |
| 67 | + "jsdom": "^25.0.1", |
| 68 | + "react": "^18.3.1", |
| 69 | + "react-dom": "^18.3.1", |
| 70 | + "storybook": "^8.4.7", |
| 71 | + "tsup": "^8.3.5", |
| 72 | + "typescript": "^5.7.2", |
| 73 | + "vite": "^6.0.3", |
| 74 | + "vitest": "^2.1.6" |
| 75 | + }, |
| 76 | + "dependencies": { |
| 77 | + "@ark-ui/react": "^4.1.0", |
| 78 | + "shiki": "^1.24.0" |
| 79 | + } |
| 80 | +} |
0 commit comments