|
39 | 39 | "@floating-ui/core": "1.4.1",
|
40 | 40 | "@floating-ui/dom": "^1.5.1",
|
41 | 41 | "@fontsource-variable/inter": "5.0.8",
|
42 |
| - "@jscutlery/semver": "^3.1.0", |
| 42 | + "@img/sharp-linux-x64": "^0.33.0", |
| 43 | + "@jscutlery/semver": "^4.2.0", |
43 | 44 | "@k11r/nx-cloudflare-wrangler": "2.7.1",
|
44 | 45 | "@nx/cypress": "17.1.3",
|
45 | 46 | "@nx/eslint": "17.1.3",
|
46 | 47 | "@nx/eslint-plugin": "17.1.3",
|
| 48 | + "@nx/jest": "17.1.3", |
47 | 49 | "@nx/js": "17.1.3",
|
| 50 | + "@nx/plugin": "17.2.3", |
48 | 51 | "@nx/storybook": "17.1.3",
|
49 | 52 | "@nx/vite": "17.1.3",
|
50 | 53 | "@nx/workspace": "17.1.3",
|
| 54 | + "@oddbird/popover-polyfill": "0.3.7", |
51 | 55 | "@storybook/addon-a11y": "7.6.0",
|
52 | 56 | "@storybook/addon-coverage": "^0.0.9",
|
53 | 57 | "@storybook/addon-essentials": "7.6.0",
|
|
63 | 67 | "@testing-library/cypress": "9.0.0",
|
64 | 68 | "@types/eslint": "^8.44.2",
|
65 | 69 | "@types/estree-jsx": "^1.0.3",
|
| 70 | + "@types/jest": "^29.4.0", |
66 | 71 | "@types/node": "^20.5.7",
|
67 | 72 | "@typescript-eslint/eslint-plugin": "6.13.1",
|
68 | 73 | "@typescript-eslint/parser": "6.13.1",
|
|
71 | 76 | "all-contributors-cli": "^6.26.1",
|
72 | 77 | "autoprefixer": "^10.4.15",
|
73 | 78 | "axe-core": "^4.7.2",
|
| 79 | + "body-scroll-lock-upgrade": "1.1.0", |
| 80 | + "canvas-confetti": "1.9.2", |
| 81 | + "class-variance-authority": "0.7.0", |
| 82 | + "clsx": "2.0.0", |
| 83 | + "tslib": "^2.6.2", |
74 | 84 | "chromatic": "^6.24.1",
|
75 | 85 | "clipboard-copy": "4.0.1",
|
76 | 86 | "commitizen": "^4.3.0",
|
|
90 | 100 | "eslint-plugin-storybook": "^0.6.13",
|
91 | 101 | "focus-trap": "7.5.3",
|
92 | 102 | "husky": "^8.0.3",
|
| 103 | + "jest": "^29.4.1", |
| 104 | + "jest-environment-jsdom": "^29.4.1", |
93 | 105 | "jsdom": "22.1.0",
|
94 | 106 | "libphonenumber-js": "^1.10.43",
|
95 | 107 | "ngx-deploy-npm": "^7.0.1",
|
|
110 | 122 | "storybook-framework-qwik": "^0.2.3",
|
111 | 123 | "tailwind-merge": "^1.14.0",
|
112 | 124 | "tailwindcss": "^3.3.3",
|
| 125 | + "ts-jest": "^29.1.0", |
113 | 126 | "ts-node": "10.9.1",
|
114 | 127 | "tsm": "2.3.0",
|
115 | 128 | "typescript": "^5.2.2",
|
|
124 | 137 | "vite-plugin-static-copy": "0.17.0",
|
125 | 138 | "vite-tsconfig-paths": "4.2.0",
|
126 | 139 | "vitest": "^0.34.3",
|
127 |
| - "wrangler": "^3.11.0" |
| 140 | + "wrangler": "^3.11.0", |
| 141 | + "@clack/prompts": "^0.7.0", |
| 142 | + "@nx/devkit": "17.1.3", |
| 143 | + "kleur": "^4.1.5", |
| 144 | + "yargs": "17.7.2" |
128 | 145 | },
|
129 | 146 | "config": {
|
130 | 147 | "commitizen": {
|
|
136 | 153 | "qwik ui components",
|
137 | 154 | "components library"
|
138 | 155 | ],
|
139 |
| - "dependencies": { |
140 |
| - "@fontsource-variable/inter": "5.0.8", |
141 |
| - "@img/sharp-linux-x64": "^0.33.0", |
142 |
| - "@oddbird/popover-polyfill": "0.3.7", |
143 |
| - "body-scroll-lock-upgrade": "1.1.0", |
144 |
| - "canvas-confetti": "1.9.2", |
145 |
| - "class-variance-authority": "0.7.0", |
146 |
| - "clsx": "2.0.0", |
147 |
| - "shiki": "0.14.5", |
148 |
| - "tslib": "^2.6.2" |
149 |
| - }, |
| 156 | + "dependencies": {}, |
150 | 157 | "nx": {
|
151 | 158 | "includedScripts": []
|
152 | 159 | }
|
|
0 commit comments