Skip to content

Commit e27828b

Browse files
committed
chore: rearrange production/dev dependencies
1 parent 2450fda commit e27828b

File tree

2 files changed

+98
-91
lines changed

2 files changed

+98
-91
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,35 @@
4141
"@atproto/lex": "0.0.13",
4242
"@atproto/oauth-client-node": "^0.3.15",
4343
"@deno/doc": "jsr:^0.189.1",
44+
"@iconify-json/carbon": "1.2.18",
45+
"@iconify-json/lucide": "1.2.87",
4446
"@iconify-json/simple-icons": "1.2.68",
47+
"@iconify-json/solar": "1.2.5",
48+
"@iconify-json/svg-spinners": "1.2.4",
4549
"@iconify-json/vscode-icons": "1.2.40",
4650
"@intlify/core-base": "11.2.8",
4751
"@intlify/shared": "11.2.8",
4852
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@f07e1a3",
4953
"@nuxt/a11y": "1.0.0-alpha.1",
5054
"@nuxt/fonts": "0.13.0",
5155
"@nuxt/scripts": "0.13.2",
56+
"@nuxt/test-utils": "https://pkg.pr.new/@nuxt/test-utils@1499a48",
5257
"@nuxtjs/color-mode": "4.0.0",
5358
"@nuxtjs/html-validator": "2.1.0",
5459
"@nuxtjs/i18n": "10.2.1",
5560
"@shikijs/langs": "3.21.0",
5661
"@shikijs/themes": "3.21.0",
62+
"@unocss/nuxt": "66.6.0",
63+
"@unocss/preset-wind4": "66.6.0",
5764
"@upstash/redis": "1.36.1",
5865
"@vercel/kv": "3.0.0",
66+
"@vite-pwa/assets-generator": "1.0.2",
67+
"@vite-pwa/nuxt": "1.1.0",
68+
"@voidzero-dev/vite-plus-core": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
5969
"@vueuse/core": "14.1.0",
6070
"@vueuse/nuxt": "14.1.0",
6171
"@vueuse/router": "^14.1.0",
72+
"marked": "17.0.1",
6273
"module-replacements": "2.11.0",
6374
"nuxt": "4.3.0",
6475
"nuxt-og-image": "5.1.13",
@@ -68,46 +79,35 @@
6879
"semver": "7.7.3",
6980
"shiki": "3.21.0",
7081
"simple-git": "3.30.0",
82+
"spdx-license-list": "6.11.0",
83+
"std-env": "3.10.0",
7184
"ufo": "1.6.3",
85+
"unocss": "66.6.0",
86+
"unplugin-vue-router": "0.19.2",
7287
"valibot": "1.2.0",
7388
"validate-npm-package-name": "7.0.2",
7489
"virtua": "0.48.5",
90+
"vite-plugin-pwa": "1.2.0",
91+
"vite-plus": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
7592
"vue": "3.5.27",
7693
"vue-data-ui": "3.13.7"
7794
},
7895
"devDependencies": {
79-
"@iconify-json/carbon": "1.2.18",
80-
"@iconify-json/lucide": "1.2.87",
81-
"@iconify-json/solar": "1.2.5",
82-
"@iconify-json/svg-spinners": "1.2.4",
8396
"@npm/types": "2.1.0",
84-
"@nuxt/test-utils": "https://pkg.pr.new/@nuxt/test-utils@1499a48",
85-
"@playwright/test": "1.58.0",
97+
"@playwright/test": "1.58.1",
8698
"@types/node": "24.10.9",
8799
"@types/sanitize-html": "2.16.0",
88100
"@types/semver": "7.7.1",
89101
"@types/validate-npm-package-name": "4.0.2",
90-
"@unocss/nuxt": "66.6.0",
91-
"@unocss/preset-wind4": "66.6.0",
92-
"@vite-pwa/assets-generator": "1.0.2",
93-
"@vite-pwa/nuxt": "1.1.0",
94102
"@vitest/browser-playwright": "4.0.18",
95103
"@vitest/coverage-v8": "4.0.18",
96-
"@voidzero-dev/vite-plus-core": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
97104
"@vue/test-utils": "2.4.6",
98105
"axe-core": "4.11.1",
99106
"knip": "5.82.1",
100107
"lint-staged": "16.2.7",
101-
"marked": "17.0.1",
102108
"playwright-core": "1.58.0",
103109
"simple-git-hooks": "2.13.1",
104-
"spdx-license-list": "6.11.0",
105-
"std-env": "3.10.0",
106110
"typescript": "5.9.3",
107-
"unocss": "66.6.0",
108-
"unplugin-vue-router": "0.19.2",
109-
"vite-plugin-pwa": "1.2.0",
110-
"vite-plus": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
111111
"vitest": "npm:@voidzero-dev/vite-plus-test@0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
112112
"vitest-environment-nuxt": "1.0.1",
113113
"vue-tsc": "3.2.4"

0 commit comments

Comments
 (0)