|
20 | 20 | ], |
21 | 21 | "scripts": { |
22 | 22 | "dev": "vite serve dev", |
| 23 | + "test": "bun test; bunx playwright test;", |
23 | 24 | "build": "tsup", |
24 | 25 | "build:site": "vite build dev", |
25 | 26 | "ci": "bun run lint && bun run build", |
|
41 | 42 | "devDependencies": { |
42 | 43 | "@changesets/changelog-github": "^0.5.0", |
43 | 44 | "@changesets/cli": "^2.27.10", |
| 45 | + "@happy-dom/global-registrator": "^15.11.7", |
44 | 46 | "@hono/vite-dev-server": "^0.17.0", |
| 47 | + "@kobalte/core": "^0.13.7", |
| 48 | + "@playwright/test": "^1.49.1", |
| 49 | + "@testing-library/dom": "^10.4.0", |
45 | 50 | "@types/bun": "^1.1.14", |
46 | 51 | "@typescript-eslint/eslint-plugin": "^8.17.0", |
47 | 52 | "@typescript-eslint/parser": "^8.17.0", |
48 | 53 | "autoprefixer": "^10.4.20", |
| 54 | + "class-variance-authority": "^0.7.1", |
| 55 | + "clsx": "^2.1.1", |
49 | 56 | "eslint": "^9.16.0", |
50 | 57 | "eslint-plugin-solid": "^0.14.4", |
| 58 | + "happy-dom": "^15.11.7", |
51 | 59 | "hono": "^4.6.12", |
52 | 60 | "postcss": "^8.4.49", |
53 | 61 | "prettier": "^3.4.2", |
54 | 62 | "prettier-plugin-tailwindcss": "^0.6.9", |
55 | 63 | "solid-js": "^1.9.3", |
| 64 | + "tailwind-merge": "^2.5.5", |
56 | 65 | "tailwindcss": "^3.4.16", |
57 | 66 | "tsup": "^8.3.5", |
58 | 67 | "typescript": "^5.7.2", |
|
0 commit comments