Skip to content

Commit 49dd973

Browse files
committed
Implement code changes to enhance functionality and improve performance
1 parent fcd8703 commit 49dd973

File tree

2 files changed

+436
-475
lines changed

2 files changed

+436
-475
lines changed

package.json

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
"@vueuse/core": "^10.11.1",
1616
"@vueuse/head": "^2.0.0",
1717
"esbuild": "0.23.1",
18+
"ofetch": "^1.3.4",
1819
"pinia": "^2.3.1",
1920
"prism-theme-vars": "^0.2.5",
21+
"string": "^3.3.3",
2022
"vue": "^3.5.17",
2123
"vue-gtag-next": "^1.14.0",
2224
"vue-router": "^4.5.1"
@@ -44,13 +46,11 @@
4446
"markdown-it": "^14.1.0",
4547
"markdown-it-anchor": "^9.2.0",
4648
"markdown-it-link-attributes": "^4.0.1",
47-
"markdown-it-prism": "^2.3.1",
48-
"ofetch": "^1.4.1",
49-
"postcss": "^8.5.6",
50-
"prettier": "^3.6.2",
51-
"prettier-plugin-tailwindcss": "^0.5.14",
52-
"prismjs": "^1.30.0",
53-
"string": "^3.3.3",
49+
"markdown-it-prism": "^2.3.0",
50+
"markdown-it-table-of-contents": "^0.6.0",
51+
"postcss": "^8.4.38",
52+
"prismjs": "^1.29.0",
53+
"rimraf": "^5.0.7",
5454
"tailwindcss": "^3.4.17",
5555
"typescript": "^5.8.3",
5656
"unplugin-auto-import": "^0.18.6",
@@ -65,16 +65,6 @@
6565
"vitest": "^1.6.1",
6666
"vue-tsc": "^2.2.12"
6767
},
68-
"pnpm": {
69-
"peerDependencyRules": {
70-
"ignoreMissing": [
71-
"@algolia/client-search",
72-
"react",
73-
"react-dom",
74-
"@types/react"
75-
]
76-
}
77-
},
7868
"engines": {
7969
"node": ">=20"
8070
}

0 commit comments

Comments
 (0)