|
45 | 45 | "pkgs:check": "manypkg check",
|
46 | 46 | "pkgs:fix": "manypkg fix",
|
47 | 47 | "size": "echo `TODO: Analyze build sizes`",
|
48 |
| - "analyze": "size-limit --why" |
| 48 | + "analyze": "size-limit --why", |
| 49 | + "vitest": "vitest", |
| 50 | + "coverage": "vitest run --coverage" |
49 | 51 | },
|
50 | 52 | "license": "MIT",
|
51 | 53 | "private": true,
|
|
54 | 56 | "@babel/core": "^7.12.9",
|
55 | 57 | "@babel/preset-env": "^7.15.0",
|
56 | 58 | "@babel/preset-typescript": "^7.12.7",
|
| 59 | + "@chakra-ui/anatomy": "^2.0.1", |
57 | 60 | "@chakra-ui/styled-system": "^1.18.1",
|
58 | 61 | "@chakra-ui/utils": "^2.0.3",
|
59 | 62 | "@changesets/changelog-github": "^0.3.0",
|
60 | 63 | "@changesets/cli": "^2.14.1",
|
61 | 64 | "@commitlint/cli": "^11.0.0",
|
62 | 65 | "@commitlint/config-conventional": "^11.0.0",
|
| 66 | + "@ctrl/tinycolor": "^3.4.1", |
63 | 67 | "@cypress/snapshot": "^2.1.7",
|
64 | 68 | "@cypress/vite-dev-server": "^1.2.6",
|
65 | 69 | "@cypress/vue": "^3.0.3",
|
|
102 | 106 | "@vueuse/head": "^0.7.4",
|
103 | 107 | "@vueuse/integrations": "^4.8.1",
|
104 | 108 | "@vueuse/motion": "^1.5.4",
|
| 109 | + "@zag-js/accordion": "^0.1.9", |
| 110 | + "@zag-js/vue": "^0.1.9", |
105 | 111 | "aria-hidden": "^1.1.2",
|
106 | 112 | "axe-core": "^4.1.2",
|
107 | 113 | "babel-jest": "^26.6.3",
|
|
154 | 160 | "tinycolor2": "^1.4.2",
|
155 | 161 | "ts-jest": "^26.5.0",
|
156 | 162 | "ts-node": "^9.0.0",
|
157 |
| - "typescript": "4.5.4", |
| 163 | + "typescript": "4.6.4", |
158 | 164 | "unplugin-vue-components": "^0.14.0",
|
159 | 165 | "vite": "^2.8.6",
|
160 | 166 | "vite-plugin-mdx-vue": "^1.6.0",
|
161 | 167 | "vite-plugin-pages": "^0.20.1",
|
162 | 168 | "vite-plugin-vue-layouts": "^0.5.0",
|
163 | 169 | "vite-ssg": "^0.17.2",
|
164 | 170 | "vitepress": "^0.20.9",
|
165 |
| - "vitest": "^0.2.5", |
| 171 | + "vitest": "^0.18.0", |
166 | 172 | "vue": "^3.2.29",
|
167 | 173 | "vue-jest": "^5.0.0-alpha.7",
|
168 | 174 | "vue-prism-editor": "^2.0.0-alpha.2",
|
|
174 | 180 | "packages/*",
|
175 | 181 | "tooling/*"
|
176 | 182 | ]
|
| 183 | + }, |
| 184 | + "devDependencies": { |
| 185 | + "happy-dom": "^6.0.3" |
177 | 186 | }
|
178 | 187 | }
|
0 commit comments