[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add a11y module

+24
+1
nuxt.config.ts
··· 10 10 '@unocss/nuxt', 11 11 '@nuxtjs/html-validator', 12 12 '@nuxt/scripts', 13 + '@nuxt/a11y', 13 14 '@nuxt/fonts', 14 15 'nuxt-og-image', 15 16 '@nuxt/test-utils',
+1
package.json
··· 28 28 "dependencies": { 29 29 "@iconify-json/simple-icons": "^1.2.67", 30 30 "@iconify-json/vscode-icons": "^1.2.40", 31 + "@nuxt/a11y": "1.0.0-alpha.1", 31 32 "@nuxt/fonts": "^0.13.0", 32 33 "@nuxt/scripts": "^0.13.2", 33 34 "@nuxtjs/html-validator": "^2.1.0",
+22
pnpm-lock.yaml
··· 20 20 '@iconify-json/vscode-icons': 21 21 specifier: ^1.2.40 22 22 version: 1.2.40 23 + '@nuxt/a11y': 24 + specifier: 1.0.0-alpha.1 25 + version: 1.0.0-alpha.1(magicast@0.5.1)(vite@8.0.0-beta.10(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) 23 26 '@nuxt/fonts': 24 27 specifier: ^0.13.0 25 28 version: 0.13.0(db0@0.3.4)(ioredis@5.9.2)(magicast@0.5.1)(vite@8.0.0-beta.10(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) ··· 1457 1460 '@npm/types@2.1.0': 1458 1461 resolution: {integrity: sha512-humQVe2BrWR7Yum5hGDYBnIPnnZJvKSOH/I4QN1ZL2bdb4c4zQHaHupEJ3cOkSJ07G3YfN793ptbNh196BWLgA==} 1459 1462 engines: {node: '>=18.6.0'} 1463 + 1464 + '@nuxt/a11y@1.0.0-alpha.1': 1465 + resolution: {integrity: sha512-TwON9I0uI4erv9IJ6cD4nx9QcaxfXnAg7CwcQyjMKfDHCfI3xitezg4CZhQOHl0FGqHYGRf9Y9kSwh6fahCJrQ==} 1460 1466 1461 1467 '@nuxt/cli@3.32.0': 1462 1468 resolution: {integrity: sha512-n2f3SRjPlhthPvo2qWjLRRiTrUtB6WFwg0BGsvtqcqZVeQpNEU371zuKWBaFrWgqDZHV1r/aD9jrVCo+C8Pmrw==} ··· 3182 3188 available-typed-arrays@1.0.7: 3183 3189 resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} 3184 3190 engines: {node: '>= 0.4'} 3191 + 3192 + axe-core@4.11.1: 3193 + resolution: {integrity: sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==} 3194 + engines: {node: '>=4'} 3185 3195 3186 3196 b4a@1.7.3: 3187 3197 resolution: {integrity: sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==} ··· 8227 8237 8228 8238 '@npm/types@2.1.0': {} 8229 8239 8240 + '@nuxt/a11y@1.0.0-alpha.1(magicast@0.5.1)(vite@8.0.0-beta.10(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': 8241 + dependencies: 8242 + '@nuxt/devtools-kit': 3.1.1(magicast@0.5.1)(vite@8.0.0-beta.10(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) 8243 + '@nuxt/kit': 4.3.0(magicast@0.5.1) 8244 + axe-core: 4.11.1 8245 + sirv: 3.0.2 8246 + transitivePeerDependencies: 8247 + - magicast 8248 + - vite 8249 + 8230 8250 '@nuxt/cli@3.32.0(cac@6.7.14)(magicast@0.5.1)': 8231 8251 dependencies: 8232 8252 '@bomb.sh/tab': 0.0.11(cac@6.7.14)(citty@0.1.6) ··· 10214 10234 available-typed-arrays@1.0.7: 10215 10235 dependencies: 10216 10236 possible-typed-array-names: 1.1.0 10237 + 10238 + axe-core@4.11.1: {} 10217 10239 10218 10240 b4a@1.7.3: {} 10219 10241