diff --git a/package.json b/package.json index c8d18d4..2432cb8 100644 --- a/package.json +++ b/package.json @@ -117,17 +117,6 @@ "lint:types": "tsc --noEmit", "update-deps": "pnpm up -Li" }, - "dependencies": { - "comma-separated-tokens": "^2.0.3", - "property-information": "^6.5.0", - "remark-parse": "^11.0.0", - "remark-rehype": "^11.1.2", - "space-separated-tokens": "^2.0.2", - "style-to-object": "^0.3.0", - "unified": "^11.0.5", - "unist-util-visit": "^4.1.2", - "vfile": "^6.0.3" - }, "peerDependencies": { "solid-js": "^1.6.0" }, @@ -137,6 +126,7 @@ "@types/unist": "^3.0.3", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", + "comma-separated-tokens": "^2.0.3", "concurrently": "^8.2.2", "esbuild": "^0.18.20", "esbuild-plugin-solid": "^0.5.0", @@ -145,11 +135,19 @@ "eslint-plugin-no-only-tests": "^3.3.0", "jsdom": "^22.1.0", "prettier": "3.0.0", + "property-information": "^6.5.0", "remark-gfm": "^4.0.1", + "remark-parse": "^11.0.0", + "remark-rehype": "^11.1.2", "solid-js": "^1.9.10", + "space-separated-tokens": "^2.0.2", + "style-to-object": "^0.3.0", "tsup": "^8.5.1", "tsup-preset-solid": "^2.2.0", "typescript": "^5.9.3", + "unified": "^11.0.5", + "unist-util-visit": "^4.1.2", + "vfile": "^6.0.3", "vite": "^7.2.4", "vite-plugin-solid": "^2.11.10", "vitest": "^0.33.0"