|
1 | 1 | { |
2 | | - "name": "honcho-ui", |
| 2 | + "name": "openconcho", |
3 | 3 | "private": true, |
4 | 4 | "version": "0.1.0", |
5 | | - "type": "module", |
| 5 | + "packageManager": "pnpm@10.33.2", |
6 | 6 | "scripts": { |
7 | | - "dev": "vite", |
8 | | - "build": "tsc -b && vite build", |
9 | | - "preview": "vite preview", |
10 | | - "lint": "biome check src/", |
11 | | - "lint:fix": "biome check --write src/", |
12 | | - "format": "biome format --write src/", |
13 | | - "test": "vitest run", |
14 | | - "test:watch": "vitest", |
15 | | - "generate:api": "openapi-typescript openapi.json -o src/api/schema.d.ts" |
16 | | - }, |
17 | | - "dependencies": { |
18 | | - "@fontsource/dm-mono": "^5.2.7", |
19 | | - "@fontsource/dm-sans": "^5.2.8", |
20 | | - "@radix-ui/react-collapsible": "^1.1.12", |
21 | | - "@radix-ui/react-dialog": "^1.1.15", |
22 | | - "@radix-ui/react-label": "^2.1.8", |
23 | | - "@radix-ui/react-separator": "^1.1.8", |
24 | | - "@radix-ui/react-slot": "^1.2.4", |
25 | | - "@radix-ui/react-tooltip": "^1.2.8", |
26 | | - "@tailwindcss/vite": "^4.2.4", |
27 | | - "@tanstack/react-query": "^5.74.4", |
28 | | - "@tanstack/react-router": "^1.120.3", |
29 | | - "class-variance-authority": "^0.7.1", |
30 | | - "clsx": "^2.1.1", |
31 | | - "framer-motion": "^12.38.0", |
32 | | - "lucide-react": "^1.11.0", |
33 | | - "luxon": "^3.7.2", |
34 | | - "openapi-fetch": "^0.13.5", |
35 | | - "react": "^19.2.5", |
36 | | - "react-dom": "^19.2.5", |
37 | | - "react-markdown": "^10.1.0", |
38 | | - "remark-gfm": "^4.0.1", |
39 | | - "tailwind-merge": "^3.5.0", |
40 | | - "tailwindcss": "^4.2.4", |
41 | | - "zod": "^3.24.3" |
| 7 | + "dev": "pnpm --filter @openconcho/desktop dev", |
| 8 | + "build": "turbo run build", |
| 9 | + "lint": "turbo run lint", |
| 10 | + "test": "turbo run test", |
| 11 | + "typecheck": "turbo run typecheck" |
42 | 12 | }, |
43 | 13 | "devDependencies": { |
44 | 14 | "@biomejs/biome": "^1.9.4", |
45 | | - "@tanstack/router-plugin": "^1.120.3", |
46 | | - "@testing-library/jest-dom": "^6.6.3", |
47 | | - "@testing-library/react": "^16.3.0", |
48 | | - "@testing-library/user-event": "^14.6.1", |
49 | | - "@types/luxon": "^3.7.1", |
50 | | - "@types/node": "^25.6.0", |
51 | | - "@types/react": "^19.2.14", |
52 | | - "@types/react-dom": "^19.2.3", |
53 | | - "@vitejs/plugin-react": "^6.0.1", |
54 | | - "jsdom": "^26.1.0", |
55 | | - "openapi-typescript": "^7.8.0", |
56 | | - "typescript": "~6.0.2", |
57 | | - "vite": "^8.0.10", |
58 | | - "vitest": "^3.2.3" |
| 15 | + "@semantic-release/changelog": "^6.0.0", |
| 16 | + "@semantic-release/commit-analyzer": "^13.0.0", |
| 17 | + "@semantic-release/exec": "^7.1.0", |
| 18 | + "@semantic-release/git": "^10.0.0", |
| 19 | + "@semantic-release/github": "^10.0.0", |
| 20 | + "@semantic-release/release-notes-generator": "^14.0.0", |
| 21 | + "semantic-release": "^24.0.0", |
| 22 | + "turbo": "^2" |
59 | 23 | } |
60 | 24 | } |
0 commit comments