mirror of
https://github.com/run-llama/llama-ui.git
synced 2026-08-24 19:23:15 -04:00
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"name": "@llamaindex/ui-monorepo",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev:ui": "pnpm --filter @llamaindex/ui dev",
|
|
"build:ui": "pnpm --filter @llamaindex/ui build",
|
|
"test": "pnpm -r --if-present run test",
|
|
"coverage": "pnpm -r --if-present run coverage",
|
|
"storybook": "pnpm --filter @llamaindex/ui storybook",
|
|
"typecheck": "pnpm -r --if-present run typecheck",
|
|
"build:all": "pnpm -r --if-present run build",
|
|
"lint": "pnpm -r --if-present run lint",
|
|
"lint:fix": "pnpm -r --if-present run lint:fix",
|
|
"format": "pnpm -r --if-present run format",
|
|
"format-check": "pnpm -r --if-present run format-check",
|
|
"changeset": "changeset",
|
|
"version-packages": "changeset version",
|
|
"release": "pnpm build:all && changeset publish"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.29.5",
|
|
"@eslint/js": "^9.36.0",
|
|
"@next/eslint-plugin-next": "^15.5.4",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/node": "^20.0.0",
|
|
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
"eslint": "^9.36.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.21",
|
|
"eslint-plugin-storybook": "^9.1.8",
|
|
"globals": "^16.4.0",
|
|
"playwright": "^1.56.1",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.44.1",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"overrides": {
|
|
"@types/node": "20.19.22",
|
|
"vite": "6.4.0",
|
|
"@vitejs/plugin-react-swc": "^4.1.0"
|
|
},
|
|
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
|
|
} |